body{
	background: #09305B;
}

#rahmen_fuer_alles{
	width:970px;
	height:auto;
	border: solid 9px white;
	background: #09305B;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	padding-top: 45px;
	padding-left: 60px;
	position: relative;
}

#header{
	width: auto;
	height: auto;
	position: relative;
	left: -5px;
}


#logo{
	background-image: url(../images/logo_neu.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 168px;
	height: 100px;
	position: relative;
	display: inline-block;
	top: 5px;
}

#menu_background{
	width:690px;
	height: 90px;
	position:relative;
	display: inline-block;
	margin-left: 43px;
	background-image: url(../images/header_neu_1.jpg);
	background-repeat: no-repeat;
	border: solid 2px white;
	top: 7px;
}

#referenzen{
	position: absolute;
	top: 215px;
	right: 6px;
	width: 145px;
	padding: 5px;
	border: solid 0px green;
	background: white;
}

#mainmenu{
	width: 200px;
	height: auto;
	position: relative;
	clear: both;
	display: inline-block;
	margin-top: 10px;
}

#maincontent{
	width: 700px;
	height: auto;
	display: inline-block;
	position: relative;
	margin-left: 6px;
	margin-top: 10px;
	vertical-align: top;
}



#schriftzug{
	position: relative;
	width: 200px;
	height: 70px;
	font-family: "Arial";
	font-weight: normal;
	font-size: 18px;
	color: #09305B;
	text-align: center;
	background-image: url(../images/header_schrift.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	border: solid 0px aqua;
	letter-spacing: 1.5px;
	padding-top: 5px;
}

#schriftzug_fr{
	position: relative;
	width: 200px;
	height: 70px;
	font-family: "Arial";
	font-weight: normal;
	font-size: 18px;
	color: #09305B;
	text-align: center;
	background-image: url(../images/header_schrift_fr.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	border: solid 0px aqua;
	letter-spacing: 1.5px;
	padding-top: 5px;
}

#schriftzug_en{
	position: relative;
	width: 200px;
	height: 70px;
	font-family: "Arial";
	font-weight: normal;
	font-size: 18px;
	color: #09305B;
	text-align: center;
	background-image: url(../images/header_schrift_en.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	border: solid 0px aqua;
	letter-spacing: 1.5px;
	padding-top: 5px;
}

#topmenu{
	width:550px;
	height: 30px;
	position: relative;
	float: left;
	top: 0px;
	left: -2px;
	border: solid 0px aqua;
}

#sprachauswahl{
	width: auto;
	height: auto;
	bottom: -1px;
	position: absolute;
	right: -4px;
	background: transparent;
	border: solid 0px aqua;
}

#mainmenu_scroll_style{
	width: 170px;
	height: 445px;
	overflow: auto;
	position: relative;
	clear: both;
	float: left;
	margin-top: 10px;
}


#scrollbalken{
	width: 10px;
	height: 445px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#scrollbild_hoch{
	position: relative;
	top: 0px;
	right: 0px;
	background-image:url(../images/scroll_up.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height: 10px;
}

#scrollbild_runter{
	position: relative;
	bottom: 5px;
	left: 1px;
	background-image:url(../images/scroll_down.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height: 10px;
}

#scrollstrich{
	width: 1px;
	height: 435px;
	border-right: solid 1px white;
	position: relative;
	top: -5px;
	left: 4px;
}


/*LEFTMENU*/

ul.menu{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: white;
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: white;
	list-style-type: none;
	text-decoration: none;
	background: #09305B;
}

/*ul.menu li:hover{
	color: #09305B;
	background: white;
	border: solid 0px green;
}*/

ul.menu li a{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style-type: none;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

ul.menu li a:hover{
	color: #09305B;
	background: white;
}

ul.menu li ul{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style-type: none;
	text-decoration: none;
	/*padding-left: 10px;*/
	padding: 0px;
	background: #09305B;
}

ul.menu li ul li{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style-type: none;
	text-decoration: none;
	background: #09305B;
}

ul.menu li ul li a{
	position: relative;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: white;
	list-style-type: none;
	text-decoration: none;
	background: #09305B;
	display: block;
	padding-left: 20px;
}

ul.menu li#current a{
	background: white;
	color: #09305B !important;
}

ul.menu li#current ul li a{
	background: #09305B;
	color: white !important;
}

ul.menu li#current ul li ul li a{
	background: #09305B;
	color: white !important;
}

