/* ==== CSS © friebel.it - Internetdienstleistungen & eBusiness, Germany 07/2007 http://www.friebel.it ==== */


/* =Basis
===============================================*/
html {height: 100%; padding-bottom: 1px;}/*erzwingt im FF vertikalen Scrollbalken*/


body {
	background: url(images/bg_fill.jpg) repeat-y scroll #E3DFD4 top center;
	/*font: 100.01% Verdana, Arial, Helvetica, sans-serif;*/
	font: 11.25px/1.4em Verdana, Arial, Helvetica,sans-serif; color: #474747;
	color: #474747;
	text-align: center;/*fuer IE_quirks*/
	height: 100%;
	}	

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	}


#briefkopf,#adress_print {
	display: none;
	}
	

/*=============================================*/

/* =Positionen, Groessen
===============================================*/
#wrapper {position: relative; min-height: 100%;}

* html #wrapper {height: 100%;}

#headergrafik {
	position: relative;
	background:url(images/bg_header.jpg) no-repeat scroll #ADA99D top center;
	color: #474747;
	width: 100%;
	height:120px;
	margin: 0 auto;
	}

#header {
	position: relative;
	background: url(images/bg_navi.jpg) repeat-y scroll #ADA99D top center;
	color: #474747;
	width: 100%;
	margin: 0 auto;
	}

	#sprachauswahl {
		position: absolute;
		top: 14px;
		left: 50%; width: 776px; margin-left: 264px;
		width: 112px;
		z-index: 10;
		}

	#sprachauswahl_search{
		position: absolute;
		top: 14px;
		left: 50%; width: 776px; margin-left: 236px;
		width: 140px;
		z-index: 10;
		}		
	
	#navimain {
		position: relative;
		width: 776px;
		/*left: 50%; width: 776px; margin-left: -388px;*/
		background: url(images/navi_top.jpg) repeat-x scroll #E3DFD4 top center;
		color: #474747;
		height:30px;
		min-height:29px;
		margin: 0 auto;
		text-align: left;/*Aufheben von IE_quirks im BODY*/
		}
	
	#subnavi {
		position: relative;
		background: url(images/bg_navi.jpg) repeat-y scroll #ADA99D top center;
		color: #474747;
		text-align: left;/*Aufheben von IE_quirks im BODY*/
		}


#contentcontainer{
	position: relative;
	margin: 8px auto 0 auto;
	padding-bottom: 20px;
	width: 746px; 
	text-align: left;/*Aufheben von IE_quirks im BODY*/
	}
		
	#contentright {
		position: absolute;
		background:#F7F4EF;
		top: 0;
		right: 5px;
		width: 165px;
		border-top: 1px dotted #ADA99D;
		border-bottom: 1px dotted #ADA99D;
		}
		
		#boxbottom {
			font-size: 1px;
			width: 100%;
			height: 2px;
			background: #426066;
			color: #000;
			margin-bottom: 1px;
			}

	
	#contentleft {
		margin: 0px 190px 40px 0px;
		min-height: 100%; 
		}	

#footer {
	position: relative;
	background: scroll #E3DFD4 top center;
	width: 776px;
	height: 25px;
	margin: -24px auto 0 auto; /*top in Abhängigkeit von height: 40px*/
	}		

/*=============================================*/

/* =Typo
===============================================*/
	
