/*Hintergrundfarbe*/
.hintergrund {
background-color:#757575;
}

/*Tabellenschrift automatisch ohne Angabe*/
td {
font-size:11px;
font-family:Courier New;
color:#ffffff;
}

/*Schrift im Body automatisch ohne Angabe*/
body {
font-size:11px;
font-weight:bold;
font-family:Courier New;
color:#ffffff;
}

/*Kalenderschrift*/
.kalender {
font-size:10px;
font-weight:bold;
font-family:Courier New;
color:#a3f805;
}



/*Ausrichtung Hintergrundbild*/
.hintergrundbild {
position: absolute;
left: 50%;
width: 870px;
margin-left: -435px; /* negative Hälfte von width:870px */
top:0;
}


/*Ausrichtung Newscontainer*/
.newscontainer {
position: absolute;
left:15;
top:125;
height:230px;
width:305px;
overflow : auto; 
scrollbar-face-color : #423E26; 
scrollbar-arrow-color : #423E26; 
scrollbar-highlight-color : a3f805;
scrollbar-track-color : #757575; 
scrollbar-3dlight-color : #423E26; 
scrollbar-shadow-color : #a3f805;
scrollbar-darkshadow-color : 423e26; 
}


/*Ausrichtung Datumcontainer*/
.datumcontainer {
position: absolute;
left:675;
top:38;
height:15px;
width:180px;
}

/*Ausrichtung Menücontainer*/
.menuecontainer {
position: absolute;
left:330;
top:40;
height:16px;
width:2600px;
}

/*Ausrichtung Kalendercontainer*/
.kalendercontainer {
position: absolute;
left:165;
top:475;
height:200px;
width:110px;
}


/*Ausrichtung Teamcontainer*/
.teamcontainer {
position: absolute;
left:10;
top:475;
height:200px;
width:130px;
}



/*Ausrichtung Artikelcontainer*/
.artikelcontainer {
position: absolute;
left:305;
top:475;
height:180px;
width:260px;
}


/*Ausrichtung userkommentarcontainer*/
.userkommentarcontainer {
position: absolute;
left:626;
top:59;
height:300px;
width:230px;
}

/*Ausrichtung Warenkorbcontainer und Versanddatencontainer und Teamdetail*/
.warenkorbcontainer {
position: absolute;
left:350;
top:125;
width : 505; 
height : 230; 
overflow : auto; 
scrollbar-face-color : #423E26; 
scrollbar-arrow-color : #423E26; 
scrollbar-highlight-color : a3f805;
scrollbar-track-color : #757575; 
scrollbar-3dlight-color : #423E26; 
scrollbar-shadow-color : #a3f805;
scrollbar-darkshadow-color : 423e26; 
}

/*Überschriften*/
.h1 {
font-size:15px;
font-weight:bold;
font-family:Courier New;
color:#a3f805;;
}

/*Hyperlink*/
.link {
font-size:11px;
font-weight:bold; 
text-decoration:underline;
font-family:Courier New;
color:#a3f805;
}

/*Hyperlink ohne Unterstrich*/
.link1 {
font-size:11px;
font-weight:bold; 
text-decoration:none;
font-family:Courier New;
color:#ffffff;
}


.sendbutton {
border:0px;
background-color:transparent;
font-size:11px;
font-family:Courier New;
color:#ffffff;
}




/*Mengenfeld*/
.menge {
	color:#ffffff;
	font-size:11px;
	font-family:Courier New;
	width:20px;
	border: 1px solid #ffffff;
	background-color: transparent;
}

/*Felderallgeim*/ 
.felder {
	color:#ffffff;
	font-size:11px;
	font-family:Courier New;
	border: 1px solid #ffffff;
	background-color: transparent;
}

/*Options und Kontroll  Felder*/
.felder1 {
	color:#ffffff;
	font-size:11px;
	font-family:Courier New;
	background-color: transparent;
}




/*Kalenderbox für effekt*/
#box a {
padding-top:3px;
color:#a3f805;
background:transparent;
font-size:10px;
font-family:Courier New;
text-decoration:none;
display:block;
width:15px;
height:19px;
}



#box a span {display:none;}

#box a:hover span {
position: absolute;
left:25;
top:-20;
display:block;
width:120px;
height:120px;
background:#757575;
color:#ffffff;
font-size:11px;
font-weight:bold; 
font-family:Courier New;
border:1px solid #423E26;

}
