/* reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 140%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{
  text-align:left;
  vertical-align:top;
}

/* ------------- Main Layout --------------- */

body{
	text-align:center;
}

#wrap{
	width:921px;
	margin:0 auto;
	text-align: left;
	height:500px;
	min-height:500px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position:relative;
	left:30px;
}

#meta-navi{
	height:52px;
	position:relative;
  padding-top:10px;
}

#lang-menu{
	position:absolute;
	right:0;
	z-index:10;
}

#claas-logo{
  position:absolute;
  right:0;
  top:35px;
}

#main-menu{
	height:62px;
	border-bottom: 1px solid white;
}

#flash-stage{
	height: 150px;
  background:white;
  overflow: hidden;
}

#sub-navi{
  height:42px;
  padding: 0 15px;
  background: url(../imgs/subnav_bg.gif) repeat-x;
}


/* --- 2 col content --- */
#content-right{
	float: left;
	width: 275px;
	margin-left: 615px;
	}
* html #content-right{
	display: inline;
	}
#content-left{
	float: left;
	width: 580px;
	padding-right:35px;
	margin-left: -890px;
	}

#content-wrap{
	display: inline-block;
	float: left;
	float/**/: none;
	
	}
/* easy clearing */
#content-wrap:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
#content-wrap{
	display: block;
	padding: 15px;
	}
/* end easy clearing */


#meta-navi ul li, #main-menu ul li.main-menu{
  float:left;
}
#meta-navi ul li{
  padding:0 20px 0 0;
}

#meta-navi ul li a{
  font-weight: bold;
}

#lang-menu ul li a {
  font-weight:normal;
}

#lang-menu ul li{
  float:left;
  text-align:right;
  padding: 0 0 0 10px;
}



#lang-menu ul li a {
	
}

#main-menu {
  position:relative;
  left:-67px;
  width: 990px;
}
#main-menu ul li.main-menu{
  padding: 0 1px 0 0;
  border-top:1px solid #E5E5E5;  
  height:61px;
}

#main-menu ul li.last{
  border-right:1px solid #E5E5E5; 
  border-top:1px solid #E5E5E5;  
}

ul.main-menu, ul.main-menu ul {
    list-style-type: none;
}

ul.main-menu a {
    display: block;
    cursor: pointer;
}

ul.main-menu li {
  position:relative;
}

ul.main-menu ul {
    position: absolute; 
    left:0;top: 61px;
    background-color: white;
    display:none;
    min-width:140px;
    border-bottom:1px solid #A2A2A4;
    border-right:1px solid #A2A2A4; 
     
}

ul.main-menu ul li a {
  display:block;
    width:140px;
    padding: 5px 10px;
    border-bottom:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;  
    font-weight: bold;
}

ul.main-menu ul li a:hover {
  background: #E53F21;
  color: white;
}

/* IE-Hack für die Breite */
*html ul.main-menu ul {
    width:150px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.main-menu ul.hover, ul.main-menu li.hover ul, ul.main-menu li:hover ul  {
    display:block;
}

ul.main-menu ul li {
    float:none;
    background-color: transparent;
}


#footer{
	clear: both;
	background: url(../imgs/footer_bg.gif) repeat-x;
	_height:200px;
	min-height: 200px;
	margin-top: 30px;
	}

#imprint{
	padding-bottom:100px;
}	
