@charset "UTF-8";
/* CSS Document */

/****************************************************************/
/*  TAGS  */
/****************************************************************/

body {
 	margin: 0px;
	background-image:url(main_background.jpg);
 	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
 	font-size:12px;
 	color: #757575;
}

#content {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(content_background.png);
	width:990px;
	min-height:100%;
	z-index:1;
}

#inner_content {
	margin-top:441px;
	margin-left:54px;
	margin-right:15px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	background-image:url(content_shadow_top.jpg);
	background-repeat:no-repeat;
	height:119px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	z-index:2;
}
#header_logos {
	position:absolute;
	right:15px;
	top:15px;
	height:58px;
	z-index:4;
}
#motiv {
	position:absolute;
	background-color:#CCCCCC;
	left:15px;
	top:134px;
	width:960px;
	height:270px;
	z-index:4;
}

#navi_bg {
	position:absolute;
	left:334px;
	top:110px;
	width:630px;
	height:273px;
	padding-left:30px;
	padding-top:2px;
	z-index:3;
	background-color:#00488a;
}

.framefull {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.img_border {
	border:1px solid #7199bb;
	float:left;
}

h1 {
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
 	color:#a4a2a2;
}

h2 {
	margin-top:0px;
	margin-bottom:20px;
}

h3 {
	margin-top:0px;
	margin-bottom:20px;
	color:#00488a;
	font-size:13px;
	font-weight:normal;
}

h4 {
	margin-top:0px;
	margin-bottom:10px;
	color:#00488a;
	font-size:11px;
}

p {
	line-height:20px;
	margin-top:0px;
	margin-bottom:20px;
}

li {
	line-height:10px;
	margin-top:0px;
	margin-bottom:10px;
}

.mainnavi {
	margin-right:26px;
}

.hor_line {
	border-bottom: 1px solid #00488a;
	height:1px;
	width:100%;
	float:left;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#7199bb;
}

a.subnavi {
	display:block;
	height:20px;
	background-color:#e3e8ed;
	border-bottom:1px solid #334f6f;
	color:#000000;
	padding-left:11px;
	padding-top:4px;
	font-size:11px;
}

a.subnavi_hi {
	display:block;
	height:20px;
	background-color:#7199bb;
	background-repeat:no-repeat;
	border-bottom:1px solid #334f6f;
	color:#FFFFFF;
	padding-left:11px;
	padding-top:4px;
	font-size:11px;
}

a.subnavi:hover {
	background-color:#7199bb;
	background-image:url(subnavi_highlight.gif);
	background-repeat:no-repeat;
}


a.subsubnavi {
	margin-left:10px;
	display:block;
	height:17px;
	background-color:#e3e8ed;
	border-bottom:1px solid #334f6f;
	color:#000000;
	padding-left:11px;
	padding-top:3px;
	font-size:11px;
}

a.subsubnavi_hi {
	margin-left:10px;
	display:block;
	height:17px;
	background-color:#7199bb;
	border-bottom:1px solid #334f6f;
	color:#FFFFFF;
	padding-left:11px;
	padding-top:3px;
	font-size:11px;
}

a.subsubnavi:hover {
	background-color:#7199bb;
	background-image:url(subnavi_highlight.gif);
	background-repeat:no-repeat;
}


/****************************************************************/
/*  CONTENT-Varianten: Gesamtbreite: 815px  */
/****************************************************************/

#var1_left {
	width:280px;
	float:left;
	padding-right:46px;
}


#var1_right {
	width:535px;
	float:left;
}

/****************************************************************/


