/* Hintergrund bzw Hintergrunfarben ändern */
body{
	margin-top: 0px;
}
.hintergrund {
	background-color: #f2ebdf;
	background-image: url(images/verlauf-body.jpg);
	background-repeat: repeat-x;
	} /* Hintergrundfarbe für body, dem Body eine class zuweisen */


/* Schriften allgemein */
body,td,p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	font-size:12px;
	color:#513127;
	vertical-align:top;
	}

/* Links allgemein formatieren */

a:link {
	color:#513127; 
	text-decoration: underline;
	line-height: 15px;
	font-size:12px;
	}
a:visited {
	text-decoration: underline;
	line-height: 15px;
	font-size:12px;
	}
a:hover, a:active {
	text-decoration:none;
	color:#513127;
	line-height: 15px;
	font-size:12px;
}


/* Firma */

a.firma:link, a.firma:visited {
font-size:20px; font-weight:bold; color:#fff; text-decoration: none; line-height: 28px;
	}
a.firma:hover, a.firma:active {
font-size:20px; font-weight:bold; color:#513127; text-decoration: none;
	}

/* Toolsformatierung  */
#subnavi a 
{
	font-weight:normal;
	color: #513127;
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: #e9ddc9;
}

#subnavi a:hover
{
	font-weight:normal;
	color: #513127;
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: #e9e1d4;
}

/* Links im Footer - Links visited ueberschreibt die navicolor darum entfernen und ueber standard html im template body eintragen */

a.footer:link, a.footer:visited {
	color:#513127; 
	font-weight: normal;
	text-decoration: none;
	font-size:12px;
	}
a.footer:hover, a.footer:active{
	text-decoration:underline;
	color:#513127;
	font-weight: normal;
	font-size:12px;
	}


/* Überschriften formatieren */
h1,h2,h3 {
	font-size:18px; font-weight:bold; margin-bottom:10px; color:#513127; line-height: 23px;
	}

h4, h5, h6, h7 {
	font-size:13px; font-weight:bold; margin-bottom:10px; color:#513127; line-height: 18px;
	}

/* Text Navigation formatieren */
.menulevel1,.menulevel2,.menulevel3,.locator,.navigator,.sitemaplevel1,.sitemaplevel2,.sitemaplevel3,.submenu{
	font-weight:normal;
	font-size:12px;
	color:#513127;
	}

.menulevel1 a:link,.menulevel1 a:visited,.menulevel1 a:active,.menulevel1 a:hover,.menulevel2 a:link,.menulevel2 a:visited,.menulevel2 a:active,.menulevel2 a:hover,.menulevel3 a:link,.menulevel3 a:visited,.menulevel3 a:active,.menulevel3 a:hover,.locator a:link,.locator a:visited,.locator a:active,.locator a:hover,.navigator a:link,.sitemaplevel1 a:link,.sitemaplevel2 a:link,.sitemaplevel3 a:link,.sitemaplevel1 a:visited,.sitemaplevel2 a:visited,.sitemaplevel3 a:visited,
.sitemaplevel1 a:active,.sitemaplevel2 a:active,.sitemaplevel3 a:active,.sitemaplevel1 a:hover,.sitemaplevel2 a:hover,.sitemaplevel3 a:hover,.submenu a:link,.submenu a:visited,.submenu a:active,.submenu a:hover{
	text-decoration:none;
	font-size:12px;
	}




/* Gestaltungselemente */
IMG			{ border:0px; }
hr			{ height:1px; border:solid #513127 0px; border-top-width:1px; }
.bodyline	{ background-color: #fff; border: 1px #513127 solid; }
.cmsline	{ background-color: #fff; border: 2px #513127 solid; }
.innerline	{ border: 2px #513127 solid; }


/* Verschiedene Formulare anpassen */
form{margin:0px;padding:0px}

.searchbox .submit{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#513127;
	font-weight:normal;
	border:1px solid #a59687;
	background-color:#e9ddc9;
	height: 20px;
}
.searchbox .text{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#513127;
	border: 1px solid #a59687;
	background-color:#f2ebdf;
	width: 110px;
	height: 20px;
	}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#513127;
	border:1px solid #e9ddc9;
	background-color:#fff;
	height: 20px;
	}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#513127;
	border:1px solid #e9ddc9;
	background-color:#fff;
	width: 230px;
	}


/* Navigation als Tabelle - hier erfolgt die Formatierung */

#navcontainer {
	margin-top:0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

#navcontainer li { margin: 0; }

#navcontainer a 
{
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
	text-decoration: none; /* Hauptmenüpunkt */
}

#navcontainer a:hover
{
	text-decoration: none;
	font-weight:normal;
	background: #e9e1d4;
	color: #513127; /* Hauptmenüpunkte bei OnMouseover */
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 5px 5px 5px 30px;
	text-decoration: none; /* Hauptmenüpunkt II */
}

#navcontainer ul ul a:hover
{
	text-decoration: none;
	font-weight:normal;
	background: #e9e1d4;
	color: #513127; /* Unterpunkte II bei OnMouseover */
}

#navcontainer ul ul ul a
{
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 5px 5px 5px 40px;
	text-decoration: none; /* Hauptmenüpunkt III */
}

#navcontainer ul ul ul a:hover
{
	text-decoration: none;
	font-weight:normal;
	background: #e9e1d4;
	color: #513127; /* Unterpunkte bei OnMouseover */
}


.activeclass1
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9e1d4;
}
.inactiveclass1
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9ddc9;
}

.activeclass2
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9e1d4;
}
.inactiveclass2
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9ddc9;
}

.activeclass3
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9e1d4;
}
.inactiveclass3
{
	font-weight:normal;
	color: #513127;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #e9ddc9;
}


/* Ab hier unwichtige bzw Reservescripte */


/* Internen Editor formatieren - am besten so lassen wie es ist */
.edit{font-size:8.0pt;color:black;background-color:#fff;}
.edit a:link,.edit a:visited,.edit a:active,.edit a:hover{font-weight:normal;text-decoration:none;color:black;}