ul.menu li#current ul li a:hover{
	color: #09305B !important;
	background: white;
}


/*-user2 = Haustueren*/
a.mainlevel-user1{
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 3px;
}

a.mainlevel-user1:hover{
	color: #09305B;
	background: white;
}

#active_menu-user1{
	color: #09305B;
	background: white;
}

a.sublevel-user1{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

a.sublevel-user1:hover{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: white;
}

/*untermenu*/
a.mainlevel-bottom1{
	position: relative;
	display: block;
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

a.mainlevel-bottom1:hover{
	color: #09305B;
	background: white;
}

#active_menu-bottom1{
	color: #09305B;
	background: white;
}

a.sublevel-bottom1{
	position: relative;
	display: block;
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	border: solid 0px green;
	background: #09305B;
	padding-left: 20px;
}

a.sublevel-bottom1:hover{
	background: white;
	color: #09305B;
}


/*-user2 = Vordaecher*/
a.mainlevel-user2{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 3px;
	line-height: 20px;
	height: 20px;
}

a.mainlevel-user2:hover{
	color: #09305B;
	background: white;
}

#active_menu-user2{
	color: #09305B;
	background: white;
}

a.sublevel-user2{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/*untermenu*/
a.mainlevel-bottom2{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	width: 182px;
	display: inherit;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
}

a.mainlevel-bottom2:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	background: white;
	display: inherit;
}

#active_menu-bottom2{
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	background: white;
	display: inherit;
}

a.sublevel-bottom2{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	width: 126.5px;
	line-height: 20px;
	height: 20px;
}

/*-user2 = Zubehoer*/
a.mainlevel-user3{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	line-height: 20px;
	height: 20px;
	display: block;
}

a.mainlevel-user3:hover{
	color: #09305B;
	background: white;
}

#active_menu-user3{
	color: #09305B;
	background: white;
}

a.sublevel-user3{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}

/*untermenu*/
a.mainlevel-bottom3{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	width: 182px;
	display: inherit;
	padding-left: 15px;
	line-height: 20px;
	height: 20px;
}

a.mainlevel-bottom3:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	background: white;
	display: inherit;
	padding-left: 15px;
}

#active_menu-bottom3{
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	background: white;
	display: inherit;
	padding-left: 15px;
}

a.sublevel-bottom3{
	font-family: "Arial";
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 45px;
	width: 126.5px;
	height: 15px;
	position: relative;
	right: 4px;
	line-height: 20px;
	height: 20px;
}

a.sublevel-bottom3:hover{
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	background: white;
	display: inherit;
}




/*topmenu*/
a.mainlevel{
	font-family: "Arial";
	font-size: 11px;
	color: #000067 ;
	text-decoration: none;
	font-weight: normal;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 14px;
	background-image: url(../images/menu_back.png);
}

a.mainlevel:hover{
	background: white;
	padding-top: 3px;
}

a.mainlevel#active_menu{
	background: white;
	padding-top: 3px;
}

/*Download*/
#down_rahmen{
	background: white;
	width: 500px;
	padding: 10px;
	font-family: "Arial";
	font-size: 14px;
	color: #09305B;
	height: 430px;
	position: relative;
	float: left;
	margin-right: 7px;
}

#down_rechts{
	position: relative;
	float: left;
	width: 160px;
	height: 446px;
	border: solid 2px white;
	background-image: url("http://www.kompotherm.de/kompotherm/kompotherm_images_inhalte/download_frau_neu_1.jpg");
}

#down_l{
	position: relative;
	float: left;
	margin-right: 20px;
}

.aclass{
	text-decoration: none; 
	border: none; 
	color: #09305B; 
	font-weight: bold; 
	z-index:100;
}

#down_l:hover{
	color: white;
	border: solid 5px #09305B;
	padding: 2px;
}

#down_r{
	position: relative;
	float: left;
}

/*Kontakt*/
#kontakt_bild{
	width: 158px;
	height: 114px;
	border: solid 2px white;
	background-image: url("http://www.kompotherm.de/kompotherm/kompotherm_images_inhalte/kontakt_e_179.jpg");
}

#kontakt_balken{
	background: green;
	margin-top: 8px;
	height: 15px;
	width: 162px;
}


/*impressum*/
#impressum_rahmen_l{
	background: white;
	width: 503px;
	height: 450px;
	overflow: auto;
	padding: 10px;
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-align: justify;
	float: left;
}

