@charset "utf-8";
@import "content.css";
/*Standard HMTL-Styles*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#9d9d9d;
	background-image:url(../img/body-bg.png);
	background-repeat:repeat-y;
	background-attachment:fixed;
}
a:link,
a:active,
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#e95020;
	text-decoration:none;
}

/*Seitenlayout*/
#site{
	width:955px;
	margin:0px 0px 0px 0px;
}
#header{
	height:138px;
	width:955px;
	background-image:url(../img/header-bg.jpg);
}
#header .logo{
	padding:50px 0px 0px 60px;
}
#navigation{
	height:24px;
	width:950px;
	background-color:#999999;
}
#navcontainer {
	margin-left: 95px;
}
#subnav{
	position:absolute;
	top:162px;
	left:96px;
	height:24px;
	background-color:#e95020;
	width:854px;
	border-top:1px solid #FFF;
}
#content-area{
	padding:0px 5px 0px 60px;
}
#leftwrap,
#rightwrap{
	float:left;
}
#content-image{
	width:635px;
	height:205px;
}
#breadcrumb{
	display:block;
	text-align:right;
	margin:10px 20px 0px 0px;
	font-size:10px;
}
#content-right{
	width:215px;
	background-color:#EEEEEE;
}
#content-main {
	width:615px;
}
#footer{
	margin: 10px 0px 20px 0px;
	padding: 0px 45px 0px 60px;
}
#metanavi{
	border-top:1px solid #CCC;
	padding-top:12px;
}
#metanavi .link,
#metanavi .link_act{
	float:left;
	margin-right:8px;
}
#metanavi .link a:link,
#metanavi .link a:active,
#metanavi .link a:visited{
	display:block;
	background-image:url(../img/meta-arrow-normal.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	font-size:11px;
	color:#666666;
}
#metanavi .link a:hover{
	color:#e95020;
}
#metanavi .link_act a:link,
#metanavi .link_act a:active,
#metanavi .link_act a:visited{
	display:block;
	background-image:url(../img/meta-arrow-normal.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	color:#F60;
}