/* BASICS ***********************************************************************/


body {
	color: #000;
	font: 11px/1.6em verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background:#333;
	text-align:center;
	}
	
a  { 
	color: #e00023;  
	text-decoration:none;
	font-weight: normal; 
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover, a:active, a.selected {
	color: #666666;
	text-decoration: none;
}


h1 { 
	font-size: 150%; 
	font-weight:bold;
	margin:0px;
	padding:0px 0px 10px 0px;
	line-height:20px;
	}

	
h2 {
	font-size: 110% ;
	margin:0px;
	padding:0px;
	font-weight:bold;
	 }

h3 {
	font-weight: bold; 
	margin:0px;
	padding:0px;
	font-size: 100%;
	color:#999;
	 }

h4 {
	font-weight: bold; 
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size: 100%;
	color:#999;
	 }
	 
h5, h6{
	font-weight: normal;
	color:#999;
	padding:0px;
	margin:2px 0px 0px 0px;
	font-size: 100%;
}

h5 a {
	color:#000;
}

div#map {
	width: 400px; 
	height: 400px;
}


.alert{
	color: #ff0000; 
	font-weight:bold;
}

.comments {
	color: #666;
}

span.text_light { color: #999; }
span.text_black { color: #000; }

.news_teaser_bottom {margin-bottom:10px; display:block;}

.light { color:#999; }

.abstand_oben_unten {margin-top: 30px; margin-bottom:30px;  display:block;}
.abstand_unten {margin-bottom: 30px;  display:block;}
.abstand_oben {margin-top: 30px; display:block;}


.word {margin: 0; padding: 0;}

img, img a, a img {
	border:none;
}

/* raster ***************************************************/

div#around  {
	background: url('images/bg_textur.gif') 0px 0px repeat-y #fff;
	width:970px;
	margin:0px auto 0px auto; 
	text-align:left;
	}
	
div#container  {

	}
	
/* header **************************************************************************************/

div#header  { 
	width:970px; 
	height:170px;
	margin-bottom:30px;
	}
	
#logo_div {
	width:970px;
	height:92px;
	background:#fff;
}

#logo {
	padding:5px 0px 0px 50px;
	float:left;
}

#header_nav_div {
	width:970px;
	background:#fff;
}

#header_nav {
	width:920px;
	height:22px;
	border-bottom:6px solid #00a5ad;
	margin-left:50px;
	background:#fff;
}

#header_nav ul{
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}

#header_nav ul li{
	float:left;
	margin:0px;
	padding:0px 5px 0px 5px;
	border-left:1px solid #999;
	background:none;
}

#header_nav ul li a{
	color:#999;
	font-weight:normal;
}

/* searchbox *************************************************/

.tx-macinasearchbox-pi1 {
	width:300px;
	margin-left:570px;
}

*html .tx-macinasearchbox-pi1 {
	//margin-left:566px;
}


#searchform .formstyleshort {
	float:left;
	margin:0px;
}

#searchform label {
	float:left;
	margin:0px;
	width: 42px;
	color:#999;
}

#searchform .buttonstyle {
	float:left;
	margin:0px 0px 0px 10px;
}




/* content ***************************************************/

#nav_id{
	float: left;
	width: 179px;
	background:#00a5ad;
	min-height:480px;
	margin:0px;
	padding:0px;
	}

*html #nav_id{
	//height:480px;
	}
		
div#content {
	margin:0px 0px 30px 0px;
	//margin:0px 0px 20px 0px;
	padding:0px 20px 0px 20px;
	width:770x;
	min-height:500px;
	float: left;
	background:#fff;
	} 

*html div#content {
	//height:520px;
	//margin:0px 0px -10px 0px;
	} 
	
		
div#top_column{
	width:750px;
	padding:0px; 
	margin: 0px;
}

div#left_column {
	width:360px; 
	float:left; 
	margin:0px;
	padding:30px 10px 20px 0px;
}

p {
	margin:0px;
	padding:0px;
}
	
div#right_column {
	width:370px;
	float:left;
	padding:0px 0px 20px 10px;
	margin:0px;
}


/*actions ********************************************************/

div#actions {

}

div#action_printpage  {	
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
	text-align: left; 
}

div#action_printpage a {	
	color:#fff;
	font-weight:normal;
	background:#FF9900;
	padding: 3px;
} 

div#action_printpage a:hover {	
	color:#999;
}


/* footer *********************************************************/


#footer
{	
	color: #999;
	margin-left:580px;
	width: 380px;
	margin-top:0px;
}

/* nav ******************************************************************************************/


#nav  { 
	 margin: 0px;
	 padding:0px;
	 line-height:1em;
	 list-style-image:none;
	}
	
#nav li  {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	list-style-image:none;
	background:none;
	}

#nav li a { 
  	display: block; 
	padding: 0px 0px 0px 10px;
	line-height: 2.5em;	
	font-weight: bold;
	background:#00a5ad;
	border-bottom:1px solid #fff;
	color:#fff;
	}

#nav li a.selected, #nav li a:hover { 
	display: block; 
	padding: 0px 0px 0px 10px;
	line-height: 2.5em;	
	font-weight: bold;
	background:#80d2d6;
	color:#000;
	}
	
