@charset "utf-8";

/* -----------------ALLGEMEIN----------------- */

.bg {background-image: url(../img/bg_body.gif);background-color: #f0f0f0;
	background-repeat: repeat-x;
	background-position: center top;}

body#blank { background-color:#b5cb7e; padding:20px; background-image:url(../img/bg_blank.jpg); background-repeat:no-repeat }
#headDiv {
	
	text-transform: uppercase;
	color: #979466;
	text-align: right;
	position:relative;
	
}

#headNav {
font-size: 9px;
	font-family: Tahoma, sans-serif;
	padding-top: 12px;
	padding-right: 2px;
	margin-right:15px;
}


#headNav a:link {color: #979466;}
#headNav a:hover img, .trans:hover{color: #CFCEB8; -moz-opacity: 0.5;
    opacity: 0.5;
	filter:alpha(opacity=50);}




body#mess { background-color: #FFFFFF; padding:20px;}

#mess {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	font: 11px/18px Tahoma, Geneva, sans-serif;
	position:relative;
	height:1100%;
	padding-top:250px;
	overflow: hidden;
	

}


.clear { clear: both; }

h1 {
	margin-bottom: 14px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	color: #9eb073;
}

.floral 

{
	background-image: url(../img/floral.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	padding-top:15px;
	height:40px;
}


h1 a:link {
	margin-bottom: 14px;
	padding-top:22px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	color: #9eb073;
}

h1 a:visited {
	margin-bottom: 14px;
	padding-top:22px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	text-transform: uppercase;
	color: #9eb073;
}

h2 {
	margin-bottom: 10px;
	padding-top:14px;
	text-transform: none;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
h5 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16px;
	color: #685c48;
}



.button {
	color:#bb6729;
	background-color:#FFFFFF;
	height: 20px;
	cursor:pointer;
	z-index:100;
	background-image: url(../img/log_button.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right:5px;
	border: 1px solid #ffa800;
	padding-top: 1px;
	padding-bottom: 3px;

	font-size:10px;
	text-transform: uppercase;	
}


.button:hover{
	background-image: url(../img/log_button.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#bb6729;
	border: 1px solid #e2c4a8;
	
	
}


.buttoninvisible {
	
	cursor:pointer;
	z-index:100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#06751f;
	text-align:left;
	margin-left:-6px;
	margin-top:-3px;
	background:url(../img/spacer.gif);
	
	


	

}


.buttoninvisible:hover{
	cursor:pointer;
	z-index:100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#06751f;
	margin-left:-6px;
	margin-top:-3px;
	text-align:left;
	color: #999;
	text-decoration: none;
	
	
}

.mark {color:#CC0000;}
.ii{
margin-left:4px;
float:left;
background:#efefef;
}

.ii img{
position:relative;
left:-4px;
top: -4px;
background:#fff;
padding:4px;
border:1px solid #ccc;

}

.r{
margin:8px 0 10px 10px;
float:left;

} 


.cell {
	padding:10px;
	background-image: url(../img/bg_cell.gif);
	background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFFF;
	position: relative;
}


.cell:hover {
	padding:10px;

	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6d06e;
	
}

.cellspan {
	padding:5px;
	background-image: url(../img/bg_cell.gif);
	background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D8C7;
	margin-top:15px;
	margin-bottom:10px;
}


.cellspan:hover {
	padding:5px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6d06e;
	
}

.cellmark:hover{;
	
}



/* -----------------Formulare----------------- */
input, textarea {
	border: 1px solid #cddda6;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #82ba8f;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #ffa800;
}

input {
	height:18px;

}
select {
	border: 1px solid #cddda6;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #82ba8f;
	padding: 2px;
}
select.date_year {
	width:70px;
}
input.search {
	width:100px;
	height:15px;
	font-size:10px;
	margin-left:5px;
}
input.benutzername, input.passwort {
	width:156px;
	margin-left:8px;
	margin-bottom:2px;
}

.option {margin-right:10px; border:0;}
.option:hover {margin-right:10px; border:0;}


.norm_button {
	border:#ffa800 1px solid;
	background:url(../img/bg_button.gif) repeat-x;
	color:#666;
	font-weight:bold;
	height:22px;
	padding-top:0px;
	padding-right: 6px;
	padding-left: 6px;
	cursor:pointer;
}
.norm_button:hover {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:#ffa800 1px solid;
}
.search_button {
	float:right;
	height:22px;
	width:24px;
	background: url(../img/butt_go.gif) no-repeat;
	cursor:pointer;
	border:0;
	font-size:1px;
}
.search_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
	font-size:1px;
}

.date_button {
	float:left;
	margin-left:3px;
	height:22px;
	width:24px;
	background: url(../img/butt_go.gif) no-repeat;
	cursor:pointer;
	border:0;
}
.date_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
}

.login_button {
	float:right;
	height:48px;
	width:24px;
	background: url(../img/butt_go_big.gif) no-repeat;
	cursor:pointer;
	border:0;
	font-size:1px;
	
}
.login_button:hover  {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
	border:0;
}

.min, .pages  {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}


.font10 {
	font-size: 10px;
	
	
}


#black {
	position:absolute;
	width: 100%;
	height:2048px;
	top:0px;
	bottom:1000px;
	left:0px;
	right:0px;
	overflow:hidden;
	background-color:#000!important;
	background: transparent;
	-moz-opacity: 0.4;
    opacity: 0.4;
	filter:alpha(opacity=40);
	visibility:hidden;
	z-index:1001;
}
.kommentare_einblenden{
	background-image:url(../img/kommentar_schreiben_bg.gif);
	background-repeat:repeat-x;
	border:5px solid #FFFFFF!important;
	border:5px solid #292929;
	background-color:#EDEDED;
	padding:10px;
	overflow:hidden;
	z-index:9999;
	width:350px;
}
#kommentare_einblenden {
	position:absolute;
	z-index:9999;
	top:50%;
	left:50%;
	visibility: hidden;
}


