/* CSS Document */

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/verlauf.jpg) repeat-x #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003399;
	}
	
	
/* -----------------------------------------   Tabellen */

.film_logo {
background: url(img/film.jpg) repeat-y #ffcccc;
height:100%;
}

.rand_rechts {
background:url(img/rand_rechts_hg.jpg);
height:100%;
}

table {
font:Verdana, Arial, Helvetica, sans-serif normal;
font-size:10px;
color:#003399;
}



/* ------------------------------------------ Navigation */

.Navigation_Tabelle {
position:relative;
top:0px;
left:0px;
height:100%;
width:187px;
background-image:url(img/navigation_verlauf.jpg);
background-repeat:no-repeat;
padding:1px;
}



ul.navigation {
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

li.navigation_1 a{
display: block;
width: 181px;
height: 28px;
line-height:28px;
text-decoration: none;
background: url(img/Button_NO_RO_1.jpg) no-repeat left;
text-indent: 10px;
color: #fff;
font-weight:bold;
}

li.navigation_1 a:visited, .selected a{
color: #fff;
}


li.navigation_1 a:hover, .selected a{
background-position: right;
color: #039;
font-weight:bold;
text-decoration:none;
}

li.navigation_1_ACT a{
display: block;
width: 181px;
height: 28px;
line-height:28px;
text-decoration: none;
background: url(img/Button_ACT_RO_1.jpg) no-repeat left;
text-indent: 20px;
color:#039;
font-weight:bold;
}

li.navigation_1_ACT a:hover, .selected a{
background-position: right;
font-weight:bold;
color: #c36;
text-decoration:none;
}




li.navigation_2 a{
display: block;
width: 181px;
height: 26px;
line-height:24px;
text-decoration: none;
color:#039;
background: url(img/Button_NO_RO_2.jpg) no-repeat left center;
text-indent: 35px;
}

li.navigation_2 a:hover, .selected a{
background-position: right;
color: #c36;
text-decoration:none;
}

li.navigation_2_ACT a{
display: block;
width: 181px;
height: 26px;
line-height:24px;
text-decoration: none;
background: url(img/Button_ACT_RO_2.jpg) no-repeat left center;
text-indent: 35px;
color:#fff;
}

li.navigation_2_ACT  a:visited, a{
color:#fff;
}

li.navigation_2_ACT a:hover, .selected a{
background-position: right;
color: #fff;
text-decoration:none;
}



/* ------------------------- Link -------------------------- */

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	text-decoration: none;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c36;
	text-decoration: underline;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c36;
	text-decoration: underline;
}




a.klein:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #039;
	text-decoration: none;
}
a.klein:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #039;
	text-decoration: none;
}
a.klein:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #c36;
	text-decoration: underline;
}
a.klein:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #c36;
	text-decoration: underline;
}



/*  ------------------------ Bildtext ----------------*/

.csc-textpic-caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	font-weight:normal;
	
}


/* -------------------------Überschriften ------------- */

.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#039;
	font-weight:bold;
	margin-top: 10px;
}



h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c36;
	font-weight:bold;
	margin-top: 25px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#039;
	font-weight:bold;
	
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#039;
	font-weight:bold;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}



/* ------------------------- Tabelle Inhalt------------- */

#tabelle-inhalt {
	width:510px;
	max-width:510px;
	overflow:hidden;
}

