/* 
------------------------------------------------
Globale Definitionen BODY und HTML
------------------------------------------------
*/

body,html {
	 background-color:#021802;
	 color:#000000;
    font-size: 100.01%;
    font-family: sans-serif;
    height:100%;
    margin: 0; 
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
	 
/* 
------------------------------------------------
Unsichtbarer Hauptcontainer
------------------------------------------------
*/
  
#window {
    position:relative;
	 background:#021802;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1010px;
    padding: 0;
    height: 100%;
}

#logo {
	position:absolute;
	background: url(logo.gif) top no-repeat;
	top:10px;
	left:10px;
	width:170px;
	height:78px;
}

#bg1 {
	position:absolute;
	top:120px;
	left:0;
	height:73px;
	width:100%;
	background: url(bg1.gif) top no-repeat;
}	
	

/* 
------------------------------------------------
Globale Textdeklarationen
------------------------------------------------
*/	  	  

h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	margin-bottom:0.9em;
	padding:0;
}

h2 {
	font-size:1.1em;
	margin:0;
	margin-bottom:0.9em;
	padding:0;
}
h3 {
	font-size:0.9em;
	margin:0;
	margin-bottom:0.9em;
	padding:0;
}

p {
	font-size:0.9em;
	margin:0;
	margin-bottom:0.9em;
	padding:0;
	text-align:justify;
}

img {
	margin:0;
	margin-right:10px;
	padding:0;
	text-align:left;
	float:left;
	display:inline;
}

/* 
------------------------------------------------
Contenthintergrund
------------------------------------------------
*/

#contentbg {
	position:absolute;
	top:193px;
	left:0;
	height:auto !important;
	width:100%;
	background: url(bg2.gif) top repeat-y;
	margin:0;
	padding:0;
	overflow:none;
	}
	
/* 
------------------------------------------------
Navileiste links
------------------------------------------------
*/

#navi {
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:155px;
	font-size:0.9em;
	color: #000000;
}

#navi ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style: none;
	line-height:1.5em;
}
#navi ul ul{
	margin-left:2em;

}

#navi ul a{
	text-decoration:none;
	color: #000000;
}

#navi ul a:hover,#navi ul li a.aktive{
	text-decoration:none;
	color: #ffffff;
}

/* 
------------------------------------------------
Content
------------------------------------------------
*/
	
#content {
	float:right;
	/*width:755px;*/
	width:735px;
	/*margin-right:20px;*/
	margin-right:40px;
	margin-top:10px;
	padding:0;
	padding-bottom:200px;
	text-align:left;	
}

#normal {
	float:left;
	/*width:755px;*/
	width:350px;
	/*margin-right:20px;*/
	margin-left:50px;
	margin-top:10px;
	padding:0;
	padding-bottom:100px;
	text-align:left;	
}

#right {
	float:right;
	/*width:755px;*/
	width:350px;
	/*margin-right:20px;*/
	margin-right:20px;
	margin-top:10px;
	padding:0;
	padding-bottom:100px;
	text-align:left;	
}
	
#content h1, #content h2,#normal h1, #normal h2,#right h1, #right h2{
	clear:both;
}
#content table, #normal table, #right table, {
	border-collapse:collapse;
}
#content table td, #content table th, #normal table td, #normal table th, #right table td, #right table th {
	padding:2px;
	font-size:0.9em;

	
}
#content table th, #normal table th, #right table th{
	background-color:#cdde87;
}
#content ul, #normal ul, #right ul {
	font-size:0.9em;
}
/* 
------------------------------------------------
Kontaktformular
------------------------------------------------
*/
.csc-mailform {
border: 0px solid #000;
}
label {
display: block;
width:200px;
float:left;
}
input {
margin-bottom:2px;
}
/* 
-------------------------------------------------
    Sitemap 
-------------------------------------------------
*/
.tx-dropdownsitemap-pi1 div.expAll {
	background-color:#ccf;
	border:1px solid #008;
}
.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
background-color:inherit;
color:#008;
font-size:0.9em;
}
.tx-gooffotoboek-pi1 img {
	margin:0;
}
/*
----------------------------------------------------
	Bildunterschriften
----------------------------------------------------
*/
.csc-textpic-caption {
	font-size:0.8em;
}