/* © 2007 Carsten Abelbeck Konzept und Design*/
* {
	margin : 0; 
	padding: 0;
}

body {
	/*background-color: #778899;*/
	background-color: #B2BBC7;
	font: 100%/1em Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:active, a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 225%;
	letter-spacing: 0.7em;
	color: #999999;
	text-transform: uppercase;
	padding: 20px 0 0 0px;
	
}

table {
	background-color: #fff;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#navigation td {
	background-color: #708899;
}

#navigation td a, a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
}

#navigation td a:hover {
	color: #fff;
}

div.heute {
	height: 70px;
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight:bold;
	background-color: #CCC;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	border: 1px solid darkgoldenrod;
}

div.heute img {
	margin-right: 10px;
	float:left;	
}

div.heute p {
	padding-top: 26px;
}

div.extras {
	background-color: #CCC;
	margin-bottom: 20px;
	padding: 1em;
	text-align: left;
	border: 1px solid darkgoldenrod;
}

div.extras img {
	margin-right: 10px;
	float:left;	
	border: 1px solid #FFFFFF;
}

div.extras p { display:block; }

/* Extras Blockhöhen */
.h125 {height:125px;}
.h100 {height: 100px;}
.h75 {height:75px;}
.h50 {height:50px;}

td#aktiv {
	background-color: palegoldenrod;
}

td#aktiv a:hover {
	color: darkgoldenrod;
}

div#inhaltsbox, div#inhaltsbox2 {
	font-size: 68.75%;
	line-height: 1.5em;
	color:#333;
	padding: 30px;
	border: 1px solid darkgoldenrod;
	background-color:#CCC;
}

div#inhaltsbox h2, div#inhaltsbox2 h2, h3 {
	font-size: 100%;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}

div#inhaltsbox h3, div#inhaltsbox2 h3 {
	color:#666666;
}

#inhaltsbox a, #inhaltsbox a:link, #inhaltsbox a:active, #inhaltsbox2 a, #inhaltsbox2 a:link, #inhaltsbox2 a:active {
	color:#333;
	text-decoration:underline;
	padding: 0px;
}

#inhaltsbox a:hover, #inhaltsbox2 a:hover {
	color:#666666;
	padding:0px;
}

#inhaltsbox a:visited, #inhaltsbox2 a:visited {
	text-decoration: none;
	padding: 0px;
}

div#inhaltsbox p, div#inhaltsbox2 p {
	margin-bottom: 1em;
}

#inhaltsbox p img, #inhaltsbox2 p img {
	border: 1px solid #FFFFFF;
}

div#inhaltsbox em, div#inhaltsbox2 em {
	font-weight: bold;
	font-style:normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
}

#inhaltsbox table, #inhaltsbox2 table {
	width: 100%;
	background-color: white;
	border:none;
	border-spacing: 1px;
}

div#inhaltsbox td, div#inhaltsbox2 td {
	padding: 3px 6px 3px 6px;
}

tr.hinterlegt_1 {
	background-color:#DDD;
}

tr.hinterlegt_2 {
	background-color:#EEE;
}

div#flashcontent {
	height: auto;
	width:600px;
	border: 1px solid darkgoldenrod;
	background-color: #CCCCCC;
}

#fuss {
	color:  #CCCCCC;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#fuss p {
	margin: 2px 20px 0px 20px;
}

#fuss a, a:link, a:active {
	color: #CCCCCC;
	text-decoration:underline;
}

#fuss a:hover {
	color:#FFF;
}

#fuss a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#extra {
	padding-top: 2px;
	font-size: 56.25%;
	text-align: right;
}

#extra a, a:link, a:active {
	text-decoration:underline;
}

#extra a:hover {
	color: #708899;
}

#extra a:visited {
	text-decoration: none;
}

.bildlinks {
	float:left;
	margin-right: 8px;
	border: 1px solid white;
}

.bildrechts {
	float:right;
	margin-left: 8px;
	margin-bottom:2px;
	border: 1px solid white;
}


.impr {font-size: 90%;margin: 50px 250px 0px 75px;padding:8px; border: 1px solid darkgray;}

.table {
	font-size: 9px;

}

label {
	display:block;
	width: 150px;

}

.chronologisch {display:inline; font-weight:bold; text-transform:uppercase; color:#333333; margin-right:1em;}


.presse p cite, .cite {
	display:block;
	font-style:italic;
	background-color: palegoldenrod;	
	padding: 10px;
	text-align: left;
}
/* H2 Zusatz in Klammern */
.h2-zusatz { 
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}
.floatleft {float: left; margin:0 1em 0 0;}
.floatleft img {border: 1px solid #FFFFFF; margin-bottom:.5em;}