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

*  {
	margin:0; 
	padding:0; 
	border:0;
	line-height: 1.5;
	}
	
body { 
	width:1024px;
	height:768px;	
	background: url(images/background.png) no-repeat center #000;
	margin: 16px auto;
	border: 1px solid #75808B;
}
p {
	background: none;  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ED803C; 
	padding-left: 27px; 
	padding-top: 20px;
  }
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: # 000; 
	padding-left: 27px; 
	padding-top: 20px; 
  }
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ED803C; 
	padding-left: 0px; 
	padding-top: 20px;
  }
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: left; 
	padding-left: 20px; 
  }
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align:center; 
}
#textbox { 
	float:right; clear:none;
	margin-right:95px;
	margin-top: 150px;  
	width: 485px; 
	height: 400px; 
	background: url(images/textbox.png); 
	overflow:auto;
	overflow-x:hidden;
	} 
#news { 
	float:left; clear:none;
	margin-left: 60px; 
	margin-top: 300px;
	width: 210px; 
	height: 250px; 
	background: url(images/textbox_news.png);
	} 
.links {
	float:left; 
	width: 190px;
	height: 170px; 
	text-align: center;
	margin-top: 40px;
	padding: 10px;
}
.rechts {
	float:right;
	width: 425px; 
	height:auto; 
	text-align:left; 
	padding-left: 15px;
	padding-right: 15px; 
}
.tabelle {
	width: 280px; 
	height:auto; 
	text-align:left; 
	padding-left: 8px;
	padding-right: 15px;
}

ul#navihorizontal li {
    list-style: none;
    display: inline;
	float: left;
	position: relative;
	width: 80px;
	height: 23px;
	top: 320px;
	left: 440px; 
	margin-left: 15px;
  }

ul#navivertikal li {
    list-style: none;
	display:block;
	width: 80px;
	height: 28px;
	left: 300px;
  }
.studio {
	position: relative; 
	left: 300px;
	top: 340px;
	}
.galerie {
	position: relative; 
	left: 300px;
	top: 380px;
	}
.kontakt {
	position: relative; 
	left: 300px;
	top: 410px;
	}
.anfahrt {
	position: relative; 
	left: 300px;
	top: 440px;
	}
.presse {
	position: relative; 
	left: 300px;
	top: 470px;
	}
.partner {
	position: relative; 
	left: 300px;
	top: 500px;
	}
	
.news {
	position: relative; 
	left: 300px;
	top: 530px;
	}

.link {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000; 
	text-decoration:none;
	}
	
	
ul {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
    list-style-image: url(images/bullet.png);
	margin-left: 46px;
	  }
a:link {
	color: #000;
 	text-decoration: none;
 	font-weight: bold;
}
a:visited {
 	color: #75808B;
 	text-decoration: none;
 	font-weight:bold;
}
a:hover {
 	color: #ED803C;
 	text-decoration: underline;
}
a:active {
 	color: #000;
 	text-decoration: underline;
}
#bildLink {
	display: block;
	width: 415px;
	height: 156px;
	position: absolute;
	top:59px;
	left:1024px;
	text-indent: -9999px;
	background: url(images/bildlink.gif);
	}


hr {
   margin-top: 5em;
   margin-bottom: 5em;
   border-width: 2px;
}