/* -----------------Table----------------- */



table.month td {
	text-align:center;
	border: 1px solid #D8D8D8;
	background: #F7F7F7;
}
table.month td a {
	display:block;
	padding-top:5px;
	height:23px;
}
table.month td a:hover {
	display:block;
	padding-top:5px;
	height:23px;
	background:#f1f5e4;
}
table.month tr.head td {
	background: #84a928;
	font-weight: bold;
	color: #ffc100;
	padding-top:3px;
	padding-bottom:3px;
}
table.month td.disabled {
	color: #CCC;
	padding-top:5px;
	background: #FFF;
}
table.month td.today {
	background:#d3e883;
	font-weight: bold;
	border: 1px solid #83a927;
	height:30px;
}
table.month td.today a:hover {
	background:#cae278;
}



/* -----------------LINKS----------------- */

a:link {
	color: #06751f;
	text-decoration: none;
	
}
a:visited {
	color: #06751f;
	text-decoration: none;
	
}
a:hover {
	color: #999;
	text-decoration: none;
	
}
a:active {
	color: #999;
	text-decoration: none;
	
}




.al {
	color: #06751f;
	text-decoration: none;
	
}


/* -----------------LAYOUT----------------- */

#body {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#shadow {
	width:998px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	background:#FFF;
}


/* -----------------Footer----------------- */
#footer {
	padding-top:15px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:15px;
	color:#c0c0c0;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited {
	color:#c0c0c0;
}


/* -----------------Head----------------- */
#head {
	width:996px;
	background: url(../img/bg_head.gif) repeat-x;
	padding:1px;
	height:180px;
}
#head_o {
	width:996px;
	height:137px;
	background: url(../img/bg_head_line.gif) repeat-x bottom;
}
#head_u {
	padding-left:20px;
	padding-top:11px;
	width:219px;
}


#head_logo {
	position:absolute;
	margin-left:-1px;
	margin-top:-1px;
	}
#head_bereich {
	position:absolute;
	margin-left:257px;
	margin-top:-1px;
	height:232px;
	width:725px;
	background: url(../img/bg_head_bereich.gif) bottom left no-repeat;
}
#head_bereich_bild {
	position:absolute;
	margin-left:12px;
	margin-top:14px;
	height:206px;
	width:357px;
}
#head_bereich_button {
	position:absolute;
	margin-left:371px;
	height:220px;
	width:345px;
}
#head_bereich_button_links {
	height:30px;
	width:345px;
	background:url(../img/bg_head_border.gif) right top no-repeat;
}
#head_bereich_button_links div {
	display:block;
	float:left;
	height:30px;
	width:86px;
	background:url(../img/bg_head_border.gif) left top no-repeat;
}
#head_bereich_button_links a {
	display:block;
	text-align:center;
	padding-top:5px;
	height:25px;
	width:84px;
	margin-left:2px;
	background:url(../img/bg_head_link.gif) repeat-x;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#head_bereich_button_links a:hover, #head_bereich_button_links a:active {
	display:block;
	text-align:center;
	padding-top:5px;
	height:25px;
	width:84px;
	margin-left:2px;
	background:url(../img/bg_head_link_hover.gif) repeat-x;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
#head_bereich_button_section {
	margin-left:4px;
	margin-top:13px;
	height:177px;
	width:344px;
}
#head_bereich_button_section a {
	border:0;
	margin-right:6px;
}
#head_bereich_button_section a:hover img {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}

