/* Hintergrund bzw Hintergrunfarben ändern */
body{
margin-top: 0px;
}
.hintergrund {
background-color: #cdcdcd;
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:14px;
color:#787878;}
/* Links allgemein formatieren */
a:link, a:visited {
color:#84b923; 
text-decoration: none;
line-height: 16px;
font-size:14px;
}
a:hover, a:active,{
text-decoration:underline;
color:#84b923;
line-height: 16px;
font-size:14px;
}
/* Firma */
a.firma:link, a.firma:visited {
font-size:22px; font-weight:bold; color:#84b923; text-decoration: none; line-height: 30px;
	}
a.firma:hover, a.firma:active {
font-size:22px; font-weight:bold; color:#787878; text-decoration: none;
	}
/* Links im Footer */
a.footer:link, a.footer:visited {
color:#84b923; 
text-decoration: none;
font-size:14px;
}
a.footer:hover, a.footer:active,{
text-decoration:underline;
color:#787878; 
font-size:14px;
}
/* Überschriften formatieren */
h1,h2,h3{font-size:14px;font-weight:bold;margin-bottom:10px; color:#787878;}
h4, h5, h6, h7 {font-size:12px;font-weight:bold;margin-bottom:10px;color:#787878;}
.teaser {font-size:12px;font-weight:bold;color:#fff; padding-left: 10px; background-image: url(images/verlauf-teaser.jpg); background-repeat:repeat-x;}
/* Abstaende Content-Bereich */
.abstand-content {padding: 5px 10px 20px 10px;} 
/* Grafiken vor Navipunkt - muss deaktiviert werden wenn die Navi eine Tabelle sein soll, ansonsten wird es eine Liste mit Aufzählung
ul.menulevel1,ul.menulevel2,ul.menulevel3,ul.sitemaplevel1,ul.sitemaplevel2,ul.sitemaplevel3,ul.submenu,ul.search{
padding-left: 0;
margin-left: 0;
list-style: none;
}
li{line-height:1.5;}
li.doc{padding-left: 12px;background-image: url(menu/doc.gif);background-repeat: no-repeat;}
li.docs{padding-left: 12px;background-image: url(menu/docs.gif);background-repeat: no-repeat;}
li.sdoc{padding-left: 12px;background-image: url(menu/sdoc.gif);background-repeat: no-repeat;}
li.sdocs{padding-left: 12px;background-image: url(menu/sdocs.gif);background-repeat: no-repeat;}
*/
/* Text Navigation formatieren */
.menulevel1,.menulevel2,.menulevel3,.locator,.navigator,.sitemaplevel1,.sitemaplevel2,.sitemaplevel3,.submenu{
font-weight:normal;
font-size:12px;
color:#787878;
}
.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 #787878 0px;border-top-width:1px;}
.bodyline	{ background-color: #fff; border: 1px #787878 solid; }
.cmsline	{ background-color: #fff; border: 2px #787878 solid; }
.innerline	{ border: 2px #787878 solid; }
/* Verschiedene Formulare anpassen */
form{margin:0px;padding:0px}
.searchbox .submit{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12pxpt;
color:#787878;
font-weight:normal;
border:1px solid #d5d5d5;
background-color:#fff;
width: 60px;
}
.searchbox .text{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#787878;
background-color:#ffffff;
border:1px solid #d5d5d5;
width: 140px;
}
input {
border : 1px solid #d5d5d5;
background-color : #fff;
font-size:12px;
color:#787878;
text-indent:2px;
}
textarea {
border : 1px solid #d5d5d5;
background-color : #fff;
font-size:12px;
color:#787878;
text-indent:2px;
width:98%;
}
/* Navigation als Tabelle - hier erfolgt die Formatierung */
#navcontainer {
	margin-top:0px;	
	background-color: #f3f3f3;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #787878;
}
#navcontainer li { margin: 0; }
#navcontainer a 
{
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 10px;
	text-decoration: none;
	color: #787878; /* Hauptmenüpunkt */
}
#navcontainer a:hover
{
	text-decoration: none;
	background-color: #D5D5D5;
	color: #fff; /* Hauptmenüpunkte bei OnMouseover */
}
#navcontainer ul ul li { margin: 0; }
#navcontainer ul ul a
{
	display: block;
	padding: 5px 2px 5px 20px;
	text-decoration: none;
	color: #787878; /* Hauptmenüpunkt II */
}
#navcontainer ul ul a:hover
{
	text-decoration: none;
	background-color: #D5D5D5;
	color: #fff; /* Unterpunkte II bei OnMouseover */
}
#navcontainer ul ul ul a
{
	display: block;
	padding: 5px 2px 5px 30px;
	text-decoration: none;
	color: #787878; /* Hauptmenüpunkt III */
}
#navcontainer ul ul ul a:hover
{
	text-decoration: none;
	background-color: #D5D5D5;
	color: #fff; /* Unterpunkte bei OnMouseover */
}
.activeclass1
{
	background-color: #D5D5D5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.inactiveclass1
{
	background-color: #ebebeb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.activeclass2
{
	background-color: #D5D5D5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.inactiveclass2
{
	background-color: #ebebeb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.activeclass3
{
	background-color: #D5D5D5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.inactiveclass3
{
	background-color: #ebebeb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;	
}
/* 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;}
/* Header-Bilder wechseln anhand Seitentitel */
.headerpic 
{ 
background-image:url('<?php 
if(substr($su,0,6)==substr('Startseite',0,6)) echo "templates/2menues/images/startseite.jpg"; 
else if($su=='') echo "templates/2menues/images/startseite.jpg"; 
else if(substr($su,0,6)==substr('Aktuelles',0,6)) echo "templates/2menues/images/aktuelles.jpg"; 
else if(substr($su,0,6)==substr('Grabmale',0,6)) echo "templates/2menues/images/grabmale.jpg"; 
else if(substr($su,0,6)==substr('Restaurierungen',0,6)) echo "templates/2menues/images/restaurierungen.jpg"; 
else if(substr($su,0,6)==substr('Stein_%2B_Bau',0,6)) echo "templates/2menues/images/steinundbau.jpg"; 
else if(substr($su,0,6)==substr('Bildhauerei',0,6)) echo "templates/2menues/images/gartenobjekte.jpg"; 
else if(substr($su,0,6)==substr('Kontakt%2FImpressum',0,6)) echo "templates/2menues/images/kontakt.jpg"; 
else if(substr($su,0,6)==substr('Anfahrt',0,6)) echo "templates/2menues/images/anfahrt.jpg"; 
else echo "templates/2menues/images/default.jpg"; 
?>'); 
background-repeat: no-repeat; 
}
