@charset "UTF-8";

.inhalt {
	text-align: left;
	background-image: url(pics/note1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #7A1017;
	padding-top: 30px;
	padding-right: 150px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 14px;
}
.inhaltStart {
	text-align: left;
	background-image: url(pics/logo1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #7A1017;
	padding-top: 30px;
	padding-right: 150px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 14px;
}
.backg {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	background-color: #9b141b;
	background-image: url(pics/backg.jpg);
}
.tabback {
	background-color: #fef1e1;
	Height: 100%;
}
.navig {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #640006;
	border-right-color: #640006;
	border-bottom-color: #640006;
	border-left-color: #640006;
	background-image: url(pics/nav/navback.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}
.navshade {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #640006;
	border-right-color: #640006;
	border-bottom-color: #640006;
	border-left-color: #640006;
}
.navshadeLR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #640006;
	border-right-color: #640006;
	border-bottom-color: #640006;
	border-left-color: #640006;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    Height: 100%;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


#dropmenudiv{
	z-index:100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	width: 180px;
	border: 1px none #4B83A4;
	position: absolute;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: left;
	color: #FFF;
}

#dropmenudiv a{
	width: 180px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	float: left;
	background-color: #861014;
	border: 1px none #477C9A;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 18px;
	color: #fef1e1;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #58070d;
}
.picline {
	border: 1px solid #9A131B;
}

h1 {
	font-size: 16px;
	color: #6B0808;
}
h2 {
	font-size: 16px;
	color: #800;
}
a:link {
	color: #640806;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #810000;
}
a:hover {
	text-decoration: underline;
	color: #D82F13;
}
a:active {
	text-decoration: none;
	color: #810000;
}
