/* globale Styles */

html, body {
     height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #BDD6EF;
}
p {
    margin: 11px 0px 0px 0px;
    padding: 0px;
}
img {
	border:none;
}
h1 {
	font-family: verdana, arial, sans-serif;
    font-size: 17px;
	font-weight: bold;
	line-height:18px;
    color: #000;
}
h1 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: verdana, arial, sans-serif;
    font-size			: 11px;
	line-height:14px;
    color				: rgb(0, 0, 99);
}
h2 a {
	text-decoration: none;
	color				: rgb(0, 0, 99);
}
h2 a:hover {
	text-decoration: underline;
}
.displaynone {
	display				: none;
}
/*----------------------------------------------------------------------*/
form {
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;
}
.submit, .reset {
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;
	background-color:#fff;
	border:1px solid #aaa;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #aaa;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #aaa;
	background-color:#fff;
	margin: 0px;
}
.defbreite {
	width: 140px;
}
label.left {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 5px;
}
input.right {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	margin-left: 107px;
	margin-bottom: 10px;
}
/*----------------------------------------------------------------------*/
/* 								ZENTRIERUNG								*/
/*----------------------------------------------------------------------*/
#container {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
}

/*----------------------------------------------------------------------*/
/* 								HEADER	 								*/
/*----------------------------------------------------------------------*/
#headerabstandlinks {
	background-color	: #fff;
	border-bottom		: 1px solid #FF9C31;
	width				: 30%;
	height				: 118px;
	position			: absolute;
	top					: 9px;
	left				: 0;
	margin-left			: 1%;
}
#headerabstandrechts {
	background-color	: #fff;
	border-bottom		: 1px solid #FF9C31;
	width				: 49%;
	height				: 94px;
	position			: absolute;
	top					: 9px;
	left				: 50%;
	margin-right		: 1%;
}
#headerlinks {
	background-image	: url(pics/logo.gif);
	background-repeat	: no-repeat;
	width				: 187px;
	height				: 133px;
	position			: absolute;
	top					: 0px;
	left				: 20px;
}
#headerrechts {
	background-color	: #fff;
	border-bottom		: 1px solid #FF9C31;
	width				: 500px;
	height				: 94px;
	position			: absolute;
	top					: 9px;
	left				: 206px;
}
#headerrechts p {
	padding-top			: 60px;
	font-weight			: bold;
	font-size			: 14px;
}
#headerunten {
	background-image	: url(pics/rund_ganz_gross_oben.gif);
	background-repeat	: no-repeat;
	width				: 646px;
	height				: 15px;
	position			: absolute;
	top					: 135px;
	left				: 20px;
}
/*----------------------------------------------------------------------*/
/* 								MENU	 								*/
/*----------------------------------------------------------------------*/
#menucontainer {
	position			: absolute;
	top					: 150px;
	left				: 25px;
	height				: auto;
}
#menu {
	background-color	: #fff;
	border-right		: 1px solid #000;
	border-left			: 1px solid #000;
	width				: 150px;
	height				: auto;
	margin-left			: 6px;
	padding				: 10px 5px 10px 5px;
}
#menu li {
	list-style			: none;
	padding-left		: 0;
	background-image	: url(pics/indikator.gif);
	background-repeat	: no-repeat;
	background-position	: 0 50%;
}
html>body #menu li {
	padding-left		: 15px;
}
#menu li a {
	color				: rgb(0, 0, 99);
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 11px;
	line-height			: 15px;
}
#menu li a:hover {
	color				: rgb(255, 0, 0);
	text-decoration		: underline;
}
#menuunten {
	background-image	: url(pics/rund_klein_oben_unten.gif);
	background-repeat	: no-repeat;
	width				: 169px;
	height				: 36px;
	position			: relative;
	top					: 0;
	left				: 1px;
}
html>body #menuunten {
	margin-bottom		: -7px;
}
/*----------------------------------------------------------------------*/
/* 								TERMINE	 								*/
/*----------------------------------------------------------------------*/
#termine {
	background-color	: #fff;
	border-right		: 1px solid #000;
	border-left			: 1px solid #000;
	width				: 150px;
	height				: auto;
	margin-left			: 6px;
	padding				: 5px;
	position			: relative;
	top					: 0;
}
#termine h1 {
	color				: rgb(0, 0, 99);
	font-size			: 10px;
}
#termine p {
	color				: rgb(0, 0, 99);
	font-size			: 10px;
}
#termine a {
	text-decoration		: none;
	color: #000;
}
#termine a:hover {
	text-decoration		: underline;
}
#termineunten {
	background-image	: url(pics/rundung_klein_unten.gif);
	background-repeat	: no-repeat;
	width				: 169px;
	height				: 36px;
	position			: relative;
	top					: 0;
	left				: 0;
}
/*----------------------------------------------------------------------*/
/* 								BUTTONS	 								*/
/*----------------------------------------------------------------------*/
#buttons {
	width				: 163px;
	position			: relative;
	left				: 6px;
	top: -22px;
}
#buttons img {
	width				: 162px;
}
/*----------------------------------------------------------------------*/
/* 								CONTENT	 								*/
/*----------------------------------------------------------------------*/
#contentcontainer {
	position			: absolute;
	top					: 150px;
	left				: 197px;
	width				: 460px;
	height				: auto;
}
#content {
	background-color	: #fff;
	border-right		: 1px solid #000;
	border-left			: 1px solid #000;
	width				: 445px;
	height				: 400px;
	padding				: 10px 7px 10px 8px;
}
html>body #content {	/* IE min-height Hack */
	height				: auto;
	min-height			: 400px;
}
#content a {	
	text-decoration		: none;
	font-weight			: bold;
	color				: rgb(0, 0, 99); 
}
#content a:hover {	
	color				: rgb(255, 0, 0);
	text-decoration		: underline;
}
#content hr {
	color				: #FF9C31;
	background-color	: #FF9C31;
	border				: #FF9C31;
	height				: 1px;
	margin				: 15px 26px 5px 25px;
	clear				: both;
}
#contentunten {
	background-image	: url(pics/rundung_gross_unten.gif);
	background-repeat	: no-repeat;
	width				: 495px;
	height				: 19px;
	position			: relative;
	top					: 0;
	left				: -3px;
}
/*----------------------------------------------------------------------*/
/* 								DRUCK	 								*/
/*----------------------------------------------------------------------*/
#druck {
	display				: none;
}
/*----------------------------------------------------------------------*/
/* 								BUNDESVERBAND							*/
/*----------------------------------------------------------------------*/
#rechtscontainer {
	position: absolute;
	top: 130px;
	left: 675px;
}
#rechtscontainer p {
	font-weight: bold;
}