@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #999999;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .twoColFixLtHdr #container { 
    	width: 970px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
		background-image: url(../images_09/hg_cont.gif);
		background-repeat: repeat-y;
		background-position:left;
    	margin: 3px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	/*border: 1px solid #000000;*/
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
    .twoColFixLtHdr #header {
	background-position: 574px 115px;
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
    } 
    .twoColFixLtHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	height: 125px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 214px;
    }
    .twoColFixLtHdr #sidebar1 {
		clear:left;
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 200px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	/*background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding: 15px 0 15px 0;
    }
    .twoColFixLtHdr #mainContent {
	/*font-size: small;
	color:#666666;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

		 
    .twoColFixLtHdr #footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	font-size: x-small;
	line-height: 1px;
	color: #666666;
	font-style: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 240px;
    	/*background:#DDDDDD;*/ 
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	#reob {
	background: url(../images_09/o_re.gif) top right no-repeat;
	}
	
		#liob {
	background: url(../images_09/o_li.gif) top left no-repeat;
	}
	
		#reun {
	background: url(../images_09/u_re.gif) bottom right no-repeat;
	}
	
		#liun {
	background: url(../images_09/u_li.gif) bottom left no-repeat;
	}
#navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-size: small;*/
	line-height: 20px;
	width: 210px;
}

#navi ul {
	list-style-type: none;
	padding-left: 40px;
	text-decoration: none;
	width: 150px;
	margin-left: -20px;
	
}

#navi li {
	text-decoration: none;
	border-bottom: solid 1px #FF0000;
	/*display: block;*/
 	}
	
.top {
	border-top: solid 1px #FF0000;
}

#navi a {
	display:block;
	text-decoration: none;
	color:#333333;
	padding-left: 20px;
	top: -100px;
	}
	
#navi a:hover {
	color:#FF0000;
	background-color:#CCCCCC;
	width: 130px;
	display: block;
	background-image: url(../images_09/Logo_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px
	}
	
#logo {
	background-image: url(../images_09/logo_head.gif);
	z-index: 100;
	width: 214px;
	height: 150px;
	background-repeat:no-repeat;
	background-position: 10px 40px;
	float: left;
}	


.twoColFixLtHdr #header h1 {
	line-height: 300px;
	overflow: hidden;
	width: 214px;
	float: left;
	} 
	
#verdeck {
	width: 500px;
	height: 25px;
	background-color:#FFFFFF;
}

#easy {
	width:300px;
	position: relative;
	left: 640px;
	top: -30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
}

#rahmen {
	float: left;
	width: 700px;
	height: 20px;
	margin-bottom: 2px;
	}
	
#redbalk {
	width: 180px;
	height: 20px;
	background-color:#FF0000;
	position: relative;
	left: 15px;
	float: left;
	}
	
#greybalk {
	width: 392px;
	height: 20px;
	background-color:#CCCCCC;
	float: left;
	}
	

	
#picture {
	width: 600px;
	height: 135px;
	margin-left: 160px;
	margin-top: 2px;
	float: left;
	}
		
	
#impress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 10px;
	line-height:21px;
	color: #666666;
	/*position: relative;
	top: 5px;*/
	float: left;
	width: 65px;
	margin-top: 3px;
}

#impress a {
	text-decoration: none;
	color:#666666;
}

#impress a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
#login {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: x-small;
	float: left;
	line-height:17px;
	margin-left: 710px;
	margin-top: 3px;
	border: 1px solid #666;
	width: 50px;
	text-align: center;
	height: 17px;
	background-color: #CCC;
	}
	
#login a {
	text-decoration: none;
	color: #666666;
}

#login a:hover {
	color: #FFF;
	float: left;
	width: 50px;
	height: 17px;
	background-color:#666;
}
	
#agb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 21px;
	color: #666666;
	/*position: relative;
	top: 5px;*/
	width: 40px;
	float:left;
	margin-top: 3px;

	}
	
#agb a {
	text-decoration: none;
	color:#666666;
}

#agb a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
#brands {
	font-size: 0.7em;
	line-height: 27px;
	width: 195px;
	font-weight: bold;
	height: 27px;
	color: #FFFFFF;
	background-color:#CCCCCC;
	/*margin-left: 18px;*/
	padding-left: 5px;
	margin-top: 50px;
	}
	
