/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html,body {
	height:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size:100.1%;
	text-align:center;
	background-color:#4592b7;
	background-image:url(/layout/background.jpg);
	height:100%;
}
a, blockquote, caption, dd, dfn, div, dl, dt, form, h1, h2, h3, h4, h5, img, label, legend, li, ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul {font-size:100.1%; font-family: Verdana, Arial, Helvetica, sans-serif; border:0; line-height:1.7}

legend { display: none }
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#497CBE;
	text-decoration: underline;
}

a:hover{
	color:#497CBE;
	text-decoration: underline;
}

fieldset {
	width:80%;
}

hr{
 border: 0px;
 border-top: solid 1px #B99F72;
 border-bottom: transparent;
 height:1px;
}

/************** header tag styles **************/

h1{
 font: bold 130% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.container {
	width: 990px;
	clear: both;
	margin: 20px auto 0 auto;
	height:100%; 
	background-color:#ece2d6;	
	border-top:2px #FFFFFF solid;
	border-right:2px #FFFFFF solid;		
	border-left:2px #FFFFFF solid;
font-size:0.9em;
}

html>body .container {
	width: 990px;
	clear: both;
	margin: 20px auto 0 auto;
	min-height:100%; 
	height:auto; 
	background-color:#ece2d6;
	border-top:2px #FFFFFF solid;
	border-right:2px #FFFFFF solid;		
	border-left:2px #FFFFFF solid;

}

#content {
	clear:both;
	background-color:#ece2d6;
	width:990px;
	text-align:left;
}

html>body #content {
	clear:both;
	background-color:#ece2d6;
	width:990px;
}
.content_body {
	clear:both;
	height:600px;		
}
html>body .content_body {
	clear:both;
	min-height:600px;		
	height:auto;
}

.content_left {
	clear:both;
	width:146px;
	float:left;
	background-image:url(/layout/nav_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:345px;
}
.content_main {
	background-color:#ece2d6;
	background-image:url(/layout/nav_strich.gif);
	background-repeat:repeat-x;
	background-position:top right;
	float:left;
	text-align:left;
	width:824px;
	margin-right:0px;
	padding:10px 0px 0px 20px;
}
.content_home {
	float:left;
	text-align:left;
	width:550px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
}

.content_right {
	float:right;
	text-align:left;
	width:230px;
	padding:30px 35px 0px 0px;
}

/************** nav_meta *****************/

#nav_meta{
	font-size:0.7em;
	color: #000000;
	padding:0px 10px 0px 0px;
	text-align:right;
	height:20px;	
}

#nav_meta a:link, #nav_meta a:visited{
	color: #000000;
	margin:0px 5px 0px 5px;
	text-decoration: none;
}

#nav_meta a:hover{
	text-decoration: underline;
}

