/* Global */
html{
	overflow-x:hidden;
}
html,body{	
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#base{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#inner{
	width:100%;
	float:left;
	background:#fff;
	padding:0 0 55px 0;
}

a{
	text-decoration:none;	
	-moz-outline:none;
}

a:focus,a:active{
	outline-style:none;
}

img{
	border:none;	
}


h1{
	color:#1d225e;
	font-size:24px;
	height:38px;
}

h2{
	color:#333333;
	font-size:24px;
	height:50px;
	margin:0 0 35px 0;
	font-weight:normal;
}

#headline1,#headline2{
	width:570px;
	float:left;
	height:36px;
	overflow:hidden;
}

#headline1{
	margin:-10px 0 0 0;	
}

#headline2,h2{
	border-bottom:1px solid #fff;
	padding:0 0 10px 0;
	margin:0 0 26px 0;
}

h3,h4,h5,h6{
	color:#454444;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	margin:10px 0 0 0;
	float:left;
	width:100%;
}

h1 img{
	margin:0 0 5px 0;	
}

strong{
	font-weight:bold;	
}

.zoomLink{
	background:url("../img/zoom.gif") no-repeat bottom right;
	padding-right:30px;
	float:left;
	margin:25px 0 0 0;
	cursor:pointer;
}

.zoomLink:hover{
	background-image:url("../img/zoom_hover.gif");	
}

#zoom_close{
	float:right;
	width:100%;
	height:100%;
	background:url("../img/zoom_close.png") top right no-repeat;
	margin:10px 0 0 0;
}

#zoom{
	z-index:10;	
}




/* Head */
#hg{
	width:100%;
	min-width:900px;
	height:100%;
	overflow:hidden;
}


#languageSwitch{
	position:absolute;
	right:0;
	padding:0 10px;
	background:url("../img/back_language.png");
}

.ie6 #languageSwitch{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/relaunch/fileadmin/templates/img/back_language.png', sizingMethod='scale');
	background-image: none;	
	width:80px;
}

#languageSwitch a{
	color:#5d5f80;
	font-size:10px;
}

#languageSwitch .active{
	color:#1d225e;	
}

#languageSwitch li{
	float:right;	
	margin:5px;
}

#languageSwitch .first{
	margin-right:10px;	
}


#main{
	width:900px;
	float:left;
}

#logo{
	width:220px;
	float:left;
	height:140px;	
	margin:0 485px 0 0;
	background:url("../img/logo.png") no-repeat 35px 50px;
}

.ie6 #logo{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/relaunch/fileadmin/templates/img/logo.png');
	margin:50px 575px 0 35px;
	background-image: none;	
	overflow:hidden;
}

#logo span,#schriftzug span{
	display:none;	
}

#schriftzug{
	float:left;
	width:195px;
	height:140px;
	background:url("../img/schriftzug2.png") no-repeat 0 120px;
}

.ie6 #schriftzug{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/relaunch/fileadmin/templates/img/schriftzug2.png');
	background-image: none;	
	overflow:hidden;	
	margin:120px 0 0 0;
}






/* Navigation */
#navigation{
	float:left;
	width:635px;
	padding:0 0 55px 265px;
	background:url("../img/bg_navi.gif") repeat-x;
	height:40px;
	overflow:hidden;
	font-size:13px;
	line-height:18px;
}

#navigation li{
	float:left;	
	padding:0 0 0 0;
}

#navigation li a{
	padding:5px 15px 0 0;
	height:35px;
	float:left;
	text-align:center;
}

#navigation li a:hover,#navigation li .active,#navigation li .sub{
	background:url("../img/bg_navi_active.gif") repeat-x;	
}

#navigation li .active,#navigation li .sub{
	font-weight:bold;	
}



#navigation a{
	color:#454444;	
}






/* Left & Subnavigation & Dritte Navigation */
#left{
	float:left;
	width:200px;
	min-height:10px;
	padding:0 35px 0 35px;
}

#subnavigation a{
	color:#999;
	font-size:13px;
	line-height:17px;
}

#subnavigation a:hover,#subnavigation .active,#subnavigation .sub{
	color:#9a2d7c;	
}

#drittenavigation{
	clear:both;
	float:left;
	margin:30px 0 0 0;	
	top:303px;
	width:200px;
	position:absolute;
}

#drittenavigation a{
	color:#666666;
	font-size:11px;
	line-height:16px;
	display:block;
}

#drittenavigation a:hover{
	color:#333333;	
}

#drittenavigation .active{
	color:#333333;
	font-weight:bold;
	padding:10px 0;
}

#drittenavigation .first .active{
	padding-top:0;	
}








/* Content */
#content{
	color:#454444;	
	width:570px;
	float:left;
}

#content p,#content li{
	font-size:12px;
	line-height:14px;
}

#content li{
	margin:0 0 0 25px;
}

#content ol,#content ul{
	width:100%;
	padding:10px 0 0 0;
	float:left;
}

#content ol li{
	list-style-type:decimal;	
}

#content ul li{
	margin:0;
	padding:0 0 0 20px;
	background:url("../img/li.gif") no-repeat 5px 1px;
}

#content ol,#content ul{
	margin:0 0 10px 0;	
}

#content p{
	margin:0 0 0 0;	
}

#content p a{
	color:#9A2D7C;	
}

#content .csc-textpic-image{
	margin-left:0;	
}









/* Footer */
#footer{
	clear:both;
	float:left;
	padding:15px 0 15px 35px;
	font-size:11px;
	color:#454444;
	line-height:14px;
	width:800px;
}

#footer a{
	color:#454444;	
}

