@charset "UTF-8";
@import url("EXO/stylesheet.css");
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

@font-face {
	font-family: 'exo-light-webfont';
	    src: url('../fonts/exo-light-webfont.eot');
	    src: local('../exo-light-webfont'),
            url('../fonts/exo-light-webfont.woff') format('woff'),
            url('../fonts/exo-light-webfont.ttf') format('truetype'),
            url('../fonts/exo-light-webfont.svg#webfontb1OIS9BX') format('svg');
	    font-weight: normal;
	    font-style: normal;
}

.other {
	font-family: 'exo-light-webfont', helvetica, arial, tahoma, sans-serif;
}

* {
    margin: 0;
    padding: 0;
	color: #5f5f5f;
	font-size:11px;
	line-height:15px;
	font-family: EXO;
}

h2 {
	font-size:18px;
	font-style:bold;
	color: #b7000b;	
	line-height:20px;
	font-family: EXO;
	font-weight:300;
	text-transform:uppercase;
}	

#wrapper {
position:relative; 
width: 980px;
margin: 0px auto;
text-align: left;
	}
	
.linie { 
border :none; 
border-top: 1px solid #ad0012; 
background-color:#FFFFFF; 
height: 2px; 
margin: 0px; 
z-index:1000;
}

#bg { 
position:absolute; 
top:0px; 
left:0px;
z-index:-1; 
background-color:#ffffff; 
}

#tabs1 { 
position:absolute; 
z-index:1000; 
width:160px; 
left:770px; 
top:172px;
font-family: EXO;
}

#tabs2 { 
position:absolute; 
z-index:1000; 
width:160px; 
left:770px; 
top:350px;
font-family: EXO;
}

#scroller {
	margin: 2px;
	padding: 0px 0px 0px 8px;
	width: 605px;
	height: 500px;
	background: transparent;
	overflow: auto;
	font-family: EXO;
 }