BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #681C26;
	scrollbar-3dlight-color : #F4D8DC;
	scrollbar-arrow-color : #F4D8DC;
	scrollbar-base-color : #681C26;
	scrollbar-darkshadow-color : #681C26;
	scrollbar-highlight-color : #681C26;
	scrollbar-shadow-color : #F4D8DC;
	scrollbar-track-color : #681C26;	
}

/* Allgemeine Einstellungen */
HR {
	color: #000000;
	border: none;
	height: 1px;
}

TD, P, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
h1{
	font-size: 16px;
	color: #681C26;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
h2{
	font-size: 14px;
	color: #681C26;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}
h3{
	font-size: 12px;
	color: #681C26;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
h4{
	font-size: 11px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}
P {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	color: #B38188;
	text-decoration: underline;
}
A:hover {
	color: #681C26;
}

/* Farbangaben für TabellenZellen */
.tdbg01 {
	background-color: #000000;
}
.tdbg02 {
	background-color: #FFFFFF;
}
.tdbg03 {
	background-color: #681C26;
}
.tdbg04 {
	background-color: #B38188;
}
.tdbg05 {
	background-color: #F4D8DC;
}

.tdright {
	background-color: #681C26;
	background-image: url(../img/tabelle_04.gif);
	background-repeat: repeat-y;
}

.tdleft {
	background-color: #681C26;
	background-image: url(../img/tabelle_02.gif);
	background-repeat: repeat-y;
}

/* Haupttabelle */
DIV#main {
	text-align: center;
	margin: 15px;
	}
	
/* Kopf Bereich */
DIV#header {
	margin-bottom: 30px;
}

/* Navigation */
DIV#nav {
	float: left;
	width: 163px;
	height: 380px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #681C26;
	background-repeat: no-repeat;
	background-image: url(../img/bg_nav.gif);
}
#nav DIV{
}
#nav DIV UL {
}
#nav DIV UL LI {
	list-style: none;
	line-height: 17px;
}
/* Abstand zwischen den Navigationen */
#nav DIV.secnav {
	padding-top: 140px;
}

#nav DIV A:visited, #nav DIV A:link  {
	font-weight: bold;
	text-decoration: none;
	color: #681C26;
}
#nav DIV A:hover, #nav DIV A:active {
	color: #DA0000;
	font-weight: bold;
}
#nav DIV A SPAN {
	color: #FFFFFF;
	font-weight: normal;
}
#nav DIV .active A:link, #nav DIV .active A:visited, #nav DIV .active A:active, #nav DIV .active A:hover, #nav DIV .active A SPAN {
	color: #DA0000;
	font-weight: bold;
}

/* Content */
DIV#content {
	float: right;
	background-color: #FFFFFF;
	background-image: url(../img/bg_content.gif);
	background-repeat: no-repeat;
	width: 509px;
	border: 2px dotted #B38188;
	margin: 0px;
	margin-top: 5px;
	margin-right: 10px;
}
DIV#content DIV {
	padding: 10px;
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Fload löschen */
.clear {
	clear: both;
}

/* Footer */
DIV#footer DIV {
	width: 666px;
	height: 20px;
	/* border-top: 1px solid #FFFFFF; */
}


/* Formulare Formatieren */
FORM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
INPUT,TEXTAREA,SELECT {
	color: #000000;	
	font-size: 11px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px 1px 1px 1px solid #681C26;
	scrollbar-3dlight-color : #F4D8DC;
	scrollbar-arrow-color : #F4D8DC;
	scrollbar-base-color : #681C26;
	scrollbar-darkshadow-color : #681C26;
	scrollbar-highlight-color : #681C26;
	scrollbar-shadow-color : #F4D8DC;
	scrollbar-track-color : #FFFFFF;	
}
	
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height:80px;
}
LABEL {
	color: #681C26;
	font-size: 11px;
	font-weight: bold; 
	vertical-align: top;
	width: 80px;	
}
