/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding:0px;

}


/* Elemente Kopfleiste */


#topservice {
	width: 856px;
	height: 30px;
	background: #000000 url(../_img/bottom_back.gif);
	text-align: left;
	position: relative;

}

#topservicelogo {
	position: relative;
	left: 44px;
	top: 6px;
	color: #990000;

}

#topservicenavi {
	position: absolute;
	top: 6px;
	right: 38px;

}

#topservicenavi a {
	color: #FFFFFF;
	padding: 3px 5px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#topservicenavi a:hover {
	color: #990000;
	background: #FFFFFF;
}

#topservicenavi a.active, #bottomnavi a.active:hover {
	color: #990000;
	background: #FFFFFF;
}


#top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 188px;
	width: 856px;
	background: #990000 url(../_img/top_back.gif);
	position: relative;
	text-align: left;

}

#topnavi {
	position: relative;
	height: 15px;
	width: 790px;
	left: 34px;
	top: 147px;
	margin-left: 10px;
	text-transform: uppercase;

}

#topnavi a {
	color: #FFFFFF;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 12px;
}

#topnavi a:hover {
	color: #990000;
	background: #FFFFFF;
}

#topnavi a.active, #topnavi a.active:hover {
	color: #990000;
	background: #FFFFFF;
}

#topsubnavi {
	position: relative;
	height: 15px;
	text-transform: uppercase;
	left: 34px;
	top: 152;
}

#topsubnavi a {
	color: #FFFFFF;
	padding: 1px 5px;
	text-decoration: none;
	font-size: 10px;
}

#topsubnavi a:hover {
	color: #990000;
	background: #FFFFFF;
}

#topsubnavi a.active, #topsubnavi a.active:hover {
	color: #990000;
	background: #FFFFFF;
}




#content {
	background: #990000 url(../_img/content_back.gif) repeat; /**/
	width: 856px;
	min-height: 450px;
	text-align: left;
	position: relative;



}

#contentlinks {
	position: absolute;
	width: 231;
	left: 44px;
	top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}

#contentlinks a {
	padding: 1px 3px 3px;
	color: #FFFFFF;
}

#contentlinks a:hover {
	color: #990000;
	background: #FFFFFF;
}

#contentlinks .Subheadline {
	font-weight: bolder;
	text-transform: uppercase;
	color: #999999;
}


#contentrechts {
	position: relative;
	left: 295px;
	width: 513px;
	min-height: 450px;
	clear: right;
	top: 0px;
	background: #FFFFFF;

}

#contentrechtshome {
	position: relative;
	left: 275px;
	width: 548px;
	clear: right;
	color: #FFFFFF;
	top: 0px;
	background: #990000;
	height: 450px;
}

.filmtitel {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	background: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}


.filmdatum {
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 5px;


}

.Textauszeichnung {
	background: #990000;
	color: #FFFFFF;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Textauszeichnung2 {
	background: #999999;
	color: #FFFFFF;
	padding: 2px 2px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#bottom {
	width: 856px;
	height: 30px;
	background: #000000 url(../_img/bottom_back.gif);
	text-align: left;
	position: relative;

}

#bottomlogo {
	position: relative;
	left: 44px;
	top: 6px;
	color: #990000;

}

#bottomnavi {
	position: absolute;
	top: 6px;
	right: 38px;

}

#bottomnavi a {
	color: #FFFFFF;
	padding: 3px 5px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#bottomnavi a:hover {
	color: #990000;
	background: #FFFFFF;
}

#bottomnavi a.active, #bottomnavi a.active:hover {
	color: #990000;
	background: #FFFFFF;
}

#space {
	position: relative;
	background: #FFFF33;
	float: left;
}

#error {
	position: relative;
	height: 200px;
	width: 790px;
	left: 34px;
	top: 120px;
	margin-left: 10px;
	background: #FFFFFF;
	padding: 10px;

}

/* Html CSS Formatierungen */

h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	padding: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

a {
	color: #333333;
	padding: 2px;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	background: #FFFFFF;
	text-decoration: none;
}

li {
	list-style: disc url(../_img/li_bug.gif) outside;
}
.Subheadline {
	font-weight: bolder;
	text-transform: uppercase;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Headline {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	color: #333333;
	background: #CCCCCC;
	font-size: 10px;
	line-height: 16px;
}
form {
	color: #990000;
}
	
.errror {
	position: relative;
	height: 15px;
	width: 790px;
	left: 34px;
	top: 147px;
	margin-left: 10px;
	text-transform: uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