.banner a {
	border:0;
	margin-right:6px;
}
.banner a:hover img {
	-moz-opacity: 0.6;
    opacity: 0.6;
	filter:alpha(opacity=60);
}



/* -----------------Main----------------- */
#main {
	width:998px;
	background:url(../img/bg_main.gif) repeat-y;
	border-bottom:#FFF 1px solid;
}

/* -----------------Left----------------- */
#left {
	width:244px;
}
#infos {
	height:54px;
	background:#FFF;
	line-height: normal;
	padding-top: 12px;
	padding-left: 15px;
}


/* -----------------Content----------------- */
#right {
	float:right;
	width:725px;
	margin-right:15px;
	padding-top:63px;
}
#bnor {
	width:701px;
	height:89px;
	padding:12px;
	background: url(../img/bg_bnor.gif) no-repeat;
	margin-bottom:15px;
}
#cont {

}
#cont_r {
	float:right;
	width:240px;
	padding-bottom:22px;
	height: 500px;
}
#cont_l {
	width:580px;
	float:left;
	text-align:justify;
	position:relative;
	
}


#cont_span img {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	margin-right: 10px;
	
}
#cont_span a img {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	
	
}
#cont_span a img:hover {
	border: 1px solid #999;
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}
#cont_span a:hover img {
	border: 1px solid #999;
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}


#cont_reiter {
	width:387px;
	min-height:141px;
	background: url(../img/bg_cont_reiter.gif) no-repeat;
	padding:15px;
}
#cont_reiter ul, ul.list{
	list-style-position: outside;
	margin-left:18px;
	line-height: 18px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right:20px;
	color:#999;
	}
	
.white { color:#FFFFFF; }


.eintrag {
	padding-left: 15px;
	margin-top:40px;
	margin-bottom:10px;
	border-left: 1px solid #ccc;
	font-size: 10px;
	line-height:normal;
	}
	
	
.font10 {
	
	font-size: 10px;
	
	}
	
.date {
	position:absolute;
	margin-left: -16px;
	font-weight: bold;
	color:#999;
	margin-top: -20px;
	}
.cont_date {
	float:right;
	padding-top:23px;
	font-size: 10px;
	color:#999;
	background: url(../img/icon_date.gif) no-repeat right 24px;
	padding-right: 21px;
}
.klicks {
	display:block;
	margin-bottom:20px;
	color:#999;
	font-size:10px;
	background: url(../img/icon_cur.gif) no-repeat left;
	padding-left: 22px;
}
.news_pic {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	margin-left:10px;
	margin-bottom:5px;
	float:right;
	width:200px;
	height:auto;
}

.cal_right {
	float:right;
	width:212px;
	text-align:right;
	background:url(../img/icon_cal.gif) no-repeat left;
}

fieldset {
	border: #CCC 1px solid;
	padding-top:6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom:5px;
	color:#999;
	}
legend {
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color:#ffa800;
	margin-left:-5px;
	}
	
#cont table {
	margin-bottom:22px;
	margin-top:5px;
	color:#999;
	}
#cont table td {
	vertical-align: top;
	}
#cont table img {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	margin-right:10px;
	
}
#cont table a img {
	border: #d0e5d5 1px solid;
	padding:3px;
	background:#FFF;
	
}
#cont table a img:hover {
	border: 1px solid #999;
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}
#cont table a:hover img {
	border: 1px solid #999;
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}

.news_title {
	background-image: url(../img/bg_title.gif);
	background-repeat: no-repeat;
	padding-left:50px;
	text-transform: capitalize;
	font-size:11px;
	margin:0px;
	height:29px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
}



#icks {
	position:absolute;
	margin-left:341px;
	margin-top:45px;
	height:28px;
	width:28px;
	display:none;
}
#icks a:hover img {
	-moz-opacity: 0.8;
    opacity: 0.8;
	filter:alpha(opacity=80);
}


.hover:hover {
	-moz-opacity: 0.6;
    opacity: 0.6;
	filter:alpha(opacity=60);
}


.head_inner {
	padding-left:15px;
	padding-top:28px;
}
.head_inner td {
	padding-left:0px;
	width:40%;
	vertical-align:top;
	font-size: 10px;
}
#cont_span {

	width:100%;
}

.none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont_span li {list-style-position:inside;}

#aktion {
	position:absolute;
	width:420px;
	height:181px;
	z-index:1;
	left: 1px;
	top: 258px;

	padding:10px;
	margin-bottom:20px;
	background-image: url(../img/aktion.gif);
	background-repeat: no-repeat;
}

