html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: small;
	margin: 10px;
	padding: 0px;
	background-color: #000066;
}
#seite {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../grafiken/template/hinterg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../grafiken/template/header.gif);
	height: 83px;
	background-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
#titel h1
{
	font-size: 12px;
	margin: 0px;
	float: right;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#text {
	background-image: url(../grafiken/template/hinterg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 760px;
}

#navi {
	background-color: #FFE091;
	width: 160px;
	float: left;
}
#navi ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navi li li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
}

.menu {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
a.menu:hover {
	background-image: url(../grafiken/template/menu-verlauf.gif);
	background-repeat: repeat-y;
	color: #FA551A;
}
.menu2 {
	color: #FA4B11;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../grafiken/template/menu-verlauf.gif);
	background-repeat: repeat-y;
}
.submenu {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	font-size: 11px;
}
a.submenu:hover {
	background-image: url(../grafiken/template/menu-verlauf.gif);
	background-repeat: repeat-y;
	color: #FA551A;
}
.submenu2 {
	color: #FA4B11;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	font-size: 11px;
}

#content {
	width: 560px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#content hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FA551A;
}


#content h2{
	font-size: medium;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FA4B11;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#content h3 {
	font-size: small;
	color: #FA5116;

}
#content h3 em {
	font-style: italic;
	font-weight: normal;
}


#content a, #content a:visited {
	color: #AC481A;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content ol, #content ul {
	margin-top: 4px;
	margin-bottom: 0px;
}
#content li {
	margin-bottom: 4px;
}
#bdt {
	float: left;
	margin-left: 17px;
	margin-top: 29px;
}
#logo {
	margin-left: 205px;
}
#fuss {
	background-image: url(../grafiken/template/fuss.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#ende 
{
	clear:both;
	margin: 0px;
	padding: 0px;
}
.paar {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 24px;
}
.achtung2 {
	background-color: #FFF4D9;
	padding: 2px;
}
.achtung1 {
	color: #660000;
}
.rechts {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.links {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
form {
	display: inline;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #FA551A;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listabc {
	list-style-type: lower-alpha;
}

