* { margin: 0px;
	border: 0px;
	padding: 0px;
	}
	
html {background-color: #000000;}
	
body {background-color: #000000; display: block; font-family: Arial; font-size: 11px;}


/* Textformate */


b {font-weight: bold;}

.blue { color: #007AD8;}

.white { color: #FFFFFF;} 

.red {color: #7E1200; font-weight: bold;}



/* Linkformatierungen */

a:link, a:visited, a:focus { font-weight:normal; text-decoration:none; color: #666666;}

a:hover, a:active { font-weight:normal; text-decoration: underline; color: #FFFFFF; }

a.bttn_logo:link, a.bttn_logo:visited, a.bttn_logo:focus {
	background-image:url(../images/bg_bttn_speedlager-logo.gif); background-repeat: no-repeat;}

a.bttn_logo:hover { 		
	background-image:url(../images/bg_bttn_speedlager-logo_active.gif);  background-repeat: no-repeat;}
	

/* Layout-Divs mit ID */

#mainwrapper { width:2160px; }

#spalte-eins { width: 725px; float:left; }

#spalte-eins-content {
	height:404px; background-color: #FFFFFF;
	background-image:url(../images/bg_sp1_horizon.jpg);
	background-repeat:no-repeat;
	}
	
#spalte-zwei {
	width: 423px;
	float: left;
	}

#spalte-zwei-content {
	height: 404px;
	margin-top: 140px;
	}
	
#spalte-drei {
	width: 1012px;
	float: left;
	}
	
#spalte-drei-content {
	height:404px;
	background-color: #FFFFFF;
	}


/* Layout-Divs mit Klassen */

.blueshine_top {
	background-image:url(../images/bg_gradient_blueshine_top.gif);
	height: 90px;
	background-repeat: 	repeat-x;
	overflow: visible;
	}
	
.blueshine_bottom {
	background-image:url(../images/bg_gradient_blueshine_bottom.gif);
	height: 90px;
	background-repeat: repeat-x;
	}
	
.clr { clear:both }

	
/* Inhalte mit ID */

#info_txt {
	margin-left: 58px;
	margin-top: 8px;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	}
	
#logo {
	position:absolute;
	top: 0px;
	left: 0px;}
	
#moodimage {
	float:left;
	margin-left: 22px;
	width:258px;
	height: 404px;
	background-image:url(../images/bg_spalte3_3.jpg)
	}
	
#bmlogo {
	margin-left: 90px;
	margin-top: 45px;
	}
	
/* Inhalte mit Klassen */

.form_element1 {
	background-image:url(../images/bg_formelement.jpg);
	display:block;
	}
	
.form_element2 {
	background-image:url(../images/bg_formelement.jpg);
	display:block;
	width:215px;
	height: 23px;
	margin-left: 6px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left:36px;
	}
	
/* Impressum */

.h1imp { font-size: 12px; font-weight: bold; margin-top: 6px; color: #007ad8;}

.pimp { font-size: 11px; margin-top: 6px; margin-bottom: 0px;}