/* CSS Document */

/* Allgemeines */
/* Abstand für alle Elemente auf 0 setzen*/
*{
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 1.4em;
	background-color: #D0D5D9;
	color: #333333;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	background-attachment: scroll;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrap #navigation ul li {
	height: 30px;
	padding-right: 20px;
	list-style-type: none;
	display: block;
	margin: 0px;
	line-height: 30px;
	float: left;
}

#wrap #header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-left: 110px;
}

.input_form {
	font-size: 100%;
	color: #333333;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #EBEBED;
}


h1,h2,h3,h4,h5,h6,dl,dt,dd,p,input,textarea,select {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,a:hover,a:visited {
	text-decoration: none;
	color: #911919;
}


ul,li {
	list-style-type: none;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
}

/* Rahmen von Bildern entfernen */
img, a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* Element aus dem Float entfernen */
.clear {
	clear: both;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

/* Seitenbereiche */
#wrap {
	width: 900px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: auto;
	background-attachment: scroll;
	background-image: url(../img/hand.jpg);
	background-repeat: no-repeat;
	background-position: right 140px;
	border: 1px solid #999999;
}

#header {
	width: 800px;
	text-align: left;
	height: 80px;
	vertical-align: bottom;
	clear: both;
	padding-top: 10px;
	margin: auto;
	background-attachment: scroll;
	background-image: url(../img/bg-header1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navigation {
	height: 30px;
	width: 780px;
	line-height: 30px;
	clear: both;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin: auto;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #000066;
	background-attachment: scroll;
	background-image: url(../img/bg-nav1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.li-aktiv-re {
	background-attachment: scroll;
	background-image: url(../img/navi-bg-re-a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30px;
	display: block;
	line-height: 30px;
}


#navigation2 {
	display: block;
	height: 21px;
	width: 800px;
	text-align: right;
	line-height: 20px;
}

#inhalt {
	text-align: left;
	z-index: 1;
	width: 800px;
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	background-attachment: scroll;
	background-image: url(../img/bg-inhalt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 90%;
	color: #999999;
	margin: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap #header h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-left: 120px;
}
#header2 {
	width: 790px;
	text-align: right;
	vertical-align: bottom;
	clear: both;
	padding-right: 10px;
	color: #999999;
	margin: auto;
	padding-bottom: 5px;
}
#wrap #header2 a {
	color: #999999;
}

#wrap #inhalt h1 {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin-top: 10px;
	margin-bottom: 5px;
}
#wrap #inhalt h2 {
	font-size: 12px;
	font-weight: bold;
	color: #669999;
	margin-top: 10px;
	margin-bottom: 5px;
}
#wrap #inhalt li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
#wrap #navigation ul li a {
	list-style-type: none;
	margin: 0px;
	display: block;
	color: #FFFFFF;
}
.sitenav-akt {
	font-size: 110%;
	font-weight: bold;
	color: #1C1C74;
}
