/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E0E0E0;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
}
#masthead_menu {
	width: 980px;
	background-color: #000;
}
#wrapper {
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1000;
}
#column_wrapper {
	padding: 20px;
	min-height: 400px;
	background-repeat: no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #CCC2A3;
	border-left: 6px solid #807966;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer {
	background-image: url(/images/grafik/bund.gif);
	height: 40px;
	padding-top: 10px;
}
#footer p {
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #000;
	text-decoration: none;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #283462 !important;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;

}
h3 {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 6px;
}
h4 {
	font-size: 20px;
	color: #F4D000;	margin: 0px;
	padding-bottom: 6px;
}
h5 {
	font-size: 20px;
	color: #433A2D;	margin: 0px;
	padding-bottom: 6px;

}
h6 {
	font-size: 30px;
	color: #433A2D;	margin: 0px;
	padding-bottom: 6px;

}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.image {
	border: 2px solid #00458A;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #655634;
	}
	a:hover {
		text-decoration:underline;
		}

