/* ::::: Generelles CSS ::::::::::::::::::::::::::::::::::::::::: */

body {
 font-family: verdana, arial, helvetia, sans-serif;
 background: url(grafiken/hintergrund.jpg);
 background-repeat:repeat-y;
 background-position:left bottom;
 background-attachment:fixed;
 background-color: #ffffff;
 margin:0;
 padding:0;
 color: #000000;
 text-align: left;
}

h1 { margin-bottom: 30px; }
h2 { margin-top: 30px;}

a { color: #000080; }

a:hover { color: #000000; }

img { border: 0; }

#rahmen {
	margin: 0;
	text-align: center;
	width: 100%;			
	overflow: visible;		
}


/* ::::: Navigation ::::::::::::::::::::::::::::::::::::::::: */

#navigation
{
	width: 250px;
	margin: 0;
	padding: 0;
	border: solid #fff;
	border-width: 0px;					
	float: left;						/*Inhaltsseite wird links angezeigt*/
}

#navigation ul, #navigation p#vorschau
{
	border: 0;
	margin: 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#navigation ul li
{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navigation ul li a {
	width: 210px;
	height: 30px;
	border: 0;
	border-width: 0;
	padding: 0;
	margin-top: 15px;	
	font-family: verdana, arial, helvetia, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 30px;
	font-size: 16px;
}

#navigation ul.untermenue li a {
	display: block;
	width: 170px;			/* +10px durch padding-left */
	height: 20px;
	margin-top: 5px;
	margin-left: 20px;
	line-height: 20px;
	padding-left: 10px;
	text-align: left;
}

#navigation p#vorschau {
	margin-top:30px;
	text-align: left;
}

#navigation p#credits {
	margin: 20px 0 0 35px;
	text-align: left;
	font-size: 75%;
}


/* ::::: Grafik der Links :::::::::::::::::::::::::::::::::::::::: */

#navigation ul li a { color: #ffffff; font-weight: bold; background: #000080 url(grafiken/menuebg.jpg); }
#navigation ul.untermenue li a { color: #ffffff; font-weight: bold; background: #000080 url(grafiken/untermenuebg.jpg); }

/* ::::: Grafik, wenn Menülink mit Maus überfahren wird :::::::::: */

#navigation ul li a:hover { color: #FFFF00; font-weight: bold; background: #000040 url(grafiken/menuebghover.jpg); }
#navigation ul.untermenue li a:hover { color: #FFFF00; font-weight: bold; background: #000040 url(grafiken/untermenuebghover.jpg); }


/* ::::: Inhalt :::::::::::::::::::::::::::::::::::::::::::::::: */

#inhalt, #logo {
	padding: 0;
	padding-left: 100px;		
	padding-right: 100px;		
	border: solid #ffffff;	
	border-width: 0;
	text-align:left;
	overflow: visible;		
	position: absolute;		
	left: 250px;		
}

#logo {
	background: url(grafiken/esst_logo.png) center center no-repeat;
	height: 83px;
	width: 600px;
}

#inhalt {				
	postion: absolute;
	left: 250px;
	top: 100px;
	min-width: 600px;
	overflow: visible;
}

#inhalt h1,h2 {
	font-size: 26px;
	color: #000080;
}

#inhalt h2 {
	font-size: 20px;
}

#inhalt p {
	text-align: justify;
}

.frage {
	margin-top: 30px;
	font-weight: bold;
}

#back, #oben {
	margin-top: 50px;
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	float: right;
}

#back {
	text-align: left;
	float: left;
	
}

#datum {
	margin-top: 100px;
	text-align: center;
	font-size: 75%;
}

#inhalt table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#inhalt th,td {
	border-width: 0px;
  	border-style: solid;
  	padding: 2px 15px 2px 2px;
  	text-align: left;
	vertical-align: bottom;
}

#inhalt th.preise, #inhalt td.preise {
	text-align: right;
}

/* ::::: Newsbox auf Home-seite ::::::::::::::::::::::::::::::::: */

#inhalt div#schatten {
	background: #000000;
	position: relative;
	top: 50px;
	margin-bottom: 105px;
	width: 600px;

}

#inhalt div#news {
	background: #AAAAAA;
	position: relative;
	left: -5px;
	top: -5px;
	padding: 10px;
}

#inhalt div#news h2 {
	text-decoration: underline;
	text-align: center;
}

/* ::::: Tabelle der Darsteller ::::::::::::::::::::::::::::::::: */

#inhalt table.darsteller td {

	padding-bottom: 15px;
}

/* ::::: Archivstyles ::::::::::::::::::::::::::::::::::::::::::: */

#inhalt table.archiv td {
	width: 300px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px 0 20px;
	margin: 0;
}

#inhalt div.trennzeichen {
	float: none;
	width: 100%;
	position: static;
}

#inhalt a.archiv {
	text-decoration: none;
}

#inhalt table td {
	vertical-align: top;
}

#inhalt table.archiv img {
	margin: 10px 0 5px 0; 
}

#inhalt table#bilder {
	margin: auto;
}

#inhalt table#bilder td {
	height: 180px;
	width: 180px;
	margin: auto;
	padding-bottom: 12px;
	text-align: center;
	vertical-align: middle;
}
