@charset "utf-8";
/* BlueDesign CSS -
   optimized for FireFox 3, Internet Explorer 7 and Safari -
   http://tilano.de */
   
html, body { /* gesamter Inhalt der Seite */
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#930030;
	scrollbar-shadow-color:#FFFFFF;
	margin:	0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

.red {
	color: #930030;
	font-weight: bolder;
}

.webdesignred {
	color: #990033;
}

.webdesigngreen {
	color: #99FF00;
}

.webdesignblue {
	color: #0066FF;
}

a:link {
	text-decoration: none;
	color: #930030;
}
a:visited {
	text-decoration: none;
	color: #930030;
}
a:hover {
	text-decoration: none;
	color: #1B1818;
}
a:active {
	text-decoration: none;
	color: #1B1818;
}
#box { /* Hauptbox */
	background-color: #1B1818;
	height: 100px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#klecksboxleft { /* Linke Box mit Klecks neben Menü */
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 70px;
	width: 80px;
	background-image: url(pics/kleckslinks.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	float: left;
}
#klecksboxrechts { /* Rechte Box mit Klecks neben Menü */
	background-image: url(pics/klecksrechts.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 70px;
	width: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	float: left;
}
#menu { /* Menü */
	width: 520px;
	height: 50px;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#menuoutsidebox { /* Box zur Zentrierung des Menus */
	padding: 0px;
	height: 100px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#logobox { /* Rampenlogo */
	background-image: url(pics/ramp_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	float: left;
	height: 250px;
	padding: 0;
	width: 408px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentbox { /* Box zur Zentrierung der boxes darin */
	width: 866px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 370px;
}


#spacebox { /* Abstand zwischen Logo und Mainbox */
	float: left;
	width: 50px;
	height: 350px;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#mainbox {
	text-align: left;
	float: left;
	height: 350px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	text-align: left;
	height: 17px;
	width: 407px;
	float: left;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

