/*
 *  Author:   unbekannt
 *  Date:     unbekannt
 *  Updated:  09.02.2010 (d.m.Y) - DWE
 *  Filename: style.css
 *  
 *  Style-Index:
 *  
 *  $0  - Common elements
 *  $1  - Header
 *  $2  - Navigation
 *  $3  - Content
 */


/* $0 - Common elements //////////////////////////////////////////////////////*/

body
{
  color:#022C52;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin: 0;
}

#super
{
	width:990px;
}

h2
{
	color:#9B9FA2;
	font-size: 16px;
	font-weight: bolder;
}

div h2
{
	color:#9B9FA2;
}

a
{
  color:#F38D22;
  font-weight:bold;
  text-decoration:none;
}

/* $1 - Header ///////////////////////////////////////////////////////////////*/
#head
{
  background: white;
  border-bottom: 7px solid;
  border-color: #E4E4E4;
  height: 48px;
  margin: 0;
  width: 990px;
}

.head1
{
	border-right: 1px solid #000046;
	height: 48px;
	float: left;
	width: 100px;
}

.head2
{
	float:right;
	margin-right: 50px;
}
.head2 ul
{
	list-style: none;
	padding-top: 10px;
}
.head2 li
{
	float: left;
	padding-right: 2px;
	padding-top: 8px;
}
a.headli
{
	color:#141414;
	padding: 5px;
	text-decoration:none;
}

a.headli:link,
a.headli:visited,
a.headli:active
{
  color:#141414;
  text-decoration: none;
}

a.headli:hover
{
	background-color:#FEFACC;
	padding: 5px;
	text-decoration:none;
}

#headbanner
{
  border-bottom: 7px solid;
  border-color: #E4E4E4;
  height: 164px;
  margin: 0;
  width: 990px;
}
#headunten
{
  background: url(files/headerback.gif);
  height: 73px;
  margin: 0;
  width: 990px;
}
.headunten1
{
   
  float: left;
  margin-left: 130px;
  margin-top: 20px;
}
* html .headunten1
{
  float: left;
  margin-left: 65px;
  margin-top: 20px;
}
.headunten2
{
  margin-left: 338px;
  padding-top: 5px;
}

.headunten2 a
{
	color:#000;
	text-decoration:none;
}

/* $2 - Navigation ///////////////////////////////////////////////////////////*/

a.navia
{
	color:#141414;
	padding: 5px;
	text-decoration:none;
}

a.navia:link,
a.navia:visited,
a.navia:active
{
  color:#141414;
  text-decoration: none;
}

a.navia:hover
{
	background-color:#FEFACC;
	padding: 5px;
	text-decoration:none;
}

#navigation
{
  float:left;
  width:315px;
}

#navigation .nav1
{
	width:274px;
}

#navigation .nav1 ul
{
	list-style: none;
	margin-top:0px;
}

#navigation .nav1 li
{
  border-bottom: 1px solid;
  border-bottom-color: #DDE2E6;
  border-left: 17px solid;
  border-left-color: #DDE2E6;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-top: 5px;
  
}

.nav1 a
{
	color:#141414;
	
	text-decoration:none;
	display:block;
}

.nav1 a:link,
.nav1 a:visited
{
  color:#141414;
  text-decoration: none;
  display:block;
}

.nav1 a:active
{
  color:#ffffff;
  text-decoration: none;
  display:block;
}

.nav1 a:hover  
{
	color:#9B9FA2;
	
	text-decoration:none;
	display:block;
}

.active,
.active2
{
	color: white;
	
}

.active3
{
	color: white;
	text-indent:0px;
}

.active
{
  background-color:#000046;
}

.active2
{
	background-color:#fff8b2;
	text-indent:0px;
}

.active3
{
	background-color:#DDE2E6;
}

.black a
{
   color: #FFFFFF !important;
}

/* $3 - Content //////////////////////////////////////////////////////////////*/

div#screen
{
	background: transparent url(files/bg_content.gif) repeat-y;
	color: #000046;
	width: 100%;
}

div#screen2
{
	background: transparent url(files/bg_content.gif) repeat-y;
	clear: both;
	color: #000046;
	width: 100%;
}

#content
{
	background:#FFFFFF;
	border-left: 1px dashed #C7C7C7;
	border-right: 1px dashed #C7C7C7;
	float:left;
	padding: 10px 20px 20px 10px;
	width:639px;
}

* html #content
{
	margin-left: -1px;
}

/************************************************************************
Sitemap
************************************************************************/

ul.sitemap {
list-style:none;

}

ul.sitemap li {
list-style:none;

}

ul.sitemap li a {
list-style:none;
padding:10px;
border-bottom: 1px solid #000046;
display:block;
}
/************************************************************************
Footer
************************************************************************/

#footer
{
	background:#FFFFFF;
	clear:both;
}

.linie
{
  border-top: 1px solid #000046;
}

.foot
{
  border-bottom: 10px solid;
  border-color: #DDE2E6;
  margin-top:20px;
  padding-bottom:5px;
  text-align:center;
}


/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 2px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #ffffff;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 2px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFF5C2;	
}



/* Label */
.formgen label {
	width: 140px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #000046;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #ffffff;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	text-align: center;
	background-color: #fffec9;
	border:1px solid black;
	float: left;
	color: #000046;
	height:25px;
	font-weight:bold;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

.checkspan {
padding:0px; display:block;
}

.checkspan label{
width:350px;
float:none;
}

.checkspan .formcheck{


}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */





/* -------------- Suche --------*/



#suchenbox input.search  {
border:1px solid gray;
}

#suchenbox input.button  {
border:1px solid gray;
background-color: #000042;
color:#ffffff;
}


#suchenbox input:focus, #suchenbox input:hover,
#suchenbox select:focus, #suchenbox select:hover, 
#suchenbox textarea:focus, #suchenbox textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFF5C2;	
	color:#000042;
}



