@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-color:#bbd8e1;font-family:Verdana,arial,helvetica,sans-serif; padding: 0;margin:0; }
.page_margins { margin: 0 auto; } 
.page { padding: 0; z-index: 1 }
#teaser{
width:950px;
margin: 0 auto;
overflow:hidden;
}

#wmenu{
width:950px;
margin: 0 auto;
}


#oben1{
	height:4px;
	margin:0;
	padding: 0;
	text-align:left;
	background-color:#FFF;
	color:#fff;
	overflow:hidden;
}

#oben1 a{
	color: #fff;
	font-size: 0.7em;
}
.oben2{
	height:6px;
	margin:auto;
	padding: auto;
	text-align:left;
	background-color:#ddebf0;
	overflow:hidden;
	
}
.oben2 a{
	color: #ddebf0;
	font-size: 0.7em;
}
#oben3{
	margin-left:auto;
	margin-right:auto;
	padding: auto;
	background-color:#86aeba;
	border-top: 6px solid #ddebf0;

}
#nav { 
	font-size:0.8em;
	overflow:show;
}

#site_name{
width: 49%;
float:left;
}
#site_name h1{
	font-size: 1em;
	color: #fff;
	padding: 4px;
	margin:0;
}
#navtop{
	text-align:right;
	font-size: 0.8em;
	overflow:hidden;
}
#navtop a{
	color:#1c4c5c;
}
#navtop img{
	display:none;
}
#header{
	margin:auto;
	padding: auto;
	text-align:center;
	background-color:#FFF;
	background-repeat: no-repeat;
}
#header img{
	border-left: 6px solid #ddebf0;
	border-right: 6px solid #ddebf0;
}
#site_name{
	overflow: hidden;
}
#site_name h1{
	font-size: 1.1em;
	color: #fff;
	padding: 4px;
	margin:0;
}
#wobinich{
 clear:both;
 width: 950px;
 margin: 0 auto;
 padding: 4px 0 4px 10px;
font-size: 0.7em;
}
#wobinich a{
	color: #000;
}
#col1_content, #col2_content, #col3_content{
	font-size: 0.8em;
}

/*menu->links/rechts*/
#menublock, #rmenublock{
 position:relative;
 width:100%;
 overflow:hidden;

}
#menublock_text, #rmenublock_text{
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
	background-color: #fff;
	
}
#menublock_text{
border-right: 1px solid #1c4c5c;
}
#rmenublock_text{
border-left: 1px solid #1c4c5c;
}
#menublock_title, #rmenublock_title{
	font-weight:bold;
	color: #fff;
	background-color: #1c4c5c;
	color: #fff;
padding: 4px;
}
#rmenublock_title{
background: #bbd8e1 url("../gif/right_title.jpg") repeat-y top left;
}
#menublock_title a, #rmenublock_title a{
	display:block;
	
	color: #fff;
	margin:0;
	text-decoration: none;
	padding: 4px 4px 4px 14px;
	background: #1c4c5c url("../gif/menu_index.gif") no-repeat 1px -1px; 
}

/* Formatierung für die Menüinks*/
.level1 a, .level2 a, .level3 a{
	display:block;
	color: #1c4c5c;
	text-decoration: none;
}
/* Einrückung der Menüeinträge*/
.level1 a{
 	display: block;
	
	margin:0 4px 0 4px;
	padding: 1px 0 1px 8px;
	background: #fff url("../gif/bg_nav_icons.gif") no-repeat -54px 6px;
	text-decoration: none;
	color: #1c4c5c;
}
.level2 a{
	display: block;
	margin:0px 4px 0 14px;
	padding: 1px 0 1px 8px;
	background: #fff url("../gif/bg_nav_icons.gif") no-repeat -54px 6px;
	text-decoration: none;
	color: #1c4c5c;
}
.level3 a{
	display: block;
	margin:0px 4px 0 24px;
	padding: 1px 0 1px 8px;
	background: #fff url("../gif/bg_nav_icons.gif") no-repeat -54px 6px;
	text-decoration: none;
	color: #1c4c5c;
}
/* Hervorhebung bei Mouseover */
.level1 a:hover, .level2 a:hover, .level3 a:hover {
	color: #c00;
 	background: #fff url("../gif/bg_nav_icons.gif") no-repeat -45px -6px; 
	text-decoration: underline;
}
/*, .level2 a:hover, .level3 a:hover*/
.current a {
	background: #5d95ab url("../gif/current.gif") no-repeat -1px 2px;
	color: #fff; 
}

/*horizontales menu unterm header*/
.sf-menu {
	margin-bottom:	0;
	border: 0;

}

.sf-menu a {

	padding: 		0.5em 0.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#1c4c5c;
}
.sf-menu li {
	background:		#bbd8e1;
}
.sf-menu li li {
	background:		#86aeba;
}
.sf-menu li li li {
	background:		#86aeba;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*linke Blöcke*/

.leftblock{
 width:100%;
 position:relative;
 margin-bottom:10px;
}

.leftblock a{
  	color:#1c4c5c;
	text-decoration: underline;
}
.leftblock_text{
	padding: 4px;
	
	overflow:hidden;
}
.leftblock_title{

	font-weight:bold;
	color: #fff;
	background-color: #5d95ab;
	padding: 4px;
}
/*rechte Blöcke*/
.rightblock {
 position:relative;
 width:100%;
 margin-bottom:10px;
}

.rightblock_title{
	background: #bbd8e1 url("../gif/right_title.jpg") repeat-y top left;
	padding: 4px;
	color: #fff;
}
.rightblock_text{
  	color: #000;
  	padding: 4px;
	overflow:hidden;
	
}

.rightblock_text a{
  	color:#1c4c5c;
  	text-decoration: underline;
  	font-weight: normal;
}

.rightblock_text a:hover{
  	color:#000;
}
#mainblock{
	position: relative;
	width:100%;
}
.sideblock{
	position: relative;
	width:100%;
}

#mainblock_text, .sideblock_text{
	padding: 20px;
	overflow:hidden;
}

#mainblock_title, .sideblock_title{
	color: #fff;
	margin:0;
	padding: 4px 4px 4px 18px;
	background: #e2001a url(../gif/right_title.gif) no-repeat; 
	font-weight:bold;
	
}
#mainblock_title a,.sideblock_title a{
	color: #fff;
}
.sideblock_text a, #mainbox_text a, .boxmitte_text a{
	color:#1c4c5c;
}
.boxmitte {
	margin: 8px;
	padding: 4px;
	border-top: 3px solid #559db3;
}

.boxmitte_title{
	font-weight:bold;
	color: #000;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 0px solid #1c4c5c;
}

.boxmitte_title a {
	color: #000;
	text-decoration:none;
}


.boxmitte_text{
	color: #000;
	padding: 5px;
}

.boxmitte_text a{
	color: #000;
	text-decoration: underline;
}

.boxmitte_text a:hover{
	color: #c00;
}

#bottom{
display:none;
}
#footer{
	clear:all;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0px auto;
	text-align:center;
	color: #fff;
	background-color: #5d95ab;
}
#footer table{color: #fff;}

#footer hr{
	background-color:#ddebf0; /* Mozilla 1.4 */
	color:#ddebf0; /* IE 6 */
	border: #ddebf0; /* Opera 7.11 */
	height: 4px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

#unt{
padding-top: 10px;
padding-bottom: 10px;
background-color: #1c4c5c;
font-size: 0.7em;
}
#zaehler{
color:#559db3;
text-align:center;
background-color: #fff;
margin-left: 8px;
}

/* Farbe für 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;
  }
}