/* 

breiten:
--------
gesamt: 960
links: 280
mitte: 480
rechts: 200



*/

body {
	margin:0;
	padding:0;
	background-color: #585858;
}

.clear {
	clear:both;
	float: none;
}

.image_clear {
	clear: both;
}



#allwrap {
	width: 960px;
	overflow: hidden;
	text-align: left;
}

#header_wrap {
	width: 960px;
	height: 34px;
	overflow: hidden;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}


#home_button {
	padding: 10px 0px 0px 18px; 
	width: 218px; 
	float: left;
}

#home_button a {
	padding: 0px 0px 0px 0px;

	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 50px;
	border: 1px solid #ffffff;
}

#home_button a:hover {
	color: #000000;
	background-color: #ffffff;
}

#login_wrap {
	padding: 10px 0px 0px 18px; 
	float: left;	
	width: 496px;	
}

#search_wrap {
	padding: 10px 0px 0px 0px; 
	float: left;
	width: 140px;
}



#login_username, 
#login_password, 
#search_word {
	width: 95px;
	height: 15px;
	overflow: hidden;
	border: 0;
	padding: 0px 0px 0px 5px;
	margin: 0;
	font-size: 11px;
	vertical-align: middle;	
}

#login_button, 
#search_button {
	vertical-align: middle;
}

#language_button {
	padding: 10px 0px 0px 0px; 
	float: left;
}


#language_button a {
	padding: 0px 0px 0px 0px;

	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 50px;
	border: 1px solid #ffffff;
}

#language_button a:hover {
	color: #000000;
	background-color: #ffffff;
}


#main_wrap {
	width: 960px;		
	/*height: auto; */
	overflow: visible;
	position: relative;	
}

#left_wrap {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	
	width: 280px;
	overflow: hidden;
}

#middle_wrap_outer {
	float: left;	
	width: 760px; /* 480+280 */
	overflow: hidden;
}

#middle_wrap {
	margin: 0px 0px 0px 280px;			
}


#min_height {
	float:left;
	width: 1px;
	height: 900px;
	overflow: hidden;
}

#right_wrap {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 760px;
	width: 200px;
	overflow: hidden;
}

#lampen_rechts {
	width: 200px;
	height: 50px;
	background-image:url(../images/lampen_rechts.jpg);
	background-repeat:no-repeat;
	overflow: hidden;		
}

#fernseher1 {
	width: 200px;
	height: 140px;
	background-image:url(../images/fernseher1.jpg);
	background-repeat:no-repeat;
	overflow: hidden;		
}

#fernseher1_bild {
	position: absolute;
	z-index: 20;
	top: 65px;
	left: 787px;	
	width: 155px;
	height: 102px;
}

#fernseher1_bild img {
	border:0;
}


#fernseher1_navi {
	position: absolute;
	z-index: 10;
	top: 65px;
	left: 787px;	
	width: 155px;
	height: 102px;
}

#fernseher2 {
	width: 200px;
	height: 150px;
	background-image:url(../images/fernseher2.jpg);
	background-repeat:no-repeat;
	overflow: hidden;		
}

#fernseher2_bild {
	position: absolute;
	z-index: 20;
	top: 196px;
	left: 777px;	
	width: 175px;
	height: 125px;
}

#fernseher2_bild img {
	border:0;
}



#fernseher2_navi {
	position: absolute;
	z-index: 10;
	top: 196px;
	left: 777px;	
	width: 175px;
	height: 125px;
	
}


#service {
	width: 200px;
	height: 350px;
	background-image:url(../images/service_bg.jpg);
	background-repeat:no-repeat;
	overflow: hidden;				
}

#service_navi {
	position: absolute;
	z-index: 10;
	top: 395px;
	left: 773px;	

}

#logo {
	width: 280px;
	height: 329px;
	overflow: hidden;
}

#logo img {
	border: 0;
}

#navi {
	width: 280px;
	overflow: hidden;
}

/* navi - allgemeine definitionen */

#navi ul {
	padding: 0;
	margin: 0;
	list-style:none;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#navi ul li {
	display:block;
	width: 280px;
	float: left;
}

#navi ul li a {
	display: block;
	background-repeat:no-repeat;
	overflow: hidden;

	padding: 9px 0px 0px 35px;
	width: 245px; /* 280 - 35 */
	height: 21px; /* 30 - 9 */
	
	color: #ffffff;
	text-decoration: none;

}


