/* layout */

body { 
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	margin-top:	0;
	margin-right: 0;
	background-color:#000000;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbarBaseColor: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
}

#hg {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 560px;
	margin-top: -282px;
}

.haupttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

/* ueberschriften */

h1, h2, h3, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 10px; color: #cccccc; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}
h2 { font-size: 14px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; line-height:22px; font-weight:bold;}
h3 { font-size: 20px; color: #ffff00;}
h4 { font-size: 25px; color: #ffff00;}

.balken_hg {
	margin: 0;
	padding: 5px 5px 5px 5px;
	background-image:url(../layout/hg_headlines.gif);
}

a.h { color: #999999;}

a.h:hover { color: #999999;}

/* inhalte */

#inhalt_start {
	width: 1000px;
	height: 500px;
}

#inhalt {
	width: 800px;
	height: 320px;
}

#inhalt_links {
	float: left;
	width: 60px;
	height: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#inhalt_mitte {
	overflow: auto;
	float: left;
	width: 540px;
	margin-top: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align: center;
}

#inhalt_video {
	overflow: auto;
	float: left;
	width: 540px;
	margin-top: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align: center;
}

#inhalt_impressum {
	overflow: auto;
	float: left;
	width: 540px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align: center;
}

#inhalt_rechts {
	float: right;
	width: 200px;
	height: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align: center;
	background:url(../layout/produktionen_r.jpg);
}

/* navigation */

#navigation { width: 1000px; padding: 10px; font-size: 10px; font-weight: normal; color: #cccccc;}

#navigation a { color: #cccccc;}

#navigation a:hover { color: #66CCFF;}

/* fusszeile */

#fusszeile { width: 800px; padding-top: 17px; font-size: 10px; font-weight: normal; color: #ff0066;}

#fusszeile a { color: #ffffff;}

#fusszeile a:hover { color: #ffffff;}

/* textformatierungen */

.hervorhebungen { font-weight:bold;}

/* verschiedenes */

#linie {
	text-align:center;
	background-color:#006600;
	width: 889px;
	height: 15px;
	padding-left:15px;
	margin: 0 auto;
}

p, ol, ul {
	line-height: 20px;
}

a { color: #666666; text-decoration: none;}

a:hover { color: #333333; text-decoration: none;}

.image {
	float: left;
	margin: 0 12px 0 0;
	border: 0px solid #000000;
}