/**************/
/* Allgemein */

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size : 12px; 
 line-height:18px;
 color:#333333;
 background-color:#ffffff;
 text-align:center;
 margin:0px;
}

p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size : 12px; 
 line-height:18px;
 color:#333333;
 padding:0px;
 margin:0px;
}

/***********************/
/* Schriftdefinitionen */

H1,H2,H3,H4,H5,H6 {font-weight:normal;}
H1 {font-size:20px; color:#0f4f34;} 
H2 {font-size:18px; font-weight:bold; color:#ff0000; padding:0px; margin:0px;}
H3 {font-size:15px; font-weight:bold; color:#007a3b;}
H4 {font-size:13px; font-weight:bold;}
H5 {font-size:12px; color:#ffffff; font-weight:bold; margin:0px;}
H6 {font-size:9px; color:#999999;}

ul, ol {
 margin-left:25px;
 list-style-image: url(../images/menupif.gif);
}

li {
 padding-bottom:5px;
 font-size:12px;
}

#website {
 float:left;
 width:1007px;
 margin:0px;
 text-align:left;
 background-color:#fefacd;
}

#title {
 height:194px;
 border: solid #CCCCCC; 
 border-width: 1px 1px 0px 1px; 
}

#left { 
 float:left;
 border:  solid #CCCCCC; 
 border-width: 0px;
 background-color:#fefacd;
 width:210px;
 color:#000;
 font-weight:normal;
}

#content {
 border: solid #CCCCCC; 
 background-color:#ffffff;
 border-width: 0px 1px 0px 0px; 
 width:745px;
 min-height:460px;
 float:right;
 padding-right:25px;
 padding-left:25px;
}

#footer { 
 float:left;
 width:1005px;
 height:145px;
 padding-top:5px;
 background-image:url(../images/footer.jpg); 
 background-repeat:no-repeat; 	
 border: solid #CCCCCC;
 border-width: 0px 1px 1px 1px;
 font-size:9px;
 color:#ffffff;
}

.img_left {
 margin-right:15px;
}

.img_right {
 margin-left:15px;
}

table {
 padding:0px;
 margin:0px;
}

/*** Allgem. Links Formatierung ***/
a {
 color:#007a3b;
}

/*** Menüformatierung ***/
.click-menu {
 width: 210px;
}

/* Standard-Boxen bei Seitenaufruf */
.click-menu .box1 a {
	margin: 0;
	padding-left:25px;
	font-size: 13px; 
	font-weight:bold;
 	height: 22px;
 	line-height: 22px;
  	text-align: left;
	border-bottom:1px solid #114f36; 
  	display: block;
  	color: #114f36;
  	text-decoration: none;
 	background-image:url(../images/menubg1.gif); 
 	background-repeat:no-repeat;
    position: relative;
}

/* Hover der geschlossenen Boxen */
.click-menu .box1-hover a {
	margin: 0;
	background-image:url(../images/menubg2.gif); 
	background-repeat:no-repeat;
	color: #ffffff; 
    font-weight: bold;
    font-size: 13px;
    text-decoration:none;
    font-family: verdana;
    padding-left: 25px;
    height: 22px;
 	line-height: 22px;
    display: block;
    border-bottom: 1px solid #114f36; 
    position: relative;    
}

/* Kopf der geöffneten Box */
.click-menu .box1-open a {
	background-image:url(../images/menubg2.gif); 
	background-repeat:no-repeat;
	color: #ffffff; 
	font-weight: bold;
    font-size: 13px;
    font-family: verdana;
    height: 22px;
 	line-height: 22px;
    padding-left: 25px;
    display: block;
    text-decoration:none;
    position: relative;
}

/* Hover der geöffneten Boxen */
.click-menu .box1-open-hover a {
    background-image:url(../images/menubg2.gif); 
	background-repeat:no-repeat;
	color: #fffde6; 
	height: 22px;
 	line-height: 22px;
    font-weight: bold;
    text-decoration:underline;
    font-size: 13px;
    font-family: verdana;
    padding-left: 25px;
    border-width: 1px;
    border-color: #003300;
    display: block;
    position: relative;
}

.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
/* Geöffnetes Menü */
.click-menu .section {
    background-color: #fffde6;
    font-family: verdana;
    font-size: 13px;
    line-height: 16px;
	padding: 5px 5px 6px 30px;
    border-color: #003300;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: none;
}

/* Links im geöffneten Menü (Section) */
.click-menu .section a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section a:hover {
    color: #004400;
    text-decoration: underline;
    white-space: nowrap;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: red;
}

/* Ergänzung für Menü ohne Submenü */
/* Geöffnetes Menü */
.click-menu .section2 {
	background-color: #fefacd;
	font-family: verdana;
	border-color: #003300;
	border-top: 0px solid;
	display: none;
	position:absolute;
	top: 818px;
}

