/* Allgemeine Einstellungen */

HTML, BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	height: 100%;
}

HTML {
	scrollbar-face-color: #F0F0F0 
	scrollbar-highlight-color: #BEBEBE; 
	scrollbar-3dlight-color: #BEBEBE; 
	scrollbar-darkshadow-color: #999999; 
	scrollbar-shadow-color: #BEBEBE; 
	scrollbar-arrow-color: #00B28F; 
	scrollbar-track-color: #999999;
}

H1, .headline {
	font-size: 12px;
	font-weight: bold;
}

UL {
	list-style-image: url(../images/bullet.gif);
	padding-left: 18px;
	margin: 0px;
}


/* Tabellencontainer f?site-Layout */

#tbl_top_banner {
	vertical-align: top;
	height: 181px;
	width: 1024px;
}

#top_banner {
	position: absolute;
	height: 181px;
	width: 1024px;
}

#top_banner_print {
	margin-bottom: 20px;
}

#tbl_top_main {
	height: 37px;
	vertical-align: top;
	padding: 19px 0px 0px 14px;
}

#tbl_top_right {
	height: 37px;
	vertical-align: top;
	padding: 19px 0px 0px 14px;
}

a, a:visited {color: #aaaaaa; text-decoration: none;}
   a:active  {color: #00B28F; text-decoration: none;}
   a:hover   {color: #aaaaaa; text-decoration: underline;}   

#tbl_middle_left {
	vertical-align: top;
	padding: 5px 14px 20px 60px;
}

#tbl_middle_main {
	width: 508px;
	vertical-align: top;
	padding: 20px 14px 10px 14px;
}

#tbl_middle_right {
	vertical-align: top;
	padding: 20px 60px 20px 14px;
}

#tbl_bottom_main {
	width: 508px;
	vertical-align: top;
	text-align: right;
	padding: 20px 14px 20px 14px;
}


/* Search Box */

.tx-macinsearchbox-pi1 {
        width: 167;
        }
        

#searchform {
        color: #aaaaaa;
        font-weight: bold;
	background-position: right;
	background-repeat: no-repeat;
	float: none;
}       
 
.input submit_button {
	color: #aaaaaa;
	background-color: white;
	float:right;
	background-image:url(../images/arrow_submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}


/* Submit Buttons */

.submit_button {
	color: #aaaaaa;
	background-color: white;
	float:right;
	background-image:url(../images/arrow_submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}


/* Certificate linkes Menü */
#certificate {
	background-image:url(../images/certificate.gif);
	background-repeat: no-repeat;
	margin: 40px 0px 0px 2px;
	width: 170px;
	height: 110px; 
}


/* Linklayout */

A {
	color: #00B28F;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}


/* Menu Left column */
#mainMenu {	
	vertical-align: top; 
	width: 170px;	
	margin-bottom: 6px;
}

#mainMenu DIV A {
	color: #AAAAAA;
	text-decoration: none;
}

#mainMenu DIV A:hover {
	text-decoration: underline;
}

/* MENU Left, level 1, normal state (NO) */
#mainMenu DIV.menu-left-level1-no {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 12px 5px;
	background: url(../images/menu_level_1_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* MENU Left, level 1, active state (ACT) */
#mainMenu DIV.menu-left-level1-act {
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 12px 5px;
	background: url(../images/menu_level_1_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level1-act A {
	color: #00B28F;
}

/* MENU Left, level 2, normal state (NO) */
#mainMenu DIV.menu-left-level2-no {
	font-size: 11px;
	padding: 0px 0px 12px 15px;
	background: url(../images/menu_level_2_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* MENU Left, level 2, active state (ACT) */
#mainMenu DIV.menu-left-level2-act {
	font-size: 11px;
	padding: 0px 0px 12px 15px;
	background: url(../images/menu_level_2_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;}

#mainMenu DIV.menu-left-level2-act A {
	color: #00B28F;
}

#mainMenu DIV.menu-left-level2x-act {
	font-size: 11px;
	padding: 0px 0px 12px 15px;
	background: url(../images/menu_level_2_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;}

#mainMenu DIV.menu-left-level2x-act A {
	color: #00B28F;
}

/* MENU Left, level 3, normal state (NO) */
#mainMenu DIV.menu-left-level3-no {
	font-size: 11px;
	padding: 0px 0px 12px 25px;
	background: url(../images/menu_level_3_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* MENU Left, level 3, active state (ACT) */
#mainMenu DIV.menu-left-level3-act {
	font-size: 11px;
	padding: 0px 0px 12px 25px;
	background: url(../images/menu_level_3_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainMenu DIV.menu-left-level3-act A {
	color: #00B28F;
}


/* Topmenu */

#topMenu A {
	color: #FFFFFF;
	text-decoration: none;
}

#topMenu A:hover {
	text-decoration: underline;
}

#topMenu {
	position: absolute;
	top: 24px;
	left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 970px;
	text-align: right;
}


/* Rootline, Sprachumschaltung und Submenü */
#pathMenu A, #subMenu A, #languages A {
	color: #AAAAAA;
	text-decoration: none;
}

#pathMenu A:hover, #subMenu A:hover, #languages A:hover {
	text-decoration: underline;
}

#languages A.lang_selected {
	color: #00B28F;
}


/* News Startseite (Zeile 1) */

.home_news_image_z1 {
	float: left;
	padding: 0px 10px 10px 0px;
}

.home_news_title_z1 {
	font-weight: bold;
	padding-bottom: 10px;
}

.home_news_title_z1 A {
	text-decoration: none;
	color: #737373;
}

.home_news_title_z1 A:hover {
	text-decoration: underline;
}

.SAVE_home_news_sub_z1 {
	line-height: 18px;
}

.home_news_sub_z1 A {
	text-decoration: none;
	color: #00B28F;
}

.home_news_sub_z1 A:hover {
	text-decoration: underline;
}


/* News Startseite (Zeile 2) */

.home_news_container_z2 {
	padding-right: 10px;
	vertical-align: top;
}

.home_news_image_z2 {
	padding-bottom: 10px;
}

.home_news_title_z2 {
	font-weight: bold;
	padding-bottom: 10px;
}

.home_news_title_z2 A {
	text-decoration: none;
	color: #737373;
}

.home_news_title_z2 A:hover {
	text-decoration: underline;
}

.SAVE_home_news_sub_z2 {
	line-height: 18px;
}

.home_news_sub_z2 A {
	text-decoration: none;
	color: #00B28F;
}

.home_news_sub_z2 A:hover {
	text-decoration: underline;
}


/* News Ergebnisseite (blendet die Suchdetails aus) */

.tx-indexedsearch-info {
	display: none;
}


/* Formulare */

input, select {
    color: #aaaaaa;
    background-color: #ffffff;
    float:right;
    padding-right: 15px;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border-width: 1px; 
    border-style: solid; 
    border-color:#CCCCCC;
    color: #aaaaaa;
    padding-left: 10px
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

textarea {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    width: 350px;
    color: #aaaaaa;
    padding-left: 10px
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
} 
   
.tx-macinasearchbox-pi1 

#searchform {
        color: #aaaaaa;
        font-weight: bold;
	##background-image:url(../images/arrow_submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: none;
}        


/* order Newsletter */

#login fieldset.csc-mailform { 
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#login h1.csc-firstHeader {
	color: #aaaaaa;
	margin-left: 3px;
}
#login label {
	color: #aaaaaa;
	margin-left: 3px;
}

#login input#mailformformtype_mail {
	background-image:url(../images/arrow_submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#login input#mailformEMail_Adresse {
	width: 166px;
	margin-top: 5px;
}

 

