/* ---------- Standard Style ---------- */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* ---------- Typ Styles ---------- */

body {
	margin: 0px 0px 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	background: #D9D9D9 url(images/index_background.jpg) fixed repeat-x;
}

p {
	clear: both;
	margin: 0px 0px 5px;
}

p.abstand {
	clear: both;
	margin: 0px 0px 0px;
	line-height: 20px;
}

p.abstand_klein {
	clear: both;
	margin: 0px 0px 0px;
	line-height: 5px;
}

p.formularname {
	clear: none;
	margin: 0px 0px 2px;
}

img {
	border-style: none;
}

ul  {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	background-image: url(images/img_pfeil_schwarz.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}


/* ---------- Link Styles ---------- */

a:link {color: #930; text-decoration: none;}
a:visited {color: #930; text-decoration: none;}
a:active {color: #930; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}

a.invert:link {color: #9BBB38; text-decoration: none;}
a.invert:visited {color: #9BBB38; text-decoration: none;}
a.invert:active {color: #9BBB38; text-decoration: none;}
a.invert:hover {color: #666666; text-decoration: none;}

a.menu:link {color: #000000; text-decoration: none;}
a.menu:visited {color: #000000; text-decoration: none;}
a.menu:active {color: #000000; text-decoration: none;}
a.menu:hover {color: #666666; text-decoration: none;}

a.box {display:block; float: left; margin: 10px 10px 0px 0px; padding: 5px 10px; color: #E58712; text-align: center; border:1px solid #E8E7D0; background-color:#F5F5E2;}
a.box:hover {color: #E58712; background-color: #F0F0D5;}

a.box_rechts {display:block; float: right; margin: 10px 0px 0px 10px; padding: 5px 10px; color: #E58712; text-align: center; border:1px solid #E8E7D0; background-color:#F5F5E2;}
a.box_rechts:hover {color: #E58712; background-color: #F0F0D5;}

a.box_button {display:block; max-width:300px; margin: 5px 5px 0px 0px; padding: 5px 10px; text-align: center; border:1px solid #E8E7D0; background-color:#F5F5E2;}
a.box_button:hover {color: #E58712; background-color: #F0F0D5;}

/* ---------- Text Styles ---------- */

h1 {
	margin: 5px 0px 17px;
	font-size: 1.8em;
	font-weight: 500;
	color: #999;
}

h2 {
	margin: 30px 0px 14px;
	font-size: 1.5em;
	color: #333;
}

h3 {
	margin: 30px 0px 12px;
	font-size: 1.2em;
	font-weight: 400;
	color: #666;
}

h4 {
	margin: 20px 0px 5px;
	font-size: 1.0em;
	font-weight: 300;
}

.text_klein {
	font-size: 0.8em;
}

.text_gross {
	font-size: 1.3em;
}

.text_aktiv {
	font-weight: bold;
	color:#333000;
}

.text_navigation {
	float: right;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.3em;
	color: #006F6F;
}



/* ---------- Layout Styles ---------- */

.breite_100pz {
	width: 100%;
	overflow: auto;
}

.balken_gruen {
	float: left;
	margin: 0px 0px 2px;
	padding: 0px 10px;
	background: #9BBB38 url(images/index_corner.gif) no-repeat top right;
}

.layout_bottom {
  vertical-align: bottom;
}

.layout_middle {
  vertical-align: middle;
}

.layout_box {
	display: block;
	margin: 0px 0px 5px;
	padding: 8px;
	color: #E58712;
	border: 1px solid #E8E7D0;
	background-color: #FAFAF0;
	text-align: center;
}

.layout_liste_top {
	display: block;
	margin: 0px 0px 0px;
	padding: 2px 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background: #9BBB38 url(images/index_corner.gif) no-repeat top right;
}

.layout_liste {
	display: block;
	margin: 0px 0px 0px;
	padding: 2px 5px;
	border-left: 1px solid #E8E7D0;
	border-right: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}

.layout_einspaltig {
	clear: both;
}

.layout_links {
	float: left;
}

.layout_rechts {
	float: right;
}

.layout_links_foot {
	float: left;
	font-size: 0.9em;
}

.layout_rechts_foot {
	float: right;
	font-size: 0.9em;
}

.layout_inline {
	display: inline;
}

.layout_clear {
	clear: both; margin-top:0x;
}



/* ---------- ID Styles ---------- */

div#main {
	clear: both;
	width: 760px;
	margin: 0px auto;
	text-align:left;
}

div#header {
	clear: both;
	padding: 30px 0px 0px;
	border-bottom: 1px solid #D1E3E7;
}

div#logo {
	font-size: 1.6em;
	font-weight: bold;
	color: #930;
}

div#login {
	float: right;
	margin-top: 0.7em;
	font-weight: normal;
}

div#menu {
	clear: both;
	height: 18px;
	padding: 5px 15px;
	color: #707070;
	font-size: 1.5em;
	
	background-repeat: repeat-x;
}

div#content {
	clear: both;
	padding: 15px;
	line-height: 1.3em;
	background-color:#FFFFFF;
}

div#footer {
	clear: both;
	padding: 5px 15px;
	font-size: 1.0em;
	border-top: 1px solid #F0F0F0;
	background-color: #F0F0F0;
	background-repeat: repeat-x;
}