/* @group Structure */
* {
	margin:0;
	padding:0;
}
body {
	background: #e3e5e9;
	text-align:center;
	background: #EBEBEB url(../images/top-header_bg.png) top left repeat-x;	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:15px;
}
#wrapper {
		
	position: relative;
	margin: 0 auto;
	min-height: 900px;
	height: 100%;
	text-align:left;
	width: 700px;
	background: url(../images/logo.png) no-repeat 0 8px;	
}
#header_text {
	position:absolute;
	top:160px;
	left:37%;
	width:424px;
	height:33px;
}
#header_logo {
	position:relative;
	height:201px;
	width:700px;

}
#navigation {
	width: 700px;
	background: #a8b9d2;
}
#middle-header {
	position: relative;
	top: 30px;
	width: 700px;
	height: 244px;
	background: #ced6e2;
	border-bottom: 2px solid #9eadc6;
}
#middle-header_small {
	position: relative;
	top: 30px;
	width: 700px;
	height: 100px;
	background: #ced6e2;
	border-bottom: 2px solid #9eadc6;
}
#content {
	margin-top:30px;
	padding:10px;
	padding-top:30px;
	background: #f2f2f2;
	border-top: 1px solid #aab8ce;
	display:block;
}
#footer {
	position: relative;
	background-color: #9aa8fd;
	width: 700px;
	height: 60px;
}

/* @end */

/* @group rounded_corners */

#nav_bottom_right_rounded #nav_bottom_left_rounded{
	background: url(../images/bottom_left.png) no-repeat bottom left;
	padding-bottom:10px;
}
#nav_bottom_right_rounded #layer3{
	padding-left:20px;
	text-align:center;
}

#nav_bottom_right_rounded{
	background:url(../images/bottom_right.png) no-repeat bottom right;
	
	
}
#mheader_top_right_rounded{
	background: url(../images/header-center_top_right.png) no-repeat top right;

}
#mheader_top_right_rounded #mheader_top_left_rounded{
	background: url(../images/header-center_top_left.png) no-repeat top left;
	height: 11px;
}
#mheader_top_right_rounded #mheader_main{
	padding-top:30px;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:390px;
	font-size:23px;
	color:#0F0F0F0;
	font-weight:bold;
}

#photo {
	position: absolute;
	top:283px;
	left:300px;
	float:right;
	background: url(../images/photo_rahmen.png) no-repeat top right;
	height: 253px;
	width: 373px;
	z-index: 3;
	padding-left: 20px;
	
}
.banner {
	padding-left:15px;
	padding-top:18px;	
}
/* @end */

/* @group Navigation */
#menu_wrapper {
	width:100%;	
	overflow:hidden;
}
#navigation ul {
	position:relative;
	float:left;
	left:50%;
	list-style: none;
	height:20px;
	margin: 0;
	padding: 12px 0 0;
	background:#a8b9d2 url(../images/nav_bg.png) no-repeat top center;
}
#navigation ul li {
	position:relative;
	float: left;
	right:50%;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 30px;
}
#navigation ul li#current a{
	color:#fff;	
}
#navigation ul li a{
	color: #363636;
	text-decoration: none;
}
#navigation ul li a:hover{
	color: #fff;
	text-decoration: underline;
}


/* @end */

#content ul {
	list-style: url(../images/nav-li.png);	
	color:#4a6286;
	padding-right:20px;
	padding-left:30px;
}
#content ul li {
	padding:3px;
	padding-left:0px;
	border-bottom:1px dotted #ccc;
}
#content h3 {
	color:#699bc9;
	padding:5px 5px 5px 0px;
	margin-bottom:5px;
	font-size:20px;	
}