/****  CSS Stylesheet  *****/
/***********  default font-size:12px, 100% for that, or better is 10px = .67em  ********/
/****  outer divs must float left for dw to view border, better to border inner nested divs  ***/
/*********  to center page is confusing, when float left is necessary  ************/
/**** trick for "center with float left" is float left 100% wide w/body margin sides 5% or more *****/
/**** Above not a 100% fix for dw view, borders still flakey, try width:auto or nest bordered divs *****/
/*****  another trick to keep position going, is only float what needs floating  *********/
/*****  try add or remove <br> in end of empty divs, or remove float, make dw view properly *******/
/*****  NOTE: The <strong> tag &/or no clear float at base, made link repeat at base of page  *****/
/**** The trick hack to stop hover jumpy links, is to put every section into a div, classed seperate  ****/
/******  any div that has a specified margin/pad can't have links without containers  *****/
/******  another hack, is to classify all links, so that they don't margin/pad jumpy  *****/
/*****  the divs containing links, must have same hover width/pad/margin settings, or jumpy  *******/
/**** Hack: Removed width to stop jumpy hover-links, setting pad-margin made it width:auto  *****/
/****  Jumpy Links also stopped by not using % of padding/margin in that particular div  ****/
/****  Stop dreamweaver view mode (doublewide blowout), was to only float inner divs (nest problem)  ****/
/****  Deleting all unnecessary div borders resolved doublewide dw blowout (must nest borders) *****/
/*****  divs out of order, caused absolute columns to vanish  ******/
/***  absolute positioning, use left (never right dimension) fixes layering problem ******/
/**** bodycontainer floated left caused doublewide blowout  ******/


/*****  Kontaktformular start  *******/
.content_inner_content form {margin-left: 0%; margin-right: 0%;}
#.inhalt form {padding: 20px; color: #620b01; font-size: 0.68em; }
#.csc-mailform-field {padding-bottom: 5px; width: 200px;}
#.csc-mailform-field input, .csc-mailform-field textarea {margin: 5px 0}
/*****  Kontaktformular end  *******/

BODY {
	margin:0 auto;
	padding:0;
	background:#000000; 
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #999999; 
	TEXT-ALIGN: left;
}
.login {
	text-align: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #A5A38C;
	border-right-color: #A5A38C;
	border-bottom-color: #A5A38C;
	border-left-color: #A5A38C;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

.search {
	text-align: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #A5A38C;
	border-right-color: #A5A38C;
	border-bottom-color: #A5A38C;
	border-left-color: #A5A38C;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

.mood {
	text-align: center;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	#border-top-color: #A5A38C;
	#border-right-color: #A5A38C;
	#border-bottom-color: #A5A38C;
	#border-left-color: #A5A38C;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	#border-top-width: 4px;
	#border-right-width: 4px;
	#border-bottom-width: 4px;
	#border-left-width: 4px;
	#border-top-style: ridge;
	#border-right-style: ridge;
	#border-bottom-style: ridge;
	#border-left-style: ridge;
}



.sondertext {
	text-align: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #A5A38C;
	border-right-color: #A5A38C;
	border-bottom-color: #A5A38C;
	border-left-color: #A5A38C;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

.headwrap_outer {
	position:absolute;
	top:5px;
	left:2%;
	width:96%;
	display: block; 
	margin: 0 auto;
	padding:0;
	border: #B59A6F 0px solid; 
	TEXT-ALIGN: left;
}

.headwrap_inner {
 	display: block; 
	margin:0px auto; 
	padding:5px;
	height:91px;
	width:auto;
	background-color:#653232;
	BORDER-top: #B59A6F 4px ridge; 
	BORDER-bottom: #B59A6F 4px ridge;
	BORDER-left: #B59A6F 4px ridge;
	BORDER-right: #B59A6F 4px ridge;
	text-align:left;
    color:#ffffff;
	}

.headtoprow_leftouter {
 	DISPLAY: block; 
	margin:0;	
	PADDING: 0px; 
	HEIGHT: 91px;
	WIDTH: 100%; 
	BORDER: #fd0408 0px dashed; 
	TEXT-ALIGN: left;
}

.headtoprow_leftinnertop {
	display:block;
	margin:0;
	PADDING: 0px; 
	WIDTH: 100%; 
	HEIGHT: 74px; 
	BORDER: #000000 0px dashed; 
	TEXT-ALIGN: center;
}

.headtoprow_leftinnerbottom {
	display:block;
	margin:0;
	PADDING: 0px;
	WIDTH: 60%;
	HEIGHT: 16px;
	BORDER: #000000 0px dashed;
	TEXT-ALIGN: center;
	float: left;
}


.headtoprow_left {
	display:block;
	margin:0;
	PADDING: 0px;
	WIDTH: 20%;
	HEIGHT: 16px;
	BORDER: #000000 0px dashed;
	TEXT-ALIGN: left;
	float: left;
}


.headtoprow_sitemap {
	display:block;
	PADDING: 0px;
	WIDTH: 2%;
	HEIGHT: 16px;
	BORDER: #000000 0px dashed;
	TEXT-ALIGN: right;
	float: left;
	margin-left: 1%;
}
.headtoprow_druck {
	display:block;
	background:#653232;
	PADDING: 0px;
	WIDTH: 2%;
	HEIGHT: 16px;
	border: none;
	TEXT-ALIGN: right;
	float: left;
	margin-left: 1%;
}
.headtoprow_sprache {
	display:block;
	PADDING: 0px;
	WIDTH: 7%;
	HEIGHT: 16px;
	BORDER: none;
	TEXT-ALIGN: right;
	float: left;
	margin-left: 1%;
}
.left_column_outer {
	display:block;
	MARGIN:0;
	PADDING:0; 
	LEFT: 2%; 
	WIDTH: 22%; 
	POSITION: absolute; 
	TOP: 117px; 
	BACKGROUND: #333333;
	TEXT-ALIGN: center
}

/*****  V3Subjectmenu  *******/

.v3subjectmenu_container {
	display:block;
	BORDER-top: #A5A38C 4px ridge; 
	BORDER-bottom: #A5A38C 4px ridge;
	BORDER-left: #A5A38C 4px ridge;
	BORDER-right: #A5A38C 4px ridge;
	MARGIN: 0px;
	PADDING: 2px 4px;
	width:auto;
}

.v3subject1section, 
.v3subject2section, 
.v3subject3section {
	display:block;
	margin:0;
	font-weight:bold;
	text-align:left;
	COLOR: #A5A38C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

li.mainlink a {
	DISPLAY: block;
	margin:4px 0px;
	padding:0;
	width:auto;
	background: #653232;
	COLOR: 	#C1B698;
	BORDER: #B59A6F 2px outset;
	text-align:left;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

li.mainlink a:visited {
	DISPLAY: block;
	margin:4px 0px;
	padding:0;
	width:auto;
	COLOR: 	#C1B698;
	BORDER: #B59A6F 2px outset;
	background: #653232;
	text-align:left;
	text-decoration: none;
	list-style-type: none;
}

li.mainlink a:hover {
	DISPLAY: block;
	margin:4px 0px;
	padding:0;
	width:auto;
	BORDER: #B59A6F 2px outset;
	background-color:#C1B698;
	text-align:left;
	text-decoration:none;
	COLOR: #005177;
	list-style-type: none;
}

li.mainlink a:active {
	DISPLAY: block;
	margin:4px 0px;
	padding:0;
	width:auto;
	background-color:#C1B698;
	text-align:left;
	text-decoration:none;
	COLOR: #005177;
	BORDER: #B59A6F 2px outset;
	list-style-type: none;
}

.unlinked1 {
	DISPLAY: block;
	margin:4px 0px;
	padding:0;
	width:auto;
	background-color:#C1B698;
	text-align:left;
	text-decoration:none;
	COLOR: #005177;
	BORDER: #B59A6F 2px outset;
	list-style-type: none;
}


li.sublink1 a {
	color: #C1B698;
	float: none;
	width: 90%;
	margin-right: 0%;
	background-color: #653232;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8%;
	border: 2px outset #B59A6F;
	list-style-type: none;
}

li.sublink1 a:visited {
	color: #C1B698;
	float: none;
	width: 90%;
	margin-right: 0%;
	background-color: #653232;
	border: 2px outset #B59A6F;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8%;
	list-style-type: none;
}

li.sublink1 a:hover {
	color: #005177;
	float: none;
	width: 90%;
	margin-right: 0%;
	background-color: #C1B698;
	border: 2px outset #B59A6F;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8%;
	list-style-type: none;
}

li.sublink1 a:active {
	color: #005177;
	float: none;
	width: 90%;
	margin-right: 0%;
	background-color: #C1B698;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8%;
	border: 2px outset #B59A6F;
	list-style-type:none;
	text-decoration:none;
}

.unlinked2 {
	DISPLAY: block;
	margin:4px 0px;
	margin-left:8%;
	padding:0;
	width:90%;
	background-color:#C1B698;
	text-align:left;
	text-decoration:none;
	COLOR: #005177;
	BORDER: #B59A6F 2px outset;
	list-style-type: none;
}

li.sublink2 a {
	color: #C1B698;
	float: none;
	width: 80%;
	margin-right: 0%;
	background-color: #653232;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 18%;
	border: 2px outset #B59A6F;
	list-style-type: none;
}

li.sublink2 a:visited {
	color: #C1B698;
	float: none;
	width: 80%;
	margin-right: 0%;
	background-color: #653232;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 18%;
	list-style-type: none;
}

li.sublink2 a:hover {
	color: #005177;
	float: none;
	width: 80%;
	margin-right: 0%;
	background-color: #C1B698;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 18%;
	list-style-type: none;
}

li.sublink2 a:active {
	color: #005177;
	float: none;
	width: 80%;
	margin-right: 0%;
	background-color: #C1B698;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 18%;
	border: 2px outset #B59A6F;
	list-style-type:none;
	text-decoration:none;
}

.unlinked3 {
	DISPLAY: block;
	margin:4px 0px;
	margin-left:18%;
	padding:0;
	width:80%;
	background-color:#C1B698;
	text-align:left;
	text-decoration:none;
	COLOR: #005177;
	BORDER: #B59A6F 2px outset;
	list-style-type: none;
}




/***  end subject menu  ***/


.content_column {
	POSITION: absolute;
	display:block;
	padding:0;
	background:#653232;
	left:25%;
	WIDTH:73%;
	TOP: 117px;
	TEXT-ALIGN: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}

.content_column_outer {
	POSITION: absolute; 
	display:block;
	margin:0 auto;
	padding:0;
	background:#653232;
	left:25%; 
	WIDTH:50%; 
	TOP: 117px; 
	TEXT-ALIGN: center;	

}
.content_inner {
 	DISPLAY: block; 
	MARGIN:0 auto; 
	PADDING: 2px 4px;
	BORDER-top: #B59A6F 4px ridge; 
	BORDER-bottom: #B59A6F 4px ridge;
	BORDER-left: #B59A6F 4px ridge;
	BORDER-right: #B59A6F 4px ridge;
	text-align:left;
}

.content_inner_content {
	DISPLAY: block;
	text-align:left;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.right_column_outer {
	display:block;
	BACKGROUND: #333333;
	MARGIN:0;
	PADDING: 0; 
	left: 76%; 
	width: 22%; 
	POSITION: absolute; 
	TOP: 117px; 
	TEXT-ALIGN: left;
}

.rightmenu_content {
	display:block;
	BORDER-top: #A5A38C 4px ridge; 
	BORDER-bottom: #A5A38C 4px ridge;
	BORDER-left: #A5A38C 4px ridge;
	BORDER-right: #A5A38C 4px ridge;
	MARGIN: 0px;
	PADDING: 2px 2px 2px 2px; 
}

.headlines {
	display:block;
	BACKGROUND: #333333;
	MARGIN:0;
	PADDING-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px; 
	TEXT-ALIGN: left;
	}
	
.footer {
	display:block;
	clear:both;
	MARGIN: 0px;
	PADDING: 0px; 
	BORDER: #B59A6F 0px solid; 
	WIDTH: auto; 
	BACKGROUND-COLOR: #000000;
	text-align: center;
	font-size: 0.8em;
}



H1 {

	PADDING: 0px; 
	FONT-SIZE: 2.0em;
MARGIN-TOP: 0px; 
MARGIN-RIGHT: 0px; 
MARGIN-LEFT: 0px; 	 
	MARGIN-BOTTOM: 15px; 
	COLOR: #cccccc; 
}

H2 {
	PADDING: 0px; 
 	FONT-SIZE: 1.35em; 
 	MARGIN-TOP: 0.7em; 
	COLOR: #999999;
	TEXT-ALIGN: left;
}

H3 {
	PADDING: 2px 0px 2px 0px;
	FONT-SIZE: 1.2em;
	MARGIN: 2px;
	MARGIN-BOTTOM: 8px;
	COLOR: #B59A6F;
	BORDER-BOTTOM: #B59A6F 1px dashed;
	text-align:left;
	}

H4 {
	PADDING: 0px; 
	FONT-SIZE: 1.1em; 
	MARGIN: 0px 0px 0px 0px; 
	COLOR: #A5A38C; 
	BORDER-BOTTOM: #A5A38C 1px dashed;
	}

.klickpfad {
	font-size: 1.2em;
	color: #B59A6F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B59A6F;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 2px;
}		

.headtoprow_sitemap a, a:link, a:visited {
	background:none;
	BORDER-BOTTOM: #C92E2C 1px dashed;
}
.headtoprow_sitemap a:hover, a:active {
	background:none;
	BORDER-BOTTOM: #C92E2C 0px dashed;
}

.headtoprow_druck a, a:link, a:visited {
	background:none;
	BORDER-BOTTOM: #C92E2C 1px dashed;
}
.headtoprow_druck a:hover, a:active {
	background:none;
	BORDER-BOTTOM: #C92E2C 0px dashed;
}


.headtoprow_sprache a, a:link, a:visited, img {
	background:none;
	border-top: 0px;
	BORDER-BOTTOM: 1px #C92E2C dashed;
	border-left: 0px;
	border-right: 0px;
}

.headtoprow_sprache a:hover, a:active, img {
	background:none;
	BORDER-BOTTOM: #C92E2C 0px dashed;
}


.klickpfad a {
	text-decoration:none;
	BORDER-BOTTOM: 0px #C92E2C dashed;
	COLOR: #B59A6F;
	list-style-image: none;
}


.klickpfad a:link {
	text-decoration:none;
	BORDER-BOTTOM: 0px #C92E2C dashed;
	COLOR: #B59A6F;
	list-style-image: none;
}


.klickpfad a:visited {
	text-decoration:none;
	BORDER-BOTTOM: 0px #C92E2C dashed;
	COLOR: #B59A6F;
	list-style-image: none;
}


.klickpfad a:hover {
	text-decoration: none;
	background-color:#C1B698;
	BORDER-BOTTOM: 0px #005177 dashed;
	COLOR: #005177;
	list-style-image: none;
}

.klickpfad a:active {
	text-decoration: none;
	background-color:#C1B698;
	BORDER-BOTTOM: 0px #005177 dashed;
	COLOR: #005177;
	list-style-image: none;
}


a, a:link, a:visited {
	text-decoration:none;
	BORDER-BOTTOM: 1px #B59A6F dashed;
	COLOR: #B59A6F;
	list-style-image: none;
}

a:hover, a:active {
	background-color:#C1B698;
	text-decoration:none;
	BORDER-BOTTOM: 1px #005177 dashed;
	COLOR: #005177;
	list-style-image: none;
}

