/* Standard-CSS-Styles */

body{
	background-color: #bbc9f3;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}

a img{
   border: none;
}

a:link, a:active, a:visited, a:hover{
   text-decoration: underline;
   color: #000000;
}

h1.pageueber{
   font-size: 130%;
   font-weight: bold;
}

.pagearea{
	width: 750px;
}

.pageheadarea{
	padding: 30px 0px 20px 20px;
	text-align: left;
	background-color: #657585;
}

.logobrueggemann{
	font-size: 45px;
	color: #ffffff;
}
.logorichter{
	font-size: 45px;
	font-weight: bold;
	color: #000000;
}

.pagemainarea{
	width: 100%;
	height: 100%;
	background-color: #d3d3d3;
}

.navarea{
	width: 170px;
	float: left;
	background-color: #d3d3d3;
}
.navimage{
	width: 100%;
}
.navitemarea{
   margin-bottom: 50px;
}
.navmainrub{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 2px;
	background-color: #c8c8c8;
}
.navsubrub{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 2px;
	background-color: #c8c8c8;
}
a.navmainrub:link, a.navmainrub:active, a.navmainrub:visited, a.navmainrub:hover{
	font-size: 115%;
	text-decoration: none;
	color: #696969;
}
a.navsubrub:link, a.navsubrub:active, a.navsubrub:visited, a.navsubrub:hover{
	font-size: 100%;
	text-decoration: none;
	color: #696969;
}
.navlinkextraarea {
   padding-top: 20px;
}
a.navlinkextra:link, a.navlinkextra:active, a.navlinkextra:visited, a.navlinkextra:hover{
   font-size: 95%;
   text-decoration: none;
   color: #696969;
   margin-top: 10px;
}

.contentarea{
	height: 100%;
	text-align: left;
	margin-left: 170px;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
}
.pagecontent{
}
.contentarea a:hover{
   text-decoration: none;
   border-bottom: 1px solid #c8c8c8;
}

.counter {
	clear: both;
	text-align: center;
}