#navi ul li ul li a {
	display: block;
	background-repeat:no-repeat;
	overflow: hidden;
	
	padding: 2px 0px 0px 50px;	
	width: 230px; /* 280 - 50 */
	height: 17px;  /* 19 - 2 */
	
	color: #000000;
	
}

/* navi - trenner */
#navi ul li.row1_trenner {

	background-repeat:no-repeat;
	background-image:url(../images/navi1_trenner.jpg);	

	padding: 9px 0px 0px 50px; 
	width: 230px; /* 280 - 50 */
	height: 21px; /* 30 - 9 */
	
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

#navi ul li.row2_trenner {
	background-repeat:no-repeat;
	background-image:url(../images/navi2_trenner.jpg);	
	
	padding: 9px 0px 0px 50px; 
	width: 230px; /* 280 - 50 */
	height: 21px; /* 30 - 9 */
	
	color: #000000;
	font-size: 10px;
	font-weight: bold;

}

/* navi ebene 1 - row 1 */

#navi ul li.row1 a {
	background-image:url(../images/navi1_bg.jpg);	
}

#navi ul li.row1 a:hover,
#navi ul li.row1 a.act {
	background-image:url(../images/navi1_robg.jpg);	
}


/* navi ebene 1 - row 2 */

#navi ul li.row2 a {
	background-image:url(../images/navi2_bg.jpg);
}

#navi ul li.row2 a:hover,
#navi ul li.row2 a.act  {
	background-image:url(../images/navi2_robg.jpg);
}

/* navi ebene 2 - innerhalb der row 1 */

#navi ul li.row1 ul li a {
	background-image: url(../images/navi1_sub_bg.jpg);
}

#navi ul li.row1 ul li a:hover, 
#navi ul li.row1 ul li a.act {
	background-image: url(../images/navi1_sub_robg.jpg);
	color: #ffffff;
}


/* navi ebene 2 - innerhalb der row 2 */

#navi ul li.row2 ul li a {
	background-image: url(../images/navi2_sub_bg.jpg)
}

#navi ul li.row2 ul li a:hover, 
#navi ul li.row2 ul li a.act {
	background-image: url(../images/navi2_sub_robg.jpg);
	color: #ffffff;
}

#impressum_navi {
    margin: 20px 8px 8px 18px; /* laut Layout 90px oben */ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;		
}

#impressum_navi a {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}

#impressum_navi a:hover {
	text-decoration: underline;
}

#follow_us {
	margin: 30px 8px 8px 18px; /* laut Layout 90px oben */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;		
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;	
}

#follow_us {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}

#follow_us a:hover {
	text-decoration: underline;
}

#impressum_text {
	margin: 0px 8px 0px 18px;
	padding: 8px 0px 0px 0px;
	border-top: 1px solid #000000;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#impressum_text a,
#impressum_text a:hover  {
	color: #000000;
	text-decoration: none;	
}

#follow_us_sub {
	text-transform:none;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#follow_us_sub img {
	border:none;
	vertical-align:middle;	
}	

#follow_us_sub a,
#follow_us_sub a:hover  {
	color: #000000;
	text-decoration: none;	
}


#infoblock_oben_leer {
	height: 25px;
}

#infoblock_rechts {
	margin: 0px 0px 0px 14px;
	border-bottom: 1px solid #000000;
}

#infoblock_rechts img {
	border: 0;
}

#infotext_rechts {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin: 8px 0px 0px 19px;
}

/* fernseher 1  navi */

#fernseher1_navi ul {
	padding: 5px 0px 0px 0px;
	margin: 0;
	list-style:none;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#fernseher1_navi ul li {
	width: 154px; 
	overflow: hidden;
}


#fernseher1_navi ul li a {
	display: block;
	
	padding: 2px 0px 2px 20px;		
	
	color: #ffffff;
	text-decoration: none;
	
}


#fernseher1_navi ul li a:hover {
	background-color:#000000;	
}



/* fernseher 2  navi */

#fernseher2_navi ul {
	margin: 2px 2px 0px 2px;
	padding: 10px 0px 0px 0px;
	list-style:none;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#fernseher2_navi ul li {
	width: 171px; 
	overflow: hidden;
}