#impressum_rahmen_r{
	border: solid 0px aqua;
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	text-align: justify;
	float: left;
	margin-left: 6px;
}

#impressum_bild{
	width: 158px;
	height: 114px;
	border: solid 2px white;
	background-image: url("http://www.kompotherm.de/kompotherm/kompotherm_images_inhalte/impressum_du_38.jpg");
}

#impressum_balken{
	background: green;
	margin-top: 8px;
	height: 15px;
	width: 162px;
}

#impressum_txt_r{
	width: 152px;
	height: 298px;
	background: white;
	font-family: "Arial";
	font-size: 12px;
	color: #09305B;
	padding: 5px;
	margin-top: 20px;
}

/*Messetermine*/
#messe_links{
	position: relative;
	float: left;
	width: 480px;
	height: 450px;
	margin-right: 7px;
	background: white;
	font-family: "Arial";
	font-size: 14px;
	color: #09305B;
	padding: 10px;
}

#messe_rechts{
	position: relative;
	float: left;
}

#messe_tab{
	position: relative;
	width: 170px;
	float: left;
}

#messe_tab2{
	position: relative;
	width: 250px;
	float: left;
}

#footer{
	width: 100%;
	height: 70px;
	border: none;
	background: transparent;
}

/*Referenzen*/

a.mainlevel-refe_m{
	font-family: "Arial";
	font-size: 11px;
	color: #09305B;
	text-decoration: none;
	font-weight: bold;
	width: 145px;
	display: inherit;
	padding-left: 3px;
	line-height: 20px;
	height: 20px;
	background: white;
}

a.mainlevel-refe_m:hover{
	color: silver;
}

a.sublevel-refe_m{
	font-family: "Arial";
	font-size: 11px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	width: 141px;
	display: inherit;
	padding-left: 3px;
	line-height: 20px;
	height: 20px;
	background: white;
}

a.sublevel-refe_m:hover{
	color: silver;
}

ul.menu-refe_m{
	font-family: 'Arial';
	font-size: 11px;
	font-weight: bold;
	font-family: "Arial";
	color: #09305B;
	text-decoration: none;
	width: 145px;
	display: block;
	line-height: 20px;
	background: white;
	list-style-type: none;
}

ul.menu-refe_m li a{
	text-decoration: none;
	color: #09305B;
}

ul.menu-refe_m li a:hover{
	color: silver;
}

ul.menu-refe_m li ul{
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding-left: 10px;
}

ul.menu-refe_m li ul li a{
	text-decoration: none;
	color: #09305B;
	background: white;
}

ul.menu-refe_m li ul li a:hover{
	color: silver;
}


/**img, div, a { behavior:url(http://kompotherm.de/kompotherm/templates/kompotherm/script/iepngfix.htc) }*/

/*News*/

#news_katalog{
	position: relative;
	width: 40px;
	height: 50px;
	background-image: url(http://kompotherm.de/kompotherm/kompotherm_images_inhalte/katalog_2010.jpg);
	float: left;
}

#news_katxt{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 50px;
	height: 50px;
}

#clear{
	position: relative;
	clear: both;
}

#soft_bildschirm{
	position: relative; 
	float: left; 
	width: 143px;
}

#soft_txt_kl{
	position: relative; 
	float: left; 
	width: 380px;
}

.in_massage{
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#download{
	height: 230px;
	width: 127px;
	color:#09305B;
	font-family:"Arial";
	font-size:14px;
}

#download:hover{
	padding: 0px 2px 0px 0px;
	border: solid 2px #09305B;
}

.floatleft{
	position: relative;
	float: left;
}

.floatleft5{
	position: relative;
	float: left;
	margin-left: 5px;
}

/*Login*/
.form-login{
	position: relative;
	font-family:"Arial";
	font-size:14px;
	color: white;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 691px;
}

.form-login fieldset{
	position: relative;
	background: white;
	border: none;
	padding: 3px;
	margin: 0px;
	color: black;
}

.form-login ul{
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}

.form-login p a{
	position: relative;
	color: white;
	text-decoration: none;
}

.buttonheading{
	display: none;
}

.clear{
	position: relative;
	clear: both;
	height: 0px;
}
.videobutton{
	position: relative;
	width: auto;
	height: 16px;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(9, 48, 91); 
	border: 1px solid rgb(9, 48, 91); 
	padding: 2px;
}