/**
 * Style sheet mainstyles
 */
* {margin: 0; padding: 0;}

body {
	background: #DEE8D7 url(../images/layout/streifen_hg.jpg) top left repeat-x;
	text-align: center;
	font-size: small;
	font-family: arial, sans-serif;
	}
	
#site {
	text-align: left;
	width: 982px;
	min-height: 400px;
	border: 1px solid #999999;
	margin: 20px auto;
	padding-bottom: 10px;
	background: #ffffff url(../images/layout/gruen.png) top left repeat-x;
	}
	
#left {
	width: 240px;
	float: left;
	min-height: 100px;
	margin-top: 5px;
	background: url(../images/layout/menu_hg.gif) top left repeat-y;

	}
	
#menu_left {
	border-bottom: 0px solid #cccccc;
	}
	
#logo {padding: 15px 0 0 10px}
	
#bilder_links {
	background: #ffffff url(../images/layout/menu_verlauf.gif) top left no-repeat;
	padding: 43px 0 10px 0;
	text-align: right;
	}
	
#bilder_links img {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	}
	
#middle {
	width: 530px;
	float: left;
	font-family: sans-serif;
	color: #333333;
	padding-top: 7px;
	}
	
#middle h1 {
	font-size: 150%;
	color: #027632;
	text-align: right;
	margin: 10px 0 5px 0;
	height: 46px;
	}
	
#middle #imagebild {
	display: block;
	height: 267px;
	border-bottom: 1px solid white;
	}
	
#content {
	padding: 40px 0 15px 15px;
	border-top: 5px solid #027632;
	line-height: 130%;
	}
	
#content h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

#content h3 {
	margin: 10px 0 10px 0;
	}
	
#content h4 {
	margin: 0 0 5px 0;
	}
	
#content ul {
	list-style-type: square;
	margin: 0 0 10px 20px;
	}

#content p {
	margin: 0 0 10px 0;
	}

#content a {
	color: #027632;
	}

#content .tab_techdata {
	font-size: 80%;
	}

#content div.linkliste {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
	}
	
#content div.linkliste p, #content div.linkliste h3 {
	padding-left: 100px;
	}

#content div.messetermine {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
	}
	
#content div.messetermine p, #content div.messetermine h3 {
	padding-left: 100px;
	}


.tab_techdata {
	border: 1px solid #999999;
	}

.tab_techdata table {width: 100%;}

.tab_techdata h4 {padding-left: 3px;}

.tab_techdata td, .tab_techdata th{
	padding: 0 2px;
	border: 1px solid white;
	}

.tab_techdata th{
	background-color: #eeeeee;
	}

.tab_techdata td{
	background-color: #DEE8D7;
	}

.tab_techdata .col_first {
	background-color: #eeeeee;
	}

#right {
	width: 180px;
	float: right;
	margin-top: 5px;
	padding-right: 10px;
	}
	
#right .rightbox {
	margin-top: 10px;
	}

#teaser_rechts {
	margin: 10px 0;
	padding: 5px;
	background-color: #eeeeee;
	}

#teaser_rechts h1 {
	font-size: 14px;
	color: #027632;
	margin-bottom: 5px;
	}

#teaser_rechts p {
	font-size: 90%;
	margin-bottom: 5px;
	}

#teaser_rechts a {
	font-size: 90%;
	color:  #027632;
	}

/*Sprachenwechsler Anfang*/

div.mod_changelanguage
{
	width:170px;
	float:left;
	margin-top: 10px;
}

div.mod_changelanguage ul
{
	float:left;
	list-style-type:none;
}

div.mod_changelanguage ul li
{
	float:left;
	margin-right:10px;
}

div.mod_changelanguage ul li a
{
	display:block;
}

/*Sprachenwechsler Ende*/

#copyright {
	font-size: 12px;
	color: #999999;
	position: relative;
	top: -15px;
	
	}
#copyright a {color: #999999;}


/*moomenu*/
#moomenu {
	margin: 10px 0 0 0;
	font-family: arial, sans-serif;
	}

#moomenu ul, #mmomenu ul a {
list-style-type: none;
color: #027632;
}

#moomenu ul {float: left;}

#moomenu ul li { 
	width: 170px; 
	float: left;
	}

#moomenu ul.level_1 {margin-bottom: 10px;}

#moomenu ul.level_1 li {
padding-left: 30px;
line-height: 18px;
margin: 1px 0 1px 0;
text-align: left;
font-size: 90%;
font-weight: bold;
}


#moomenu ul.level_1 a {
cursor: pointer;
color: #027632;
text-decoration: none;
display: block;
padding-left: 15px;
background: url(../images/layout/pfeil.gif) center left no-repeat;
}

#moomenu ul.level_1 p {
padding-left: 15px;
background: url(../images/layout/pfeil.gif) center left no-repeat;
}

#moomenu ul.level_2 {margin-left: 15px;}
#moomenu ul.level_3 {margin-left: 15px;}

#moomenu ul.level_2 li {
font-size: 90%;
padding: 0;
font-weight: normal;
}
#moomenu ul.level_2 li a {
padding-left: 15px;
color: #027632;
text-decoration: none;
}

#moomenu ul.level_2 li p {
padding-left: 15px;
text-decoration: none;
}

p.active {
	color: #333333;
	}