/************** nav_main *****************/
.nav_main {
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
	background-color:#ece2d6;
	background-image:url(/layout/nav_main_back_left.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding:0px 0px 0px 105px;
	margin:0px 0px 0px 0px;
}
.nav_main_strich {
	background-color:#ece2d6;
	background-image:url(/layout/nav_strich.gif);
	background-repeat:repeat-x;
	background-position:top right;
	height:20px;
}

.nav_main a:link, .nav_main a:visited{
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px 10px 0px 10px;
}
.nav_main a:hover{
	color:#000000;
	text-decoration:none;
}
a#nav_main_current {
	display:block;
	color:#000000;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

/************** nav_sub *****************/
.nav_sub {
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
}

.nav_sub a:hover{
	color:#000000;
	text-decoration:none;
}


/************** nav_breadcrumb *****************/

.nav_breadcrumb {
	font-size:0.7em;
	padding:0px 0px 1em 0px;
	margin:0px 0px 0px 5px;
}
.nav_breadcrumb a:link, .nav_breadcrumb a:visited {
	text-decoration: underline;
}

/*************** subnav *****************/

.box_navigation {
clear:both;
	width:140px;
	margin:25px 0px 0px 0px;
	float:left;
}
.box_navigation_header {
	background-color:#ac437f;
}
.box_navigation_header h2{
	font-size:0.8em;
	color:#FFFFFF;
	padding:2px 5px 2px 16px;
}
.box_subnav {
	font-size:0.8em;
	width:140px;
/*	border-top:#ac437f 1px solid; */
}
.subnav_l1 {
/*	border-bottom:#ac437f 1px solid;*/
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.subnav_l1 a:link,.subnav_l1 a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#ac437f;
	padding:0px 0px 0px 0px;
	line-height:1.2em;
	height:39px;
}
.subnav_l1 a:hover { 
	color:#4b4a4b;
	text-decoration:none;
}
.subnav_l1_select { 
	border-bottom:#ac437f 1px solid;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.subnav_l1_select a:link,.subnav_l1_select a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#4b4a4b;
	padding:8px 5px 8px 20px;
	line-height:1.2em;	
}

/*************** content *****************/

.content_text {
	padding: 25px 20px 10px 12px;
	font-size:0.9em;
	line-height:1.4em;
}

/*************** info_box *****************/

.info_box {
	float:right;
	background-color:#FFFFFF;
	width:200px;
	margin:0px 0px 15px 0px;
	padding:10px 5px 10px 5px;

}
.info_box_header{
	height:25px;
}
.info_box_header h2{
	font-size:0.8em;
	color:#000000;
	padding:4px 10px 2px 10px;
}
.info_box_content {
	font-size:0.85em;
	padding:5px 10px 5px 10px;
	line-height:1.3;	
}

.info_box_content a:link,.info_box_content a:visited {
text-decoration:none;
	color:#A5874B;
	line-height:1.3;
}

.info_box_content a:hover {
text-decoration:underline;
	color:#A5874B;
}


/*************** info_box_uebersicht *****************/

.info_box_uebersicht {
	float:left;
	background-color:#eaedee;	
	width:275px;
	height:155px;
	margin:0px 0px 20px 0px;
}
html>body .info_box_uebersicht {
	float:left;
	background-color:#eaedee;	
	width:275px;
	min-height:155px;
	height:auto;
	margin:0px 0px 20px 0px;
}

.info_box_uebersicht a:link, .info_box_uebersicht a:visited {
	color:#ac437f;
	text-decoration:underline;	
}
.info_box_uebersicht a:hover {
	text-decoration:underline;

}
.info_box_uebersicht_header{
	background-color:#eaedee;
}
.info_box_uebersicht_header h2{
	font-size:1em;
	color:#000000;
	padding:3px 10px 3px 10px;
}
.info_box_uebersicht_content {
	font-size:0.9em;
	padding:5px 10px 5px 10px;
}
.info_box_uebersicht_image{
	text-align:center;
}
.info_box_uebersicht_image img{
	border:#FFFFFF 1px solid;
}

/*************** sonstiges *****************/
.cb {
	clear:both;
}
.pfeil {
	font-size:1.2em;
	color:#497CBE;
	font-weight:bold;
}
.header {
	position:relative;
}

/*************** Form Kontakt *****************/

.form_kontakt {background-color:#e8dcce; width: 86%; clear: both; border: dashed 1px #000000 }
.form_kontakt input, select { font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 0.5em }
.form_kontakt input, textarea { width: 23em }
.form_kontakt textarea { font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; width: 23em; overflow: auto }
.form_kontakt fieldset { margin: 0; padding: 1.5em 1em; border: 0 }
.form_pflichtfeld { color: #ff0000; margin-right: 0 }
.form_kontakt label.left { font-size:0.9em;text-align: left; margin-right: 0.3em; margin-left: 1em; width: 9em; float: left; clear: both }
.form_kontakt p { font-size: 0.9em; margin-left: 1em }
input.right { margin-top: 1em; margin-right: 0.3em; margin-left: 12.3em; width: auto; float: left; clear: both }	
input[type=checkbox].right, input[type=radio].right, input[type=submit].right { margin-left: 11.5em }

/*************** Imagegalerie *****************/

.imagegalerie{
  text-align:center;
  width:130px;
  height:130px;
border:1px #C9C5C6 solid;
  margin: 5px;
  float:left;
/*   background:#F3F3F3;*/
background:#E2D9CD;
  padding:5px;
}
html>body .imagegalerie{
  text-align:center;
  min-width:130px;
  min-height:130px;
  border:1px #C9C5C6 solid;
  margin: 5px;
  float:left;
/*   background:#F3F3F3;*/
background:#E2D9CD;
  padding:5px;
  width:auto;
  height:auto;
}
.imagegalerie a:link, .imagegalerie a:visited {
	color:#000000;
}

/*************** Imagegalerie Uebersicht *****************/

.imagegalerie_uebersicht{
  text-align:center;
  width:200px;
  height:200px;
border:1px #C9C5C6 solid;
  margin: 5px;
  float:left;
/*   background:#F3F3F3;*/
background:#E2D9CD;
  padding:5px;
font-size:0.9em;
}
html>body .imagegalerie_uebersicht{
  text-align:center;
  min-width:200px;
  min-height:200px;
  border:1px #C9C5C6 solid;
  margin: 5px;
  float:left;
/*   background:#F3F3F3;*/
background:#E2D9CD;
  padding:5px;
  width:auto;
  height:auto;
}
.imagegalerie_uebersicht a:link, .imagegalerie_uebersicht a:visited {
	color:#000000;
}


.contentRight{
/* font-size:0.9em;*/
  float: left;
color:#497CBE;
}
.contentLeft{
/* font-size:0.9em;*/
  float: left;
color:#497CBE;
}
.news_bild {
  border:2px #CC9900 solid;
}
.members {
	position:relative;
}
.members td{
	vertical-align:top
}

#bandnavi {
	position:absolute;
	top:-120px;
	left:300px;

} 
#memberpic {
	position:absolute;
	top:70px;
	left:490px;
width:200px;
} 

/*********** #formNL styles ***********/

.formNL {
	margin-top:1.5em;
}

/*.formNL label {
	float: left;
	text-align: left;
	width: 18em;
	margin-right: 0.3em;
	margin-bottom:0.3em;
	clear:both;
}
*/
.formNL fieldset{
	padding:2em 2em 2em 2em;
}

.formNL form input.submit { /* den Submit-Button */

	font-size:1em;
	margin-left: 1em;	
}
.formNL form {
	display:inline;
}



