@charset "utf-8";
/* CSS Document */

body{						color:#FFF;
							text-shadow:#000;
							background-color:#000}
							
.main-content{				background-color:#000;
							position:absolute;
							width:960px;
							margin-left:0px;
							margin-right:0px;
							left:0px;
							top:0px}

a{ 							color: orange;}



						
#top{						position:absolute;
							
							background-color:#000;
							top:0px;
							left:0px;
							background-color:#000;
							width:950px;
							height:100px;}

#hintergrund-oben{			position:absolute;
							top:100px;
							left:0px;
							background-image:url(../images/hintergrund-oben.jpg);
							background-repeat:no-repeat;
							background-color:#000;
							width:950px;
							height:42px;}
													
#menue-left{				position:absolute;
							background-color:#000;
							text-align:left;
							top:142px;
							left:0px;
							background-image:url(../images/hintergrund-links.jpg);
							background-repeat:no-repeat;
							width:220px;
							height:708px;}

#menue-left-unten{			position:absolute;
							background-color:#000;
							padding-left:0px;
							top:850px;
							left:0px;
							background-image:url(../images/hintergrund-links-2.jpg);
							background-repeat:no-repeat;
							width:220px;
							height:766px}
							
#conent{					position:absolute;
							top:135px;
							left:205px;
							background-color:#000;
							width:745px;
							height:1481px;}
