@charset "UTF-8";
/* CSS Document */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f7f6f2 url(img/site/back01.gif) repeat-x;
	color: #000000;	 		/*Textfarbe der Seite*/
	/*padding-top: 0px; 		Bestimmt den Abstand zum oberen Seitenrand*/
}

.outer-container {
	padding-bottom: 30px; 	/*Unterer Seitenabstand, wenn das Ende der Seite erreicht ist*/
}
.center-container {
	background: none;
	background-position: center;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px;
	width: 780px;
}
.bannercontainer {
	width: 780px;
	height:131px;
	margin: 0px;
	padding: 0px;
	}
.menucontainer {
	background: #FFFFFF;
	width: 774px;
	height: 278px;
	margin: 0px;
	padding: 3px;
	}
.flashmovie {
	background-color: #FFFFFF;
	float:left;
	width:560px;
	height:278px;
	}
.hauptmenurechts {
	background: url(img/site/menuback.gif) repeat;
	width:195px;
	height: 263px;
	float:right;
	text-align: right;
	padding: 10px 10px 5px 5px;
	}
.hauptmenurechts p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:150%;
	color:#FFFFFF;
	}
.hauptmenurechts .current {
	color:#6f7b81;
	}
.hauptmenurechts a {
	text-decoration: none;
	color:#FFFFFF;
	}
.hauptmenurechts a:hover{
	color:#6f7b81;
}	
	
.inhaltcontainer {
	background:#FFFFFF;
	width:774px;
	margin:0px;
	padding: 0px 3px 3px 3px;
	}
.inhalt {
	background: #f8f6ed url(img/site/inhaltback.gif) repeat-x;
	width: 754px;
	padding: 30px 10px;
	}
.inhaltlinks img {
	border: dotted 1px #6f7b81;
	padding: 3px;
	margin:5px 0px 5px 8px;
	float:right;
	}
.inhaltlinks {
	width: 530px;
	float:left;
	margin: 0px 0px 1px 0px;
	left: 50%;
	height:auto;
	}
.inhaltlinks p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:15px;
	line-height:160%;
	color:#373523;
	margin-bottom:8px; 
	}
.inhaltlinks h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#6f7b81;
	margin-bottom:10px;
	border-bottom: dotted 1px #6f7b81;	
	}
.inhaltlinks .highlight { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:15px;
	line-height:160%;
	color:#6f7b81;
	margin-bottom:8px; 
	}
	
.inhaltrechts h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#6f7b81;
	margin-bottom:10px;
	margin-top:4px;
	border-bottom: dotted 1px #6f7b81;	
	}
.inhaltrechts {
	float: right;
	width: 190px;
	padding-top:0px;
	}
.inhaltrechts p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:12px;
	line-height:160%;
	color:#373523;
	margin-bottom:8px; 
	}
.hinweis {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:15px;
	line-height:160%;
	color:#6f7b81;
	margin-bottom:8px;
	}
.clearinhalt {
	clear: both;
	}
	
/*  ------------------------------------------------------------------------------------
    Kontaktformular
    ------------------------------------------------------------------------------------ */
.formular {
	width:520px;
	height:auto;
	}
.zeile {
	 clear: both;
	 padding: 2px 0;
	 width: 520px;
	}
.label {
	float:left;
	padding:2px;
	text-align:right;
	width:80px;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#373523;
	}
input {
	padding:2px;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#373523;
	width:420px;
	border-width: 1px;
	border-style: solid;
	border-color:#6f7b81;
	float:right;
	}
input.radiobutton {
	padding:2px;
	width:auto;
	float:none;
	}

input#submit {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3pt;
	color:#373523;
	width:100px;
	}
textarea {
	font-size: 12px;
	padding:2px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#373523;
	width:420px;
	height:150px;
	border-width: 1px;
	border-style: solid;
	border-color:#6f7b81;
	float:right;
	}
