@import url(inc_common.css);
@import url(inc_htmlarea.css);
@import url(inc_csc.css);
@import url(inc_news.css);
@import url(inc_flashheading.css);

/* Common Page Layout
----------------------------------------------- */
body.page {
	background:url(../images/page_background.jpg) no-repeat 50% 0px #ffffff;
}

#wrapper {
	width:960px;
	margin-top:0px;
	margin:0px auto 0 auto;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}


#header {
	background-color:#6b7c8a;
	height:73px;
}

#menu {
	background:url(../images/menu_bg.gif) repeat-x 0px 0px #ffffff;
	height:56px;
	margin-top:2px;
	padding-left:20px;
	clear:both;
}
#mainnav{
	float:left;
	background:url(../images/menu_seperator.gif) no-repeat right top #ffffff;
	height:51px;
	overflow:hidden;
}
#metanav{
	float:right;
	margin-right:20px;
	background:url(../images/menu_seperator.gif) no-repeat right top #ffffff;
	height:51px;
	overflow:hidden;
}
* html #metanav{
	float:right;
	margin-right:10px;
	background:url(../images/menu_seperator.gif) no-repeat right top #ffffff;
	height:51px;
	overflow:hidden;
}
#menu ul{
	list-style:none;
	padding:0px;
	padding-right:1px;
	margin:0px;	
	display:block;
	clear:both;
}
#menu ul li{
	float:left;
}

#flash {
	margin-top:2px;
	padding-bottom:12px;
	background:url(../images/flash_lines.gif) repeat-x bottom;
}



#content {
	margin-top:28px;
	clear:both;
}

#left_col{
	float:left;
	width:230px;
	width:230px;
	margin-left:11px;
}
#middle_col{
	float:left;
	margin-left:40px;
	width:400px;
}
* html #middle_col{	
	width:380px;

}
#right_col{
	float:left;
	margin-left:40px;
	width:230px;

}
#right_col h1, #right_col h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-color:#6b7c8a;
	color:#ffffff;
	padding:5px 0px 6px 8px;
}
#footer {
	background:url(../images/footer_bg.gif) repeat-x 0px 0px #ffffff;
	text-align:center;
	margin-top:60px;
	padding-top:16px;
	height:56px;
	clear:both;
}

.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;
}
#newsletter{
	margin-bottom:20px;
}
#virus{
	margin-bottom:20px;
}
#apple{
}
.virus_content, .apple_content{
	background:url(../images/virus_bg.gif) repeat-x 0px 0px #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	
}
.virus_content{
	text-align:center;
}
.apple_content{
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	#padding-top:10px;
	height:180px;
}
.box_headline{
	background-color:#6b7c8a;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0px 6px 8px;
}
#logo{
	float:left;
	margin-left:20px;
	margin-top:15px;
}
#auth_apple{
	float:right;
	margin-right:10px;
	margin-top:15px;
}
#copyright{
	text-align:right;
	margin-right:20px;
	color: #cdd2d7;
	margin-bottom:15px;
}
#copyright a{
	color: #cdd2d7;	
	text-decoration:none;	
	font-weight:normal;
}
#copyright a:hover{
	text-decoration:none;
}

a.details_link, div.details_link a {
	background:#a4aeb7;
	color:#ffffff;
	font-weight:normal;
	padding:3px 5px;
	text-decoration:none;
}
a.details_link:hover, div.details_link a:hover {
	background:#4B5761;
}

/******* Subseitenmenue **********/
#left_col ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
#left_col ul li{
	color: #ffffff;
	font-weight:bold;
	width:230px;
}
#left_col ul li a{
	color: #ffffff;
	font-weight:bold;
	width:220px;
	display:block;
	padding:5px 0px 6px 10px;
	margin-bottom: 1px;
	background:url(../images/icon_white_arrow.gif) no-repeat 215px 8px #6b7c8a;
}
#left_col ul li a.act{
	background:url(../images/icon_white_arrow.gif) no-repeat 215px 8px #4b5761;	
}
#left_col ul li a:hover{
	background:url(../images/icon_white_arrow.gif) no-repeat 215px 8px #4b5761;
	text-decoration:none;
}

/********* Subseitensub *********/
#left_col ul li ul{
	margin-bottom:10px;
	margin-top:1px;
}
#left_col ul li li a{
	color:#6b7c8a;
	background:#ffffff;
	font-weight:normal;
	padding:4px 0px 4px 10px;
	margin-bottom:0px;	
	border-bottom:1px solid #f5f5f5;
}
#left_col ul li li a:hover, #left_col ul li li a.act{
	background:#eff3f5;
	text-decoration:none;
}

/********* Subseitensubsub *********/
#left_col ul li ul li ul{
	margin:0px;
	background:#F7F9FA;
}
#left_col ul li ul li li a {
	color:#6b7c8a;
	background:transparent;
	/*url(../images/menu_sub_arrow.gif) 5px 8px no-repeat;*/
	font-weight:normal;
	padding:4px 0px 4px 25px;
	margin-bottom:0px;
	border-bottom:1px solid #f5f5f5;
	width:205px;
}
#left_col ul li ul li li a:hover, #left_col ul li ul li li a.act {
	background:#eff3f5;
}