a         {color: #f78c21; text-decoration: none; cursor:pointer}
a:link    {color: #f78c21; text-decoration: none;}
a:visited {color: #f78c21;}
a:active  {color: #dc293f;}
a:hover   {color: #dc293f; text-decoration: underline;}


#contentleft h1 {margin-bottom: 5px; font-size: 1.3em; color: #FF3300; background: #F7F4EF; font-weight: bold; letter-spacing:0.05em}	
#contentleft h2 {padding: 5px 0 5px 0; font-size: 1.1em;  color: #88857D; background: #F7F4EF; font-weight: bold;}
#contentleft h3 {font-size: 1.15em; color: #f78c21; font-weight: bold;}
#contentleft h4 {font-size: 1em; font-weight: bold;}
#contentleft h5 {font-size: .95em; font-weight: bold;}
#contentleft h6 {font-size: .95em; font-weight: bold; color: #676767;}

#contentleft ul {margin: 0 0 10px 20px; list-style: circle;}
#contentleft ol {margin: 0 0 10px 35px;}
#contentleft li {font-size: 1em; margin-bottom: 5px}
#contentleft p  {font-size: 1em; margin-bottom: 10px; line-height:130%;}	


#contentright h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #ADA99D;
	letter-spacing:0.04em; 
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin-top:1px;
	margin-bottom:5px;
	}

#contentright p {font-size: 0.9em; margin-bottom: 10px; padding: 2px 0 2px 5px; /*o,r,u,l*/}	
#contentright li {font-size: 0.9em; }

/*** =Xtraklassen ***/
.marker         {background:#d00; color:#fff;}
.markerschwarz  {background:#000; color:#fff;}
.markergrau     {background:#bbb; color:#fff;} 
.markergruen    {background:#39555b; color:#fff;}
.markerhgrau    {background:#e8e8e8; color:#39555b;}
.markerdgrau    {background:#687d82; color:#fff;}
.markergelb     {background:#ff0; color:#000;}
.line           {border-bottom: 1px solid #d00;}
.greyline       {border-bottom: 1px solid #828282;}
.box            {margin:0; padding: 0.7em; border: 1px solid #ABA79C; background: #fff;}

.fl50   {float: left; width: 47%; margin-left: .5em;}
.fl30   {float: left; width: 27%; margin-left: .5em;}
.clear  {clear: both;}


/*** =in Editland niemals weglassen ***/
.tsmall  {font-size: 0.85em;}
.tmiddle {font-size: 1.1em;}
.tbig    {font-size: 1.5em;}

	
/*=Navigation
===============================================*/

#listmenu0 ul, #listmenu1 ul {position: relative; font-weight: bold; list-style-type: none; list-style-image: none;}

#listmenu0 a                   {color: #656563; font-weight: bold; text-decoration: none; background: url(images/bg_a1.jpg) top right no-repeat transparent}
#listmenu0 a:link              {color: #656563; font-weight: bold; text-decoration: none; background: url(images/bg_a1.jpg) top right no-repeat transparent}
#listmenu0 a b                 {background: url(images/left_a1.jpg) top left no-repeat transparent; }
#listmenu0 a:visited           {color: #656563;}
#listmenu0 a:active            {color: #656563;}
#listmenu0 a:hover             {color: #003399; background: url(images/bg_a2.jpg) top right no-repeat transparent; }
#listmenu0 a:hover b           {background: url(images/left_a2.jpg) top left no-repeat transparent; }
#listmenu0 span                {color: #FF3300; background: url(images/bg_a2.jpg) top right no-repeat transparent; }
#listmenu0 span b              {background: url(images/left_a2.jpg) top left no-repeat transparent; }
#listmenu0 li.active span      {color: #FF3300; background: url(images/bg_a2.jpg) repeat-x transparent; }
#listmenu0 li.active a         {color: #FF3300; font-weight: bold; background: url(images/bg_a2.jpg) top right no-repeat transparent; }
#listmenu0 li.active a:link    {color: #FF3300; font-weight: bold; background: url(images/bg_a2.jpg) top right no-repeat transparent; }
#listmenu0 li.active a:visited {color: #FF3300;}
#listmenu0 li.active a b       {background: url(images/left_a2.jpg) top left no-repeat transparent; }


#listmenu1 li        {background: url(images/bg_tem2_li.gif) top right no-repeat; }
#listmenu1 li.dummy  {background: none;}
#listmenu1 a         {color: #88857D;}
#listmenu1 a:link    {color: #88857D;}
#listmenu1 a:visited {color: #88857D;}
#listmenu1 a:active  {color: #FF3300;}
#listmenu1 a:hover   {color: #FF3300; text-decoration: none;}
#listmenu1 span      {color: #003399;}



ul#listmenu2         {
margin: 0;
padding: 0; 
width: 100%; 
list-style-type: none; 
}

#listmenu2 li        {
font-size: 0.9em;
font-weight: normal;
padding: 0 0 2px 5px;
border-bottom: 1px dotted #ADA99D;
background: #F7F4EF;
}
#listmenu2 li.dummy  {background: none;}
#listmenu2 a         {color: #88857D;}
#listmenu2 a:link    {color: #88857D;}
#listmenu2 a:visited {color: #88857D;}
#listmenu2 a:active  {color: #FF3300;}
#listmenu2 a:hover   {color: #FF3300; text-decoration: none;}
#listmenu2 span      {color: #003399;}



/*Navi Ausrichtung*/
#listmenu0 {position: relative; left: 50%; width: 770px; margin-left: -385px; top:5px;}
#listmenu0 li {display: block; float: left; padding: 0; margin-top: 0;}
#listmenu0 a, #listmenu0 span {display: block; float: left; padding: 0;}
#listmenu0 b {display: block; float: left; padding: 8px 12px 4px 13px;}

#listmenu1 {position: relative; left: 50%; width: 770px; margin-left: -385px; min-height: 20px; padding: 3px 0 0 0;}
#listmenu1 li {display: block; float: left; height: 20px;}
#listmenu1 a, #listmenu1 span  {display: block;}
#listmenu1 b {display: block; float: left; height: 20px; padding: 0 11px 3px 9px;}


/*=============================================*/


/* Formular
=============================================*/

input {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #292963;
        }
select {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #292963;
        }
textarea {
        color : #666666;
        }
.formtext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.formelements {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #ADA99D;
}

form#xmailer            {margin: 2em 0; padding-left: 5%;}
#xmailer label          {display: block; float: left; width: 6em;}
#xmailer input          {background: #ffffff;}
#xmailer textarea       {background: #ffffff;}
#xmailer input:focus    {background: #f9f9f9;}
#xmailer textarea:focus {background: #f9f9f9;}
#xmailer input.radio    {float: left; margin-right: .7em; background: transparent;}
#xmailer .radios p      {line-height: .9em;}
#xmailer .radios label  {margin-top: 2px;}
#xmailer div.radios + p {width: 100%; text-align: center;}
#xmailer input.button {background: #ADA99D; border: 1px solid #f1f0ee; border-right: 1px solid #3b3f42; border-bottom: 1px solid #3b3f42; font-weight: bold; color: #ffffff; margin-top: 1em; cursor: pointer;}


/*
form#xmailer            {margin: 2em 0; padding-left: 5%;}
#xmailer label          {display: block; float: left; width: 6em;}
#xmailer input          {background: #ffffff;}
#xmailer textarea       {background: #ffffff;}
#xmailer input:focus    {background: #f9f9f9;}
#xmailer textarea:focus {background: #f9f9f9;}
#xmailer div.radios     {_margin-left: 6em;}
#xmailer input.radio    {float: left; margin-right: .7em; background: transparent;}
#xmailer .radios p      {line-height: .9em;}
#xmailer .radios label  {margin-top: 2px;}
#xmailer div.radios + p {width: 100%; text-align: center;}
#xmailer input.button {background: #ADA99D; border: 1px solid #f1f0ee; border-right: 1px solid #3b3f42; border-bottom: 1px solid #3b3f42; font-weight: bold; color: #ffffff; margin-top: 1em; _margin-left: 64px; _margin-right: 50px; cursor: pointer;}
*/
/*=============================================*/

/* Suche
=============================================*/
#contentright form#cpsuche-a {padding-bottom: 5px; border-bottom: 1px dotted #ADA99D; margin-bottom: 6px; margin-top: 9px;}
#cpsea {border: 1px solid #ADA99D;}
#cpsuche-a input {width: 164px; height: 19px; display: block;}
.cpsebutton {background: #ADA99D; border: 1px solid #f1f0ee; border-right: 1px solid #3b3f42; border-bottom: 1px solid #3b3f42; font-weight: bold; color: #ffffff; margin: 3px 0 3px 0;}

/*=============================================*/

/* =Footer
===============================================*/
#footertext	{
	position: relative; bottom: 0px; 
	font-size: 90%; 
	text-align: right; 
	width:760px;
	padding-top:5px;	
	}


#footertext a         {cursor:pointer}

#footertext a:link,    
#footertext a:visited 
{text-decoration: none;}

#footertext a:hover,
#footertext a:active,
#footertext a:focus 
{text-decoration: underline; }

/*=============================================*/