*{margin: 0; padding: 0; }
/*body-bereich*/
body {font-family:Arial, sans serif;
		font-size: 14px;
		color: #ffffff;
		background-image: url(../bilder/body.gif);}
/*haupt*/
#wrapper {position: relative;
			width: 1000px;
			margin: 0px auto;}
/*kopf*/			
#kopf {position: absolute;
		left: 0px; top: 0px;
		width: 600px;
		height: 40px;
		background-color:#008bd0;}
		#kopf h1 {color: #f2efc3;
					letter-spacing: 8px;
					margin-left: 20px;}
/*gallery*/
#gallery {position: absolute;
			left: 0px; top: 40px;
			width: 600px;
			height: 250px;
			background-color:#008bd0;
overflow:hidden;}


#gallery img {width:600px;
                height:250px;
                }

/*domain*/
#header {position: absolute;
			left: 0px; top: 290px;
			width: 600px;
			height: 40px;
			background-color: #008bd0;}
			#header h1 {color: #f2efc3;
						letter-spacing: 10px;
						margin-left: 20px;}
/*werbungob*/			
#werbungob {position: absolute;
			left: 600px; top: 0px;
			width: 400px;
			height: 130px;
			background-color: #008bd0;}
                         #werbungob  p {margin-top: 20px;text-align: center;
							color: #f2efc3;}
							#werbungob a {color:#008bd0;
									background-color: #f2efc3;
										font-weight: bold;
										display: block;
										text-decoration: none;
										text-align: center;
										padding: 5px 0;
										margin: 10px;}
										#werbungob a:hover {color: #f2efc3;
										                 background-color: #008bd0;}
                                       	
/*logo*/			
#logo {position: absolute;
		left: 600px; top: 130px;
		width: 400px;
		height: 200px;
		background-color: #f2efc3;
		background-image: url(../bilder/logo_tvs.png);
		background-repeat: no-repeat;
		background-position: center bottom;}
/*navi*/
#navi {position: absolute;
		left: 0px; top: 330px;
		width:200px;
		height:490px;
		background-color: #f2efc3;
		background-image: url(../bilder/navi.gif);
		background-repeat: no-repeat;
		background-position: center 10px;}
		#navi img {margin-left: 10px;
					margin-top: 200px;}
					#navi p {margin: 5px 10px;
							color: #008bd0;}
							#navi a {color:#f2efc3;
									background-color: #008bd0;
										font-weight: bold;
										display: block;
										text-decoration: none;
										text-align: center;
										padding: 5px 0;
										margin: 10px;}
										#navi a:hover {color: #008bd0;
										                 background-color: #f2efc3;}

/*naviob*/					
#naviob {position: absolute;
			left: 200px; top: 330px;
			width: 800px;
			height: 40px;
			background-color: #f2efc3;}			
			#naviob ul {list-style-type: none;
						margin-top: 5px;}	
						#naviob ul li {float: left;
									width: 130px;
									margin-left: 5px;}
									#naviob ul li a {color:#008bd0;
													font-weight: bold;
													display: block;
													text-decoration: none;
													text-align: center;
													padding: 5px 0px;}
													#naviob ul li a:hover {color: #f2efc3;
																		background-color: #008bd0;}
/*content*/
#content {position: absolute;
			left: 210px; top: 380px;
			width: 780px;
			height: 390px;
			background-color: #f2efc3;
			background-image: url(../bilder/index.jpg);
			background-repeat: no-repeat;
		    background-position: right center;
			border-right: solid 10px #f2efc3;}
			#content h2 {width: 370px;
						margin: 10px 10px 5px 10px;
						padding: 5px;
						background-color: #008bd0;}
						#content p {width: 370px;
									margin: 5px 10px;
									color: #008bd0;}
/*naviunten*/
#naviun {position: absolute;
		left: 200px; top: 780px;
		width: 800px;
		height: 40px;
		background-color: #f2efc3;}		
		#naviun ul {list-style-type: none;
						float: right;
						margin-top: 5px;
						margin-right: 5px;}
						#naviun ul li {float: left;
									padding: 7px 10px;
									background-color: #008bd0;}
									#naviun ul li a {color:#f2efc3;
													text-decoration: none;
													text-align: center;
													font-weight: bold;}
													#naviun ul li a:hover {color:#008bd0;
																		background-color: #f2efc3;}
			
			
			
			
			
			
			
			
			
			
			