/*subnav ********************************************************/

#subnav  { 
	text-align: left; 
	padding: 0px; 
	margin:0px;
	border-bottom:1px solid #fff;
	list-style-image:none;
	}
	
#subnav li{ 
	padding: 0px; 
	margin:0px;
	list-style-image:none;
	background:none;
	}
	
#subnav li a { 
	font-weight:normal;
	font-size:1em;
	}

#subnav li.subsite_1 a { 
	padding: 3px 0px 3px 20px; 
	display: block; 
	line-height: 1.4em;	
	font-weight: bold;
	background:#00a5ad;
	border-bottom:1px solid #00a5ad;
	color:#fff;
	}
	
#subnav li.subsite_1 a.selected, #subnav li.subsite_1 a:hover { 
	display: block; 
	padding: 3px 0px 3px 20px;
	line-height: 1.4em;	
	font-weight: bold;
	background:#80d2d6;
	border-bottom:1px solid #80d2d6;
	color:#000;
	}
	
#subnav li.subsite_2 a { 
	padding: 0px 0px 0px 30px; 
	display: block; 
	line-height: 1.8em;	
	font-weight: bold;
	background:#00a5ad;
	border-bottom:1px solid #00a5ad;
	color:#fff;
	}
	
#subnav li.subsite_2 a.selected, #subnav li.subsite_2 a:hover { 
	display: block; 
	padding: 0px 0px 0px 30px;
	line-height: 1.8em;	
	font-weight: bold;
	background:#80d2d6;
	border-bottom:1px solid #80d2d6;
	color:#000;
	}

/***  Material Navigation  ********************************************/

#material_nav {
	float:left;
	width:750px;
	background:#00a5ad;
	margin-left:199px;
}

*html #material_nav {
	//margin-left:99px;
}


#material_nav ul {
	list-style:none;
	list-style-image:none;
	margin:0px;
}

#material_nav ul li {
	float:left;
	background:none;
	padding-left:0px;
}

#material_nav ul li a {
	float:left;
	width:113px;
	height:50px;
	background:#00a5ad;
	border-right:1px solid #fff;
	padding:0px 5px 0px 5px;
	color: #fff;
	font-weight:bold;
}

#material_nav ul li a:hover, #material_nav ul li a.selected  {
	float:left;
	width:113px;
	height:50px;
	background:#80d2d6;
	border-right:1px solid #fff;
	padding:0px 5px 0px 5px;
	color: #000;
	font-weight:bold;
}

/*  Linke Spalte - statische Blöcke **************************************************/

#contact {
	padding:25px 0px 15px 10px;
	color:#fff;
	border-bottom:1px solid #fff;
}

*html #contact {
	//padding:15px 0px 15px 10px;
}

#info {
	padding:10px 0px 15px 10px;
	color:#fff;
}

.link_button {
	margin:10px 0px 0px 0px;
	
}

.link_button a {
	background:#e00023;
	color:#fff;
	font-weight:bold;
	padding:1px 8px 1px 8px;
}


/* Tabellenformatierungen ************************************************* */

table {
	margin-top: 0px;
	width: 100%;
	border-collapse: collapse;
	}
	
tr 	{ 
	text-align:left;
	vertical-align:top;
	}

td {
	padding:0px 5px 0px 0px;
	}

caption {
	text-align:left;
	font-weight:bold;
}

table.leistungsspektrum caption {
	margin-top:10px;
}


/* Formulare ************************************************************/

label {
	float: left;
	text-align: left;
	width:75px;
	padding:0px 0px 10px 0px;
}	
	
form {
	padding-top:10px;
}

form br {
  	clear: both;
 }

form div.comment {
	padding:5px 0px 0px 100px;
	clear:both;
	color:#999;

}

form div.radio_buttons {
	float:left;
	width:120px; 
	position:relative; 
	padding: 5px 0px 5px 5px;
	
}

input[type=checkbox] {
	padding-left:20px;
}

input[type=submit] {
}

 
.buttonstyle { 
	color: #ffffff; 
	font-weight: bold; 
	border:none; 
	background-color: #e00023;
	margin:5px 0px 0px 75px;
	font-size:11px;
	padding:1px 8px 0px 8px;
}

.formstyle		{ 
	width: 280px; 
	background-color: #ffffff; 
	border: 1px solid #ccc;
	font-size:1em;
	}

*html .formstyle	{ 
	width: 278px; 
	}
	
textarea.formstyle		{ 
	width: 280px; 
	height:200px;
	border: 1px solid #ccc;
	font-size:1em;
	}
	
*html textarea.formstyle	{ 
	width: 278px; 
	}
	
.formstyleshort	{ 
	width: 130px; 
	background-color: #ffffff; 
	border: 1px solid #ccc;
	font-size:1em;
	}


/* Listen *****************************************************************/	
 
ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}


dd, li{
	background:url(images/list_quad.gif) 0px 3px no-repeat #fff;
	padding:0px 0px 0px 10px;
	}

ul li a b, ul li b a {
	color:#000;
}

/*** flv Player  **********************************************/

.tx-flvplayer2-pi1 {
	margin-bottom:0px;
}


