@charset "utf-8";
/* Farben, Schriftarten, Bilder */


body{
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
}

.haupttabelle{
	background-color:#FFFFFF;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ************** OBEN ************** */

#titel-oben{
	background-color: #00864A;
}

#titel-mitte{
	background-color: #CEDFCE;
        color:#67aa67;
        font-size: 12px;
        font-weight:bold;
}

#titel-unten{
	background-color: #00864A;
    font-size: 12px;
    font-weight:bold;
	color: #AACCAA;
}

#frameoben a {
	color: #060;
}
#frameoben a:hover {
	color: #009966;
}
#frameoben a:active {
	color: #009966;
}
#frameoben .text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #155300;
}

#frameoben h1{
	color: #FFFFFF;
	letter-spacing: 10px;
	font-size:28px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

#frameoben h2{
	text-align:center;
	color:#B7FFB7;
	font-size:18px;
	margin-top:-15px;
	text-shadow:#003300;
}

#titel-unten a{
	color: #9F9;
}


/* ************** NAVIGATION ************** */

#framelinks {
	font-size: 12px;
}


#framelinks p{
	background-color: #CEDFCE;
}

#framelinks a{
	color:#006600;
}

/* ************** Rechts ************** */
#framerechts {
	font-size: 12px;
}

#framerechts p{
	background-color: #CEDFCE;
}

#framerechts a{
	color:#006600;
}

/* ************** Content ************** */
#content{
	color:#003300;
	font-size:14px;
}
#content strong{
	font-style:normal;
	font-weight:normal;
	background-color:#DFD;
}

#content a{
	color:#009900;
	text-decoration:none;
	border:#eee 1px dashed;
}
#content a:hover{
	color:#00AA00;
	text-decoration:underline;
	border:#000000 1px  dashed;
}

#content h1{
	font-size:16px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	color: darkgreen;
	border-color:#333333;
	letter-spacing: .2em;
	border-right-width: 20px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color:#333333;
	border-left-color: #333333;
	background-color: #DDD;
}


#content h2{
	font-size:14px;
	font-weight:bold;
	color: #005500;
	margin-top: 0px;
}


/*********************** NEWS ***************************/
.newsblock{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 90%;
	border: 1px solid silver;
	background-color: #CEDFCE;
	color:#003300;
	font-size:14px;
}
.newsblock a{
	color:#009900;
	text-decoration:none;
	border:#eee 1px dashed;

}

.newstitel{
	background-color:#00864A;
	color: white;
	width:100%;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
}
.adminoptions{
	background-color:#00864A;
	color: white;
	/* width: 150px; */
	float: right;
	padding: 1px 2px 1px 2px;
}
.adminoptions a{
	color: white;
}

.newsteaser{
	background-color: #CEDFCE;
	display: block;
	width:90%;
	text-align:justify;
	padding: 5px 15px 10px 15px;
}
#content .newsteaser{
	background-color: #CEDFCE;
	display: block;
	width:100%;
	text-align:justify;
	padding: 1px 2px 1px 2px;
	font-size:12px;
}

#content .newstitel img{
	float:left;
}
.newstitel a{
	color: lightgreen;
	margin-left: 20px;
}

#content .newsteaser a{
	font-variant:small-caps;
	font-weight:bold;
	border: none;
	text-decoration:none;
	margin: 1px 5px 1px 5px;
}
#content .newsteaser a:hover{
	background-color: white;
	color: black;
}