#abclogo {
	/*background-image: url(../images/ABC-Logo.gif);*/
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 15px;
	border: 0px;
	width: 130px;
	height: 50px;
	}

#abclogo a {
	background-image:url(../images_09/ABC-Logo.gif);
	background-position: 0 -50px;
	background-repeat: repeat-x;
	display: block;
	color: #FFFFFF;
	width: 130px;
	height: 50px;
	}

#abclogo a:hover {
	background-position: 0 0;
	}
	
	#lastrologo {
	/*background-image: url(../images/ABC-Logo.gif);*/
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 15px;
	border: 0px;
	width: 130px;
	height: 50px;
	/*margin-bottom: 15px;*/
	}

#lastrologo a {
	background-image:url(../images_09/lastro-logo.gif);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	width: 130px;
	height: 50px;
	}

#lastrologo a:hover {
	background-position: 0 0;
	}
	
	
#textabc {
	font-size: 9px;
	margin-left: 26px;
	color:#666666;
	margin-bottom: 20px;
	}

#textlastro {
	font-size: 9px;
	margin-left: 18px;
	color:#666666;
	margin-bottom: 20px;
	}
	
#textlastroe {
	font-size: 9px;
	margin-left: 26px;
	color:#666666;
	margin-bottom: 20px;
	}
		
#mtslog {
	margin-left: 50px;
	border: 0px;
	background-repeat: no-repeat;
	}
	
#tiptext {
	font-size: 9px;
	width: 90px;
	height: 50px;
	vertical-align: bottom;
	line-height: 14px;
	float: left;
	position: relative;
	top: 100px;
	}
	
#mtslog a {
	background-image: url(../images_09/MTS-logo.gif);
	background-position: 0 -42px;
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	height: 42px;
	}

#mtslog a:hover {
	background-position: 0 0;
	}
	
#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 170px;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#tip {
	width: 120px;
	height: 130px;
	float: left;
	}

#bilderrahmen {
	width: 970px;
	clear: left;
}

#tifoto {
	float: left;
	width: 270px;
	/*width: 1000px;*/
	}

#picrahmen {
	width: 967px;
	position: relative;
	top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 152px;
	margin-top: 15px;
	clear: left;
	}



#subhead {
	width: 300px;
	clear: left;
	padding-left: 10px;
	}
	
#headline h3 {
	padding-left: 10px;
	color:#666666;
	}

	
#sidpic {
	float:left;
	width: 470px;
	}
	
#name {
	margin-top: 43px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	color:#666666;
	}

#name .b {
	font-size: smaller;
	}
	
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	color:#999999;
	}
	
.red {
	color: #CC0000;
	font-weight: bold;
}

#flagengl {
	width: 33px;
	height: 19px;
	background-image:url(../images_09/flag_e.gif);
	float: left;
	text-decoration: none;
	/*margin-left: 870px;*/
	/*position: relative;
	top: -15px;*/
	margin-top: 5px;
	}
	

#flagengl a {
	background-image:url(../images_09/flag_e.gif);
	background-position: 0 -18px;
	background-repeat:repeat-x;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}
	

#flagengl a:hover {
	background-position: 0 0;
	text-decoration: none;
	}

#flagengl a span {
	display: none;
	}
	
#flagdt {
	width: 33px;
	height: 19px;
	background-image:url(../images_09/flag_dt.gif);
	text-decoration: none;
	float: left;
	/*position: relative;
	top: -15px;*/
	margin-top: 5px;
	/*margin-left: 5px;*/
	}
	

#flagdt a {
	background-image:url(../images_09/flag_dt.gif);
	background-position: 0 -18px;
	background-repeat:repeat-x;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}
	

#flagdt a:hover {
	background-position: 0 0;
	text-decoration: none;
	}

#flagdt a span {
	display: none;
	}
	
	
	#flagrus {
	width: 33px;
	height: 18px;
	background-image:url(../images_09/flag_rus.gif);
	border: 1px solid #999;
	text-decoration: none;
	float: left;
	/*position: relative;
	top: -15px;*/
	margin-top: 5px;
	margin-left: 5px;
	/*margin-left: 5px;*/
	}
	

#flagrus a {
	background-image:url(../images_09/flag_rus.gif);
	background-position: 0 -18px;
	background-repeat:repeat-x;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}
	

#flagrus a:hover {
	background-position: 0 0;
	text-decoration: none;
	}

#flagrus a span {
	display: none;
	}

	

