#ie7_update{
	display: none;
}

#mainContainer{
	width: 750px;
	text-align: left;
}

#header{
	width: 100%;
	background: url('../images/header.jpg');
	height: 160px;
	margin-top: 100px;
}

#logo{
	width: 220px;
	height: 150px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navigation{
	padding: 0px;
	height: 30px;
	font-size: 9px;
	font-weight: bold;
	margin-top: 112px;
	margin-bottom: 1px;
	float: left;
}
#navigation ul{
	float: left;
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
#navigation ul li:hover,
#navigation ul li.activeNavi {
	display:block;
	color: #074fa3;
}
#navigation ul li:hover a {
	color: #074fa3;
}
#navigation ul li a{
	color: #074fa3;
	line-height: 25px;
	display: block;
	vertical-align: bottom;
}
#navigation ul li a:hover,
#navigation ul li a.activeNavi{
	color: #074fa3;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

#navigation #active a{
	color: #005423;	
}

#page{
	width: 748px;
	float: left;
	border-right: 1px solid #034da2;
	background: #daf2fc;
}

#content{
	width: 488px;
	float: left;
	padding: 0px 10px 10px 10px;
}
#content h2{
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#content h2 a{
	color: black;
	font-weight: normal;
}
#content h2 a:hover{
	color: black;
	text-decoration: none;
}
#content h5{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-weight: bold;
}

/** Sidebar 1 **/
#sidebar{
	width: 228px;
	float: left;
	list-style: none;
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#footer{
	width: 100%;
	height: 20px;
	background: url('../images/footer.jpg') no-repeat;
}

#search{
	/**margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;**/
	margin-bottom: 10px;
	width: 228px;
	height: 65px;
	background: url('images/search_back.jpg') no-repeat;
}
#searchform{
	margin: 10px 0px 10px 6px;
}
#searchsubmit{
	background: #024EA4;
	color: white;
	border: 0px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
#s{
	width: 152px;
	height: 16px;
	border: 1px solid #d3d3d3;
	background: white;
	float: left;
	color: #676767;
}

#commercial{
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#commentform{
	display: block;
	width: 508px;
}
#comment{
	border: 1px solid #D3D3D3;
	background: #ededeb;
	color: #676767;
	width: 450px;
}

#tags{
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
}


/** Commercial **/
#skyscraper {
	position:absolute;
	width:120px;
	height:600px;
	z-index:1;
	left:756px;
	top:0px;
}
#superbanner {
	position:absolute;
	width:728px;
	height:90px;
	z-index:1;
	/*left:50px;*/
	top:0px;
}

/** ITEM **/
.itemHead{
	color: white;
	background: #034da2;
	width: 488px;
}
.itemDate,
.itemAuthor{
	padding-top: 5px;
}

.blueBorder{
	border-left: 1px solid #034da2;
	border-right: 1px solid #034da2;
	padding: 5px;
}

.rightContainer{
	margin-bottom: 10px;
}

.pfeil{
	vertical-align: bottom;
}