@media all
{

/* ######################################################################################################
** ### Vorbereitende Massnahmen | 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% }


/* Colors */

body {
	background-color: #FFFFFF;
	color:#505050;
}	


a {
	color:#454545;
}

#content  h2 {
	color: #1D214F;
}

#content h1  {
	color: #1D214F;
	background-image:url(images/tmpl_dotted.gif);
	background-repeat:repeat-x;	
	background-position:bottom;
}



/* Fonts  */


body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}	


/* font-size */
#content .bodytext, .csc-form-label, .contenttable, .csc-menu{
}

#content  p {
	margin-bottom:10px;
	text-align:left;
	line-height:16px;
}

#content  ul, td, p {
}

#content ul {
	padding-left: 12px;
	list-style-type:square;
	margin-bottom:20px;
}


#content  h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	font-size:10pt;
	padding-top:30px;
	margin-bottom:5px;
}


#content h1  {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin:0px;
	margin-top: 0px;
	font-size:10pt;
	font-weight: bold;
	padding-bottom:3px;
	margin-bottom:17px;
	line-height: 1.1em;		
}

#content .csc-textpic-caption {
	font-size: 13px;
}


	
#content a {
	text-decoration: underline;
}

#content a:hover,
#footer a:hover,
#meta_navigation a:hover {
	text-decoration: none;
}

	
img {
	border: 0;
}

#header_logo {
	text-decoration: none;
}

#image_and_content img {
	border: 1px solid #F1F1F1;
	padding: 3px;
	/* 	margin-bottom:28px; */
}

.csc-textpic-above .csc-textpic-text {
	padding-top:8px;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
	padding-right:8px;
	margin-top:3px;
}


#content ol {
	margin-left: 18px;
}



/* positioning */ 


#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 971px; /* 991px;  */
	margin-top:40px;
	padding-bottom:50px;
}


#content_container {
	margin-top:28px;
	margin-left:0px;
}


#image_and_content {
	float:left;
	width: 515px; /* 538px; */
	margin-left:20px;
}


#clear_content {
	clear:both;
	height:1px;
	overflow:hidden;
}


/* ************************
teaser */


#teaser {
	width:202px;
	float:right;
	margin-left:20px;
	padding-right:11px;
}

/*
#teaser DIV.teaser_item {
	border: 1px solid #F1F1F1;
	padding:3px;
}
*/

#teaser h2 {
	font-size:12px;
	background-color:#666666;
	color:#fff;
	padding:2px;
	padding-left:5px;
	margin-bottom:3px;
}

/* ************************
menu */


#main_menu {
	float:left;
	width:203px;
}

#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;
}


#main_menu ul  li {
	width:203px;
	margin-top:1px;
	padding-bottom:2px;
	background-image:url(images/tmpl_dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#main_menu ul  li.no_border {
	background:none;
}

#main_menu ul  li.last {
	background:none;
}



#main_menu ul  li.last_in_menu {
	background:none;
}


#main_menu ul  li a {
	text-decoration:none;
}


#main_menu ul ul {
	margin-top:8px;
}

#main_menu ul  ul li {
	background:none;
	text-align:right;
	width:203px;
	margin-top:2px;
	padding-bottom:1px;
	margin-left:0px; /*50px*/
}


#main_menu ul  ul li a {	
	width:203px;
	padding-left:20px;
}

#main_menu ul  ul li a:hover {
	color: #96C0E6;
}


#main_menu ul ul li.sub_active {
	color: #96C0E6;
}


#main_menu ul ul li.sub_last {
	padding-bottom:2px;
	background-image:url(images/tmpl_dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


td.td-last {
	padding-left:15px;
}

.csc-mailform-field label{
	display:block;
}

input.csc-mailform-submit {
	margin-left:180px;
	margin-top:3px;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	width:235px;
}

.csc-mailform-field input.csc-mailform-submit,
.csc-mailform-field input#mailformplz {
	width:auto;
}


/* ######################################################################################################
** ### Header ######################################################
** ######################################################################################################
*/


#header {
	width:100%;
	height:30px;
	background-image:url(images/tmpl_dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
}

#meta_nav {
	height:20px;
	/*
	margin-top:-60px;
	float:right;
	*/
	position:absolute;
	top:-65px;
	right:0px;
}

#meta_nav a {
	text-decoration:none;
}


ul.lang_menu {
	height:20px;
	list-style-type:none;
	float:left;
/*	position:absolute;
	top:0px;
	left:20px; */
}

ul.lang_menu li {
	float:left;
	margin: 0px;
	border: 0px;
	padding:0px;
	padding-right:10px;
}


ul.icon_menu {
	float:left;
	height:20px;
	list-style-type:none;
	margin-right:20px;
/*	position:absolute;
	top:0px;
	left:175px; */
}

ul.icon_menu li {
	float:left;
	margin: 0px;
	border: 0px;
	padding:0px;
	padding-left:7px;
}


span.home img,
span.print img,
span.contact img {
	border-left: 1px solid #d2d2d2;
    line-height: 5px;
	padding-left: 5px;
}


#meta_nav form.search {
	margin-right:25px;
	
	display:none;
}

#meta_nav input.search {
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #f4f4f4;
	height: 16px;
	width: 147px;
	color: #474747;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif;
}

#meta_nav input.image {
	border: 0px;
	position: relative;
	top: 3px;
	left: 7px;
}


/*
ul#meta_nav li a:hover {
	text-decoration:underline;
}
*/


/* ######################################################################################################
** ### Footer ######################################################
** ######################################################################################################
*/



.footer {
	width:500px;
	height: 65px;
	margin-top: 5px;
	margin-left:232px;
}


.space_line {
	height: 1px;
	background-image:url(images/tmpl_dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:3px;
}

.footer_nav {
}


.footer_nav ul {	
	margin:0px;
	margin-top:10px;
	padding:0px;
	color: #777777;
	list-style-type: none;
}


.footer_nav ul li {
	float:left;
	margin: 0px;
	border: 0px;
	padding:0px;
	padding-right:10px;
}

.footer_nav ul li a {
	text-decoration:none;
}

.footer_nav ul li a:hover {
	text-decoration:underline;
}

.footer_nav ul li.first {
}


/* PageComments */

div.tx-skpagecomments-pi1 form fieldset legend {
	display:none;
}



}