
	/* Beginn Grund-Layout */

div.header
{
float:none;
border: 0px solid #663300;
width:760px;
height: 120px;
text-align:center;

background: url(pictures/header_bg_sign.png);
background-repeat:no-repeat;
}

div.navigation
{
border:0px solid #000000;
width:150px;
float:left;
line-height:30px;
}

div.main
{
float:right;
border:0px solid #000000;
width:550px;
text-align: left;
}

div.centerall
{
float:none;
border:0px solid #000;
width: 770px;
margin: 0px auto;
}

	/* Ende Grund-Layout */
	/* Beginn Menü-Layout */

#menucontainer {
border:1px solid #606060;
background-color:#FFFFFF;
width:130px;
float:left;
line-height:30px;
}

	/* Link-Schriftformatierung und Hintergrundbilder */

a.navi {
display:block;
width: 180px;
height: 30px;
padding: 0px;
border: 1px solid #663300;
background-color: #FFFFFF;

font-family:Arial, Helvetica, sans-serif; color: #391E00; font-size: 10pt; font-weight:bold; font-style:bold; text-decoration: none;
text-align: center;
}

a.navi:hover {
background-color:#CCFF99;
border: 1px solid #99CC66;

color: #663300; 
text-decoration: none;
}


a.specialnavi {
display:block;
width: 180px;
height: 30px;
padding: 0px;
border: 1px solid #663300;
background-color: #FFFFFF;

font-family:Arial, Helvetica, sans-serif; color: #669933; font-size: 10pt; font-weight:bold; font-style:bold; text-decoration: none;
text-align: center;
}

a.specialnavi:hover {
background-color:#CCFF99;
border: 1px solid #99CC66;
color: #663300; 
text-decoration: none;
}

a.termine {
display:block;
width: 180px;
height: 30px;
padding: 0px;
border: 1px solid #663300;
background-color: #F5E5E5;

font-family:Arial, Helvetica, sans-serif; color: #990000; font-size: 10pt; font-weight:bold; font-style:bold; 
text-decoration: none;
text-align: center;

}

a.termine:hover {
background-color:#CCFF99;
border: 1px solid #99CC66;
color: #663300; 
text-decoration: none;
}


     /* Navigationshintergrund der aktuellen Seite / des Verzeichnisses */

a.dumbnavi {
display:block;
width: 180px;
height: 30px;
padding: 0px;
border: 1px solid #663300;
background-color: #DCFDBC;

font-family:Arial, Helvetica, sans-serif; color: #391E00; font-size: 10pt; font-weight:bold; font-style:bold; text-decoration: none;
text-align: center;
}

a.dumbnavi:hover {
color: #391E00; text-decoration: none;
}



	/* Ende Menü-Layout */
	/* Beginn Allgemeines Layout */

body
{
background: #FFFFFF url(pictures/marb001.jpg);
background-attachment:fixed;
}


	/* Allgemeine Schrift- und Linkformatierung */

h1{
font-family:Arial, Helvetica, sans-serif; color: #663300; font-size:12pt; font-weight:bold; font-style:bold;
}

h2{
font-family:Arial, Helvetica, sans-serif; color: #663300; font-size:12pt; font-weight:normal; font-style:normal;
}

h3{
font-family:Arial, Helvetica, sans-serif; color: #669933; font-size:10pt; font-weight:normal; font-style:normal;
}

h4{
font-family:Arial, Helvetica, sans-serif; color: #663300; font-size:10pt; font-weight:bold; font-style:bold;
}

ul{
font-family:Arial, Helvetica, sans-serif; color: #663300; font-size: 12pt; font-weight:normal; font-style:normal;
}


a.link{
font-family:Arial, Helvetica, sans-serif; color: #669933; font-size: 12pt; font-weight:normal; font-style:normal; text-decoration:none; 
}

a.link:hover{
color: #669933;
text-decoration: none 
}


a.small{
font-family:Arial, Helvetica, sans-serif; color: #669933; font-size: 10pt; font-weight:bold; font-style:bold; text-decoration:none; 
}

a.small:hover{
color: #669933;
text-decoration: none 
}


img{
border:0px;
}

hr
{
border: solid  #663300 1px;
}



