﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
 body { 
  background:#fff;
  font-family:arial,helvetica,sans-serif; 
  padding: 0;
  margin:0; 
  }
.page_margins { margin: 0 auto; } 
.page { padding: 0; z-index: 1 }

#oben1{
	height:4px;
	margin:0;
	padding: 0;
	text-align:left;
	background-color:#FFF;
	color:#fff;
	overflow:hidden;
}
#main{
	margin-top: 10px;
	border: 1px solid #eee;
	padding-top: 10px;
}


/*hintergrund fr head*/
#head_bg_1{
	 background: #fff url(../image/bg.jpg) repeat-x 0 -122px;
	
}
#head_bg{
	height:220px;
background: url(../image/bg_header.jpg) no-repeat 0 -122px;

}
#abstand{
	height:10px;
}

#header_vordergrund{

	margin-left: -1px;
  	width: 1002px;
 	height: 210px;
	background: url(../image/vordergrund_header.png) no-repeat;
	border: 1px solid #fff;
	
}
#header{
   	width: 1002px;
 	height: 210px;
	margin: 0 auto;
 
}
#oben3{
	margin:auto;
	padding: auto;
	text-align:left;
	background-color:#86aeba;
	border-top: 6px solid #ddebf0;

}
#site_name, #no_name{
 	height: 50px;
	margin-top: 4px;
	
}
#site_name h1{
	font-size: 1.5em;
	color: #fff;
	padding: 4px;
	margin:0;	
}
#no_name h1{
	display:none;	
}
#navtop{
 	padding:0;
	margin-top: 140px;
	font-size: 0.8em;
	overflow:hidden;
	margin-left: 4px;
}
#navtop a{
 	
	color:#fff;
	text-decoration:none;
}
#navtop img{
	display:none;
}




#col1_content, #col2_content, #col3_content{
	font-size: 0.8em;
}
#menublock, #rmenublock{
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #fff;

	position: relative;
}

#mainblock_title, .sideblock_title,.rightblock_title,.leftblock_title, #menublock_title, #rmenublock_title{
	color: #fff;
	margin-bottom:6px;
	padding: 4px 4px 4px 18px;
 
	font-weight:bold;
	background: #dd0f1c url(../image/balken.jpg) no-repeat -80px 0

}

.sideblock_title a {
	color: #ccc;
	text-decoration:none;
}


/* Formatierung fr die Meninks*/
.level1 a, .level2 a, .level3 a{
	display:block;
	color: #1c4c5c;
	text-decoration: none;
	padding: 4px;
}
/* Einrckung der Meneintrge*/
.level1 a{
 	display: block;
	
	margin:0 4px 0 4px;
	padding: 4px;

	text-decoration: none;
	color: #1c4c5c;
}
.level2 a{
	display: block;
	margin:0px 4px 0 14px;
	padding: 4px;

	text-decoration: none;
	color: #1c4c5c;
}
.level3 a{
	display: block;
	margin:0px 4px 0 24px;
	padding: 4px;

	text-decoration: none;
	color: #1c4c5c;
}
/* Hervorhebung bei Mouseover */
.level1 a:hover, .level2 a:hover, .level3 a:hover {
	color: #c00;

	text-decoration: underline;
}
/*, .level2 a:hover, .level3 a:hover*/
.current a {

	color: #c00; 
}


#nav { 
 position:relative;
 width:1002px;
 margin:0 auto;
 z-index: 5;
 font-size:0.8em;
 overflow:show;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 }

#wobinich{
 clear:both;
 width:992px;
 margin:0 auto;
 padding: 4px 0 4px 10px;
font-size: 0.7em;
background-color: #eee;

margin-bottom: 8px;
position:relative;

}
#wobinich a{
	color: #000;
	
}
.sf-menu {
 	margin-top:2px;
	margin-bottom:	0;
	border: 0;
	color: #fff;

}

.sf-menu a {
	color: #fff;
	padding: 		0.4em 0.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	border-right: 1px solid #fff;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#dd0f1c;
}
.sf-menu li li li {
	background:		#dd0f1c;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#dd0f1c;
	text-decoration: underline;
	outline:		0;
}
/*linke Blcke*/

.leftblock{
	width:100%;
	overflow:hidden;
  	position:relative;
  	margin-bottom:18px;
}

.leftblock a{
  	color:#1c4c5c;
	text-decoration: underline;
}

.leftblock_text,.rightbox_text{
	border: 1px solid #eee;
	padding:4px;
}
#mainblock{
	position:relative;

	overflow:hidden;
}
#mainblock_text, .sideblock_text{
	padding: 10px;
	overflow:hidden;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.sideblock{
	width: 100%;
	position:relative;
	overflow:hidden;
}
.leftblock_text p, .rightblock_text p,
.sideblock_text p, #mainblock_text p{
	margin-bottom: 4px;
}


#mainblock_title a,.sidelock_title a{
	color: #fff;

}
.sideblock_text a{
	color:#1c4c5c;
}
.boxmitte {
	margin-top: 20px;
	padding: 0px;
	border: 1px solid #eee;
	padding: 10px;
}

.boxmitte_title {
	font-weight:bold;
	color: #c00;
	padding: 4px;
	border-bottom: 1px solid #c00;
}

.boxmitte_title a {
	color: #c00;
	text-decoration:none;
}

.boxmitte_text{
	color: #000;
	padding: 5px;
	
}

.boxmitte_text a{
	color: #000;
	text-decoration: underline;
}

.boxmittetext a:hover{
	color: #c00;
}

/*rechte Blcke*/
.rightblock {
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
  	margin:0;
}


.rightblock_text{
	margin-bottom:18px;
}

.rightblock_text a{
  	color:#1c4c5c;
  	text-decoration: underline;
  	font-weight: normal;
}

.rightblock a:hover{
  	color:#000;
}
 #bottom{
	display:none;
}
#footer{
	clear:all;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0px auto;
	text-align:center;
	color: #999;
	
}
#footer table{color: #fff;}

#footer hr{
	background-color:#ddebf0; /* Mozilla 1.4 */
	color:#eee; /* IE 6 */
	border: #eee; /* Opera 7.11 */
	height: 1px; /* in Opera fr die Anzeige ntig, in Mozilla fr die einheitliche Hhe */
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #999;
	text-decoration: underline;
}

#unt{
padding-top: 10px;
padding-bottom: 10px;

font-size: 0.7em;
}
#zaehler{
color:#559db3;
text-align:center;
background-color: #fff;
margin-left: 8px;
}

/* Farbe fr eigene Termine im Kalender*/
.selbst {background-color: #BBD8E1;}

/* formulare */
.button{
	border: 1px solid #1c4c5c;
	background:#bbd8e1;
	color: #1c4c5c;
	padding: 2px;
}
  .hlist {
    width: 950px;
    margin: 0 auto;
    position:relative;
    line-height: 0;
    z-index: 5;
    font-size: 0.8em
    background:#eee;
  }
}