@charset "utf-8";
/* Standards */
/**/
* , div {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 { font-size:1.5em; padding: .2em 0;}
h2 { font-size:1.2em; padding: .2em 0;}
h3 { font-size:1em; padding: .2em 0;}
p { font-size:1em; padding: .3em 0;}
b { }
a, a:visited { color:#000000; text-decoration:none;}
a:hover { text-decoration:underline;}
ul { font-size:1em; padding-left:15px; padding-right:15px;}
li { padding: .3em 0;}


body {
	background:#33647f;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}

/* GRUNDLAYOUT */
/**/
#sitebody {
	width:974px;
	margin:0 auto;
	margin-top:21px;
}
#header {
	width:974px;
	height:99px;
	display:block;
	color:#fff;
	background: url(../images/header_berlin.jpg) no-repeat;
}
#header h2 {
padding-top:61px;
padding-left:24px;
color:#333366;
}

/*CONTENTBEREICH*/
/**/
#contentbody {
	width:948px;
	height:623px;
	display:block;
	background: url(../images/sitebody.jpg);
	padding: 0 13px;
	overflow:hidden;
}
/*CONTENT*/
#content{
	width:671px;
	display:block;	
	overflow:hidden;
	float:left;
	font-size:14px;
	padding:9px;
}
#content p{
	line-height:1.3em;
}
#content a, #content a:visited {
	font-size:1em;
	color:#FFCC00;
}
#content a:hover {
	color:#FFCC00;
}
#content ul li{
	line-height:1.3em;
	font-size:1em;
}
/*Boxenlayouts Content Info*/
#rightbox {
	width:245px;
	display:block;
	overflow:hidden;
	float:right;
	padding-top:12px;
	padding-right:7px;
}
#rightbox p{
	font-weight:normal;
	font-size:.9em;
	color:#003366;
}
#rightbox ul li{
	font-size:.9em;
	color:#003366;	
}
#rightbox a, #rightbox a:visited {
	font-size:1em;
	color:#000;
}
#rightbox a:hover {
	color:#000;	
}
#rightbox img{
border:1px solid #000;
float:left;
display:block;
margin-right:7px;
}
#rightbox .rightbox_top {
	width:258px;
	height:39px;
	background: url(../images/header_box.png) center;
	display:block;
	overflow:hidden;
}
#rightbox .rightbox_top h3 {
	margin-top:13px;
	text-indent:32px;
	font-weight:bold;
	text-transform:uppercase;
}
#rightbox .rightbox_middle {
	width:258px;
	background: url(../images/body_box.png) repeat-y;
	display:block;
	overflow:hidden;
	padding:7px 15px;
}
#rightbox .rightbox_bottom {
	width:258px;
	height:40px;
	line-height:40px;
	background: url(../images/footer_box.png) center;
	display:block;
	overflow:hidden;
	clear:both;
}

/**/
#footer{ 
	display:block;
	width:974px;
	height:48px;
	background: url(../images/footer.jpg);
	overflow:hidden;
}
#footer p {
	font-weight:normal;
	margin-left:15px;
	line-height:44px;
	color:#000;
}
#footer a, #footer a:visited {
	color:#003366;
}
#footer a:hover {
	color:#000;
}