#page_banner {
	width:100%;
	height:184px;
	background-image:url(../img/page_banner_repeater.jpg);
	background-repeat:repeat-x;
	text-align:center;
	
}

#page_banner_bg {
	background-image:url(../img/page_banner_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
	
#page_banner_content {
	width:980px;
	height:192px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:middle;
}

#page_content_col1 {
	width:250px;
	float:left;
	border:0px solid blue;
	padding:0px;
}

#page_content_col2 {
	width:470px;
	/*margin-left:250px;*/
	float: left;
	border:0px solid red;
	padding:0px;
}

#page_content_col3 {
	width:250px;
	float:right;
	display:block;
	border:0px solid green;
	padding:0px;
}



#startseite_sub_navigation {
	width:223px;
	overflow:hidden;
	padding-top:1em;
	padding-bottom:1.7em;
	padding-left:15px;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:1em;
}

#startseite_sub_navigation a {
	font-family:Trebuchet MS;
	font-weight:normal;
	text-decoration:underline;
	width:100%;
	font-size:1em;
	display:block;
	
}


#startseite_sub_navigation li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#startseite_sub_navigation ul {
	margin:0em 0em 0em 0em;
	list-style-image:none;
	list-style-position:outside;

	list-style-type:none;
}

#startseite_sub_navigation ul li {
	margin:0em 0em 0em 0em;
	/*background-image:url(../img/sub_nav_level2_n.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	border-bottom:1px solid #cccccc;
	line-height:29px;
}


#startseite_sub_navigation ul li a {
	height:34px;
	/*text-indent:5px;*/
	display:block;
	color:#2C88D0;
}

#startseite_sub_navigation ul li a:link, #nav_sub ul li a:visited {
	display:block;
	color:#2C88D0;
	text-decoration:underline;
}

#startseite_sub_navigation ul li a:hover, #startseite_sub_navigation ul li.level2 {
	color:#ffffff;
	/*background-image:url(../img/sub_nav_level2_o.png);
	background-repeat:no-repeat;
	background-position:left top;*/
	text-decoration:underline;
	display:block;
}

.lh {
	line-height:22px;
}

