﻿@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:#eee;font-family:arial,helvetica,sans-serif; margin:0; }
  #page_margins { margin: 0 auto; width: 990px; background: url("../image/shadow_top.jpg") no-repeat center top; padding-top:18px}
 #page{
  padding: 0 10px 0 10px;
  background: url("../image/shadow.jpg") repeat-y center;
  
  }
 /* 
 p {
   margin:0;
   padding:0;
   }
*/

#oben1{
width: 950px;
padding-bottom: 0px;
background: #fbe7e8;
border-bottom: 1px solid #f5c2c5;
position:relative;

height: 120px;
}

#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{
	text-align:left;
	background: #fff none;

	display:none;
}
#site_name h1{
	font-size: 1.1em;
	color: #000;
	padding: 4px 4px 4px 0;
	margin:0;
	text-align:right;
}

#navtop{
	text-align:right;
	font-size: 0.75em;
	overflow:hidden;

 	padding: 68px 4px 4px 0;


}
#navtop a{
	color:#fff;
	text-decoration: none;
}
#navtop img{
	display:none;
}
#header{
margin-top: -8px;
height: 120px;
width: 970px;
overflow:hidden;
background: url("../image/bg_header.jpg") no-repeat;
clear:both;
position: relative;
}
#header_rechts h1{
	font-size: 1.1em;
	color: #eee;
	padding: 4px 4px 4px 0;
	margin:0;
	text-align:right;	

}
#user{
	width: 410px;
	height: 120px;
	float:left;
}
#header_rechts{

	width: 530px;
	float:right;
	height: 120px;
	overflow:hidden;

}

#col1_content, #col2_content, #col3_content{
	font-size: 0.8em;
}
#menublock,#rmenublock, .leftblock,.rightblock,.sideblock,.boxmitte,#mainblock{
	position:relative;
}
#menublock, #rmenublock{

	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	
	
}
#menublock_title, #rmenublock_title{
background: #c00;
color: #fff;
font-weight: bold;
padding: 4px;
}


/* Formatierung f�r die Men�inks*/
.level1 a, .level2 a, .level3 a{
	display:block;
	color: #1c4c5c;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
/* Einr�ckung der Men�eintr�ge*/
.level1 a{
 	display: block;
	margin:0;
	padding: 4px;
	text-decoration: none;
	color: #1c4c5c;
	border-right: 1px solid #f5c2c5;
	border-left: 1px solid #f5c2c5;
	border-bottom: 1px solid #f5c2c5;
	background-color: #fff;
}
.level2 a{
	display: block;
	color: #1c4c5c;
	padding: 1px 0 1px 14px;
	background: #eee;
	text-decoration: none;
	border-right: 1px solid #f5c2c5;
	border-left: 1px solid #f5c2c5;
	border-bottom: 1px solid #f5c2c5;
	background-color: #fff;
}
.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;
	background-color: #fff;
	border-right: 1px solid #f5c2c5;
	border-left: 1px solid #f5c2c5;
	border-bottom: 1px solid #f5c2c5;
}
/* Hervorhebung bei Mouseover */
.level1 a:hover, .level2 a:hover, .level3 a:hover {

	background: #eee;
}
/*, .level2 a:hover, .level3 a:hover*/
.current a {
	
	background: #eee; 
}
/*menue oben horizontal*/
#nav { 
 z-index: 5;
 font-size:0.8em;
 overflow:show;
 position:relative;
 margin-right:10px;
 
 
 }
#wobinich{
 clear:both;
 border-bottom: 1px solid #f5c2c5;
 border-right: 1px solid #f5c2c5;
 border-left: 1px solid #f5c2c5;
 margin: 0 auto;
 padding: 4px 0 4px 4px;
font-size: 0.8em;
position:relative;
	background: #fbe7e8;
	font-size: 0.7em;
}
#wobinich a{
	color: #c00;
	text-decoration: none;
	

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.9em; /* match top ul list item height */
	z-index:		99;
}

.sf-menu {
	margin-bottom:	0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.sf-menu li a {
	border-right:1px solid #ccc;

	padding: 		0.2em 0.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#555;
}
.sf-menu li {
	background:		#fff;

}
.sf-menu li li {
	background:		#fff;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;

}
* html .sf-menu li li a{	
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
}
.sf-menu li li li {
	background:		#fff;
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#eee;
	outline:		0;
}
/*linke Bl�cke*/

.leftblock{
 
  margin-bottom: 10px;
  
}

.leftblock a{
  	color:#1c4c5c;
	text-decoration: underline;
}
.leftblock_title{
 	
	font-weight:bold;
	color: #fff;
	background-color: #c00;
	padding: 4px;

}

#mainblock_text, .sideblock_text{
	padding: 20px;

}

#mainblock_title, .sideblock_title{
	color: #fff;
	margin:0;
	padding: 4px;
	background: #c00; 
	font-weight:bold;

}

}
#mainblock_title a,.sideblock_title a{
	color: #fff;
}
.sideblock_text a{
	color:#1c4c5c;
}
.boxmitte {
	margin: 8px;
	padding: 4px;

}

.boxmitte_title{
	font-weight:bold;
	color: #000;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #c00;
}

.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;
}

/*rechte Bl�cke*/


.rightblock_title{
	background: #c00;
	padding: 4px;
	color: #fff;
	font-weight: bold;

}
.rightblock, .leftblock{
 	text-align:left;
  	padding-bottom:1px;
	
	
}
.rightblock_text, .leftblock_text{
  	color: #000;
  	padding: 4px 4px 4px 4px;

}

.rightblock_text a{
  	color:#1c4c5c;
  	text-decoration: underline;
  	font-weight: normal;
}

.rightblock a:hover{
  	color:#000;
}

#footer{
	clear:all;

	padding-bottom: 6px;
	margin:0px auto;
	text-align:center;
	color: #000;

	
}
#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: #000;
	text-decoration: underline;
}

#unt{

padding-bottom: 10px;

font-size: 0.7em;
}
#zaehler{
 position:relative;
 width:250px;
 margin: 0 auto;
color:#666;
font-size: 0.75em;
text-align:center;
background-color: #fff;

}

/* Farbe f�r eigene Termine im Kalender*/
.selbst {background-color: #f5c2c5;}

/* formulare */
.button{
	border: 1px solid #c00;
	background:#fbe7e8;
	color: #000;
	padding: 2px;
}
fieldset{
     margin: 0 0 1em 0;
    padding: 0.5em 1em;
	border: 1px solid #f5c2c5;
	overflow:hidden;
}
legend{
	color: #c00;
}
  input, textarea, select {
    font-family:  Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
    border: 1px solid #f5c2c5;
  }
}