html {
	background-color: #93241D;
}
*{
	padding: 0;
	margin: 0;
}
a {
	outline: none;
	color: #93241D;
}


body {
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 82%;
	color: #666;
	background-color: #DFDFDF;
}
.text {
	color: #666;
}
input {
	padding: 2px;
	background-color: #EBEBEB;
	font-size: 12px;
	border: 1px solid #999;
}
textarea {
	font-size: 12px;
	background-color: #EBEBEB;
	padding: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	border: 1px solid #999;
}
.klein {
	font-size: 12px;
}
.input-button {
	color: #93241D;
	background-image: url(../img/bg-button.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	padding: 4px;
	border: 1px solid #999;
}
.input-button-fett {
	color: #93241D;
	font-weight: bold;
	background-image: url(../img/bg-button.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999;
	padding: 4px;
	background-color: #CCC;
}

.input_form {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.rahm {
	padding: 2px;
	border: 1px solid #999;
}

#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 130px;
	margin-left: auto;
	display: block;
	clear: both;
}
#header {
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 900px;
	margin: 0px;
}

#navbar {
	width: 900px;
	vertical-align: bottom;
	height: 45px;
	background-image: url(../img/bg-nav.jpg);
	background-repeat: no-repeat;
}
/* #navbar ul {
	list-style: none;
	margin-left: 130px;
	height: 30px;
}
#navbar li {
	color: #666;
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	background-color: #CCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 18px;
}
#navbar a {
    display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#navbar #current a {
	color: #93241D;

}
#navbar li#current {
	background-color: #FFF;

}
#navbar a:hover {
	color: #93241D;
} */
#main {
	background-image: url(../img/bg-maintop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	background-color: #FFF;
	display: block;
	height: 100px;
}
#wrapper #main h1 {
	margin-left: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#inhalt {
	background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-y;
	width: 740px;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 20px;
	clear: both;
	height: auto;
	display: block;
}
#left {
	float: left;
	height: auto;
	width: 508px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 20px;
	display: block;
}
#wrapper #inhalt h3 {
	color: #93241D;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}


#wrapper #inhalt #left p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
#wrapper #inhalt #left h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	clear: both;
	color: #93241D;
}
#wrapper #inhalt #left ul li {
	margin-left: 20px;
	padding-bottom: 8px;
}
#wrapper #inhalt #left .box h3 {
	color: #93241D;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.clear {
	clear: both;
}
.box {
	padding: 10px;
	height: auto;
	width: 485px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	background-image: url(../img/bg-box.jpg);
	background-repeat: repeat-x;
}



.img-re-rahm {
	padding: 2px;
	float: right;
	border: 1px solid #999;
}
.img-li-rahm {
	padding: 2px;
	float: left;
	border: 1px solid #999;
	margin-right: 20px;
}

.zentriert {
	text-align: center;
}

.initial {
	font-style: normal;
	font-weight: normal;
	float: left;
	/*	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	display: inline;
	width: auto;
	font-size: 20px;
	line-height: 31px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	color: #93241D;
	background-image: url(../img/hinweis.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
.hinweis {
	color: #93241D;
}
.hinweisklein {
	color: #93241D;
	font-size: 12px;
}



#sidebar {
	float: right;
	width: 180px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #inhalt #sidebar h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	background-image: url(../img/aktuell.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	line-height: 22px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #inhalt #sidebar p {
	font-size: 12px;
	padding-bottom: 10px;
}



#footer-out {
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	display: block;
	height: 130px;
	background-image: url(../img/bg-footer-out.jpg);
	margin-top: -130px;
}
#footer-in {
	background-image: url(../img/bg-footer-in.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
}
#footer-in p {
	color: #FFF;
	text-align: center;
	font-size: 85%;
	height: 1%;
	clear: both;
	padding-top: 90px;
}
#footer-in a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #inhalt #left table tr td {
	font-size: 12px;
	vertical-align: top;
}

