@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Julia Zehentner							#
 * # 												#
 * # Datum: 28.04.2009								#
 * # 												#
 * ################################################## 
 */

#head {
	margin-top: 36px;
}
span#topnavi {
	position: absolute;
	height: 32px;
	z-index: 1000001;
	top: -22px;
	margin-left: 20px;	
}

.topnav ul {
	list-style: none;
}
.topnav ul li {
	list-style: none;
	float: left;
	height: 32px;	
}
.topnav ul li span {
	display: block;
	height: 32px;
	margin-left: -10px;
	margin-right: 10px;
	padding-left: 10px;
}
.topnav ul li.first {
	background: url(../img/bgNaviYellow.png) right;

}
.topnav ul li.first span {
	background: url(../img/bgNaviYellow.png);
}
*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin:0;
	padding:0;
	border:0;
	min-height:100%;
	background:#f5f5f5;
	position:relative;
	color:#505050;
	font-family: Verdana;
	font-size: 12px;
	line-height:1.5em;
}

.ieFix, .ieFix img {
	behavior: url(fileadmin/assets/ieFix/iepngfix.htc);
}



.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth { clear:both; }

/*STRUKTUR*/

#container{
	width:1000px;
	margin:auto;
	position:relative;
}

#skyscraper {
	width:160px;
	height:600px;
	position:absolute;
	margin-left:510px;
	left:50%;
	top:10px;
	background-color:#EEE;
}

#head{
	height:123px;
/*	background: url(../img/cdu_head_neujahr2011.png) top left no-repeat !important; */
background: url(../img/cdu_head.png) top left no-repeat !important;
	position:relative;
	padding:20px 0 0 10px;
z-index:1000000;
}

	#metaNavi{
		margin: 0 0 0 20px;
	}
	
	#logo{
		background: url(../img/cdu_logo.png) top left no-repeat;
		height:80px;
		width:349px;
		position:absolute;
		right:10px;
		top: 45px;
	}

#navi{
	height:38px;
	position:relative;
	background: url(../img/cdu_navi.png) top left no-repeat;
	padding: 8px 0 0 220px;
z-index:1;
}
	
	#suche{
		position:absolute;
		height:46px;
		width:203px;
		/* background: url(../img/cdu_suche_neujahr.png) top left no-repeat !important; */
		background: url(../img/cdu_suche.png) top left no-repeat !important;
		left:0;
		top:0;
	}
	
#mainCon{
	background: url(../img/cdu_con_top.png) top left no-repeat;
	padding: 15px 0 0 0;
}

	#content{
		background: url(../img/cdu_con_bg.png) top left repeat-y;
		min-height:300px;
		padding: 12px 30px 6px 30px;
	}
	
	#snavi{
		margin-top:10px;
	}
	
	#bottom{
		height:15px;
		background: url(../img/cdu_con_bottom.png) top left no-repeat;
	}
	
#ticker{
	height:157px;
	background: url(../img/cdu_ticker.png) top left no-repeat;
	padding:40px 0 0 30px;
	line-height:1em;
}

/*SUBTEMPLATE*/
	/*standard*/
#lcon{
	width:640px;
	float:left;
	margin-right:20px;
}

#rcon{
	width:280px;
	float:left;
	font-size:11px;
}

	/*home*/
#lcon_home{
	float:left;
	width:280px;
	margin: 0 18px 0 0;
}

#rcon_home{
	float:left;
	background: #ffffff no-repeat center center;
	width:640px;
	height:380px;
	border: 1px solid #d0d0d0;	
}

#lcon_oben, #lcon_unten{
	width:280px;
	background: #ffffff no-repeat center center;
	height:180px;
	border: 1px solid #d0d0d0;
}
#lcon_oben{
	margin-bottom:20px;
}

#lcon_home .home{
	width:155px;
	padding: 5px 0 5px 12px;
	background: url(../img/home_links.png) top left repeat-y;
	margin-top:80px;
	font-size:11px;
	line-height:1.2em;
}

#rcon_home .home{
	width:371px;
	padding:10px 5px 10px 25px;
	background: url(../img/home_rechts.png) top left repeat-y;
	margin-top:240px;
	
}

/*NAVIGATION*/
.untermenu{
	background: url(../img/submenu_sub.png) top right no-repeat #F18C00;
	padding: 0 10px;
	min-width:100px;
	_width:100px;
}
.untermenu .nav_el{
	background: url(../img/submenu_trenner.png) bottom left no-repeat;
}

.untermenu .last{
	background: none;
}

.untermenu .oben{
	height:7px;
	background: url(../img/submenu_oben.png) top right no-repeat;
}

.untermenu .sub{
	padding: 0 10px;
	background: url(../img/submenu_sub.png) bottom right no-repeat;

}


