@media all

{

/* ######################################################################################################

** ### Vorbereitende Ma?nahmen | Reset ##################################################################

** ######################################################################################################

*/

	/* Hiermit werden die Randabst?nde und border aller HTML-Elemente auf Null gesetzt. Damit wird das       

	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 

	*/

	

	* { margin:0; padding: 0; } 





	/* Das zur?cksetzen der Innen- und Au?enabst?nde verursacht zu kleine Selectboxen. Dies wird korrigiert */

	option {padding-left: 0.4em}

	

	/*

	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett

	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]

	*/

	

	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 

	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die H?he des Browserfensters. */

	html { height: 100% } 

	body { 

		min-height: 101%;	

	/* Beseitigung des Rundungsfehlers bei Schriftgr??en im Opera sowie Standardformatierungen */

		font-size: 100.01%; 

	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Gr??e des Browser 

			Fensters ge?ndert wird. */

		position: relative; 

	

	/* Vorgabe der Standardfarben und Textausrichtung*/     

		color: #000;        

		background: #fff;

		text-align: left; 

	} 

	

	/* Standardrahmen zur?cksetzen */

	fieldset, img { border:0; }

	

	/* Anpassung f?r Safari Browser. font-size:100% ist f?r den Safari in Formularen zu gro? */ 

	select, input, textarea { font-size: 99% }



body {
background-color: #F5F1C2;
color:#714E4A;
}	


/* font-size */
#content .bodytext, .csc-form-label, .contenttable, .csc-menu{
font-family: Times New Roman, Times;
/* font-size: 13px;*/
line-height: 18px;
color:#714E4A;
}

#content  p {
margin-bottom:10px;
}

#content  ul, td, p {
font-family: Times New Roman, Times;
/* font-size: 13px;*/
line-height: 18px;
color:#714E4A;
}

#content ul {
margin-left:15px;
}



#content  h2 {
font-family: Times New Roman, Times;
font-size:1.2em;
line-height: 18px;
color:#714E4A;
margin-top:20px;
margin-bottom:5px;
}

#content h1  {
margin:0px;
margin-top: 0px;
font-size:25px;
color:#714E4A;
	font-weight: 600;
	margin-bottom:20px;
	line-height: 1.1em;
}

#content .csc-textpic-caption {
font-family: Times New Roman, Times;
font-size: 13px;
line-height: 18px;
color:#714E4A;
}


/*
html, body, div {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times;
	font-size: 100%;
}
*/

#meta_navigation a {
	color:  #F5F1C2;
	text-decoration: none;
	}
	
#content a {
color:#714E4A;
	text-decoration: underline;
}

#content a:hover,
#footer a:hover,
#meta_navigation a:hover {
	text-decoration: none;
	}

	
img {
  border: 0;
}


#container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 863px;
margin-top:31px;
border: 0px solid gray;
padding-bottom:50px;
}


#header_logo {
	position: absolute;
	top: 4px;
	left: 0px;
	text-decoration: none;
}

#meta_navigation {
position:absolute;
left:674px;
top:2px;
color:  #F5F1C2;
font-size:13px;
}

	
#header_container h1 {
	/* background: url("images/sfc-logo_160px.png") no-repeat top left; */
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bolder;
	}

#header_container h1 a {
	display:block;
	height: 100px;
	width: 170px;
	line-height:150px;
    text-decoration: none;
}

#content_container {
	/*position:absolute;*/
	margin-top:10px;
	margin-left:0px;
	border-left:1px solid #E8DAB5;
}



#content {
	float:left;
	font-family: Times New Roman, Times;
	line-height: 1.3em;
	width: 559px;
	padding-left:40px;
	margin-left:-1px; /* somit liegen border-right von main_menu und  border-left von content aufeinander */
	border-left:1px solid #E8DAB5;
}

#clear_content {
clear:both;
height:1px;
overflow:hidden;
}

#main_menu {
	float:left;
	width:262px;
	border-right:1px solid #E8DAB5;
}

#menu_height {
height:400px;
float:left;
width:1px;
}


#clear_menu_height {
clear:both;
height:1px;
overflow:hidden;
}

#main_menu ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	margin-bottom:15px;
	margin-left:5px;
}


#main_menu ul  li {
	width:253px;
	margin-top:3px;
	/* padding-left:14px;	*/
	color:#7D143F;
}





#main_menu ul  li a {
	display:block;
	padding-left:34px;
	padding-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-family:Times;
	color:#7D143F;
	font-weight:600;
}



#main_menu ul li:hover {
}

#main_menu ul  li a:hover {
	color: #92895E;  /*#714E4A;*/
}

#main_menu #active a{
	display:block;
	background-color:#7D143F;
	color:#F5F1C2;

	/*color:#333333; */
}

#main_menu #active .sub_menu a{
	display:block;
	background-color:#F5EEC2;
	color:#714E4A;
}

#main_menu #active .sub_menu  a:hover {
	color: #92895E;  /*#714E4A;*/
}


#main_menu ul ul {
	margin-bottom:15px;
	margin-left:0px; /*5px*/
}

#main_menu ul  ul li {
	width:195px;
	width:253px;
	font-size:0.9em;
	margin-top:3px;
	padding-left:0px; /*3px*/
	height:16px;
	padding-bottom:2px;
	border-left:0px solid #7D143F;
	color:#7D143F;
	margin-left:0px; /*50px*/
}

#main_menu #active  #sub_active {
	border-left:0px solid #7D143F;
	padding-left:0px;
	width:198px;
	width:253px;

}


#main_menu ul  ul li a {
	padding-left:4px;
	padding-left:45px;
	background-color:#F5EEC2;
	color:#714E4A;
}


#main_menu #active  #sub_active a {
	display:block;
	background-color:#D9D29E;
	color:#333333;
	color:#92895E;
}

/*
#footer_height {
border:1px solid black;
height:50px;
width:100%;
}


#clear_footer_height {
}


#footer {
	text-align: center;
	clear: both;
	font-size: 0.8em;
	display:none;
	visibility:hidden;
}

#footer a {
	padding: 2px 0.4em;
	
}
*/

td.td-last {
padding-left:15px;
}

.csc-mailform-field label{
display:block;
font-size:12px;
font-weight:bold;
color:#714E4A;
}

.csc-mailform-field textarea {
width:235px;
}



}