#fernseher2_navi ul li a {
	display: block;
	padding: 2px 0px 2px 20px;
	color: #ffffff;
	text-decoration: none;
}

#fernseher2_navi ul li a:hover {
	background-color:#000000;
}

/* service menü navi */

/* 1. Ebene: */

#service_navi ul {
	padding: 0;
	margin: 0;
	list-style:none;		
	float: none;		
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#service_navi ul li {
	position:relative;	
	margin: 0;
	padding:0;	
	height: 18px;
	overflow: visible;
	float:left;
}

#service_navi ul li a {
	display: block;	
	padding: 2px 0px 0px 20px;
	width: 162px; /* 182 - 20 */
	height: 16px; /* 18 - 2 */
	overflow: hidden;	
	color: #000000;
	text-decoration: none;
}

#service_navi ul li.ifsub a {
	background-image:url(../images/servnavi_pfeil.gif);
	background-repeat: no-repeat;
}

#service_navi ul li a:hover {
	color: #ffffff;
	background-color:#000000;
}

#service_navi ul li.ifsub a:hover {
	color: #ffffff;
	background-image:url(../images/servnavi_ifsub_bg.jpg);
	background-repeat: no-repeat;
}

/* 2. Ebene */

#service_navi ul li ul {
	display:none;  
	float: none;
	position:absolute;
	left:-170px; 
	top:0px;	
	padding: 0;
	margin: 0;
	width: 170px;		 
}		

#service_navi ul li:hover ul {
	display:block;	 	
}


#service_navi ul li:hover ul li {
	height: 18px;
	margin:0;
}

#service_navi ul li:hover ul li a {
	padding:2px 0px 0px 20px;
	width: 150px;  /* 170 - 20 */
	height: 16px;  /* 18 -2 */
	overflow: hidden;
	display:block;
	background-image:url(../images/flyout_bg.jpg);
	background-repeat:no-repeat; 
	
	color: #ffffff;
	text-decoration: none;
	
}

#service_navi ul li ul li a:hover,
#service_navi ul li.ifsub ul li a:hover {
	background-image:url(../images/flyout_robg.jpg);  
}


/* ++++++++++++++++++++++++++ BEGIN NORMALE SEITE STILE +++++++++++++++++++++++++++ */

#content_normal_wrap {	
	background-image:url(../images/content_abschluss_oben.jpg);	
	background-repeat:no-repeat;
	background-position:top;
	padding: 5px 0px 0px 0px; 
}


#content_normal {
	background-image:url(../images/content_bg.jpg);	
	background-repeat:no-repeat;
	background-position:top;

	/* orig - hS */
	/*
	margin:0px 11px 0px 14px; 
	padding:0px 15px 1px 15px; 
	*/
	

	margin:0px 11px 0px 14px; 
	padding:0px 18px 1px 15px; 
	
	background-color:#ffffff;  

}

#content_normal #content {
	width: 422px;
	overflow: hidden;
}

#content_startseite #content {	
}

#breadcrumb {
	width: 422px;
	margin: 0px 0px 22px 0px;
	padding: 10px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#illustration {
	width: 422px;
	overflow: hidden;
}

#illustration img {
	border: 1px solid #000000;
}


#footer {
	margin:0px 11px 0px 14px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height: 150px;
	overflow: hidden;
}

#footer #footer_link {
	float: left;
	margin: 60px 0px 0px 0px; 
	text-align: right;
	width: 270px;
}

#footer_link a {
	background-image: url(../images/footer_pfeil.gif);	
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 0px 15px;

}

#footer_anmelden {
	margin:0px 11px 0px 14px;
	background-image:url(../images/footer_anmelden.jpg);
	background-repeat:no-repeat;
	height: 150px;
	overflow: hidden;
	float: none;
}


#footer_to_top	{
	float: left;
	padding: 60px 0px 0px 15px; 
	width: 155px; /* 170 - 15 */	
}


#footer_button {
	float: left;
	padding: 35px 0px 0px 0px;
	width: 100px;
}

#footer_button img {
	border: 0;
}

#footer_anmelden #footer_link {
	float: left;
	margin: 60px 0px 0px 15px; 	
	text-align: right;
	width: 155px;
}
