/**************************************************************************** 
***************************************************************************** 
****** PREFERENCES.CSS
****** Enthält alle Formatierungsforschriften für das CMS
****** @author		HWD
****** @copyright	www.brainkiller.com 
****** @date		29.01.09
***************************************************************************** 
#adress body #container #content #copyright .distance #footer h #headerImage #highlights
img #inhaltsverzeichnis #language .legende #login #mainnav #subnav
#subnav_flip #sidebar .text
*****************************************************************************/ 
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #666666;
}
/***** Formatiert die Anschrift */
#adress{
	margin:5px 27px 5px 0px;
	font-size:11px;
	color:#FFFFFF;
	line-height:14px;
}
#adress a{
	color:#FFFFFF;
}
#adress a:hover{
	color:#000000;
}

/***** Legt die Grundlegende formatierung fest */
body {
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
}

/***** Umschliesst die ganzen DIVs */
#container {
	position:relative;
	margin:0 auto;
	width:980px;
	text-align:left;
	background-color:#CCCCCC;
}

/***** Formatierung Inahlt  */
#content {
	right:0;
	font-size:10pt;
	line-height:1.2;
	margin-left:220px;
}
#content a {
	text-decoration:none;
	font-weight:normal;
}
#content a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#content_main {	
	padding:15px 0 35px 35px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:justify; /* BLOCKSATZ */
	min-height:350px;
  height:auto !important;  /* für moderne Browser */
  height:350px;  /*für den IE */
}
#content_main a {	
	color:#FE0000;
}
#content_main a:hover {	
	color:#FE0000;
}
#content_main .text {	
	text-align:justify; /* BLOCKSATZ */
}
#content_main ul {	
	padding-left:0px;
	margin-left:9px;
}
#content hr {
	height:1px;
	background-color:#FFFFFF;
	border-width:0px;
	margin-top:15px;
	margin-bottom:15px;
}

/***** Formatierung Copyright */
#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#666666;
	width:980px;
	line-height:25px;
	background-color:#FFFFFF;
	text-align:right;
}
#copyright a {
	color:#666666;
	font-size:8.5pt;
	text-decoration:none;
}
#copyright a:hover {
	font-size:8.5pt;
	text-decoration:none;
	color:#333333;
}

/***** Formatierung Footer */
#footer {	
	background:#FE0000;
	padding:5px;
	text-align:right;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}
.form_text {
	margin-right:10px;
}

/***** Formatierung Überschriften */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
	/*padding:0 0 15px 0;*/
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0;
	margin-bottom:5px;
	color:#666666;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin:0;
	color:#000000;
	font-weight:normal;
}

/***** Formatierung der Hauptnavigation */
.hauptnavigation { 
	text-decoration: none;
	color:#000000;
	line-height:20px;
	display:inline-block;
	margin-left:46px;
	font-weight:bold;
}			
.hauptnavigation_one { 
	text-decoration: none;
	color:#000000;
	line-height:20px;
	display:inline-block;
	margin-left:15px;
	font-weight:bold;
}			
.hauptnavigation a:link,
.hauptnavigation a:visited	{ 
	color: #000000;
	font-weight:bold;
}
.hauptnavigation a:hover	{ 
  color: #000000;
	line-height:20px;
	display:inline-block;
	margin-left:15px;
	font-weight:bold;
}

.hauptnavigation_aktiv,
.hauptnavigation_aktiv a:link,
.hauptnavigation_aktiv a:visited,
.hauptnavigation_aktiv a:hover	{ 
	color: #FE0000;
	text-decoration: none;
	margin-left:46px;
	line-height:20px;
	display:inline-block;
	font-weight:bold;
}
.hauptnavigation_aktiv_one,
.hauptnavigation_aktiv_one a:link,
.hauptnavigation_aktiv_one a:visited,
.hauptnavigation_aktiv_one a:hover	{ 
	color: #FE0000;
	text-decoration: none;
	margin-left:15px;
	line-height:20px;
	display:inline-block;
	font-weight:bold;
}

.hauptnavigation_unsichtbar,
.hauptnavigation_unsichtbar a:link,
.hauptnavigation_unsichtbar a:visited { 
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.unsichtbar a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.hauptnavigation_unsichtbar_aktiv,
.hauptnavigation_unsichtbar_aktiv a:link,
.hauptnavigation_unsichtbar_aktiv a:visited,
.hauptnavigation_unsichtbar_aktiv a:hover	{
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
}

/***** Formatierung Kopfbild */
#header {
 background-color:#FFFFFF;
}
#headerImage {
	width:100%;
	height:120px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(head_images/kopfbild_hggif.gif);
}

/***** Formatierung News/ Highlights */
#highlights {
}

#highlight_text,
#highlight_image {
 	color:#000000;
}

/***** Formatierung der Bilder */
img {
	border:0px;
}

/***** Formatierung des Inahltsverzeichnisses */
.inhaltsverzeichnis {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11pt;
	color:#666666;
}
.inhaltsverzeichnis a {
	font-weight:normal;
	font-size:10pt;
	color:#ff0000;
}

/***** Formatierung des gesamten Kopfteils */
#intro { 
}

/***** Formatierung des Sprachwechsels */
#language{
	margin:5px 0 0 15px;
}

/***** Formatierung der Bildlegenden */
.legende {
	padding-top:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	line-height:1.2;
}

/***** Formatierung des Loginformular */
#login{
	margin:45px 0 0 24px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	line-height: 10pt;
	font-weight: bold;
}
#login a{
	color: #000000;
}
#login a:hover{
	color: #ffffff;
}

/***** Formatierung der Hauptnavigation */
#mainnav{
  position:relative;	
	left:0px;
	width:760px;
	color:#000000;
	background:#FFFFFF;
	border-top:#FFFFFF solid 1px;
	padding-left:20px;
	font-weight:bold;
}

#mainnav a{
	color:#000000;
	font-weight:bold;
}
#mainnav a:hover{
}

/***** Formatierung des Suchfeldes */
#searchform {
}

/***** Formatierung der Seitenleiste */
#sidebar {
	position:absolute;	
	left:0;
	width:220px;
}
#sidebar a {
	text-decoration:none;
}
#sidebar a:hover {
	color:#FFFFFF;
}

/***** Formatierung der Unternavigation */
#subnav {
	margin:0px 0px 0px 20px;
}
#subnav a {
	font-size:8.5pt;
	text-decoration:none;
	line-height:1.2;
	color:#000000;
}
#subnav ul {
	margin:0 0 0 3px;
	padding:0px;
	list-style:url(layout/listelement.gif);
}
#subnav li {
	/*margin-top:5px;*/
	margin-left:1px;
	margin-bottom:5px;
}
#subnav li .unternavigation,
#subnav li .unternavigation a:link,		
#subnav li .unternavigation a:visited	{ 
	list-style:url(layout/listelement.gif);
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	line-height: 10pt;
	font-weight: bold;
}
#subnav li .unternavigation a:hover	{ 
	color: #FE0000;
	text-decoration: none;
	line-height: 10pt;
}
#subnav li .unternavigation_aktiv a,
#subnav li .unternavigation_aktiv a:link,
#subnav li .unternavigation_aktiv a:visited{
	color:#FE0000;
	line-height: 10pt;
}
#subnav li .unternavigation_aktiv a:hover { 
	color:#FE0000;
	line-height: 10pt;
}

#subnav li .unternavigation_unsichtbar,
#subnav li .unternavigation_unsichtbar a:link,
#subnav li .unternavigation_unsichtbar a:visited {
	color: #990000; 
	text-decoration: none; 
	line-height: 10pt;
}
#subnav li .unternavigation_unsichtbar a:hover {
	color: #990000; 
	text-decoration: underline; 
	line-height: 10pt;
}

#subnav li .unternavigation_unsichtbar_aktiv,
#subnav li .unternavigation_unsichtbar_aktiv a:link,
#subnav li .unternavigation_unsichtbar_aktiv a:visited,
#subnav li .unternavigation_unsichtbar_aktiv a:hover { 
	color: #990000; 
	text-decoration: underline; 
	line-height: 10pt;
}

/***** Formatierung der aufklappenden Unternavigation */
.subnav_flip {
	position:absolute;
	padding:0px;
	margin-top:0px;
	background-color:#CCCCCC;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	z-index:7;
	font-size:8.5pt;
	visibility:hidden;
}
.subnav_flip ul {
	list-style:none;
	margin:0;
	padding:0;
	z-index:7;
}
.subnav_flip li {
	border-bottom:1px #000000 solid;
	padding:3px;
	z-index:7;
}

/***** Formatierung des Textes */
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.2;
}
.text ul {
	list-style-image: url(layout/pfeil_liste.gif);
	list-style-position:inside;
	margin: 10px 0 0 19px;
}
.text_tabelle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.2;
	color:#CCCCCC;
}

sprachwechsel_active {
	color:#FE0000;
}

#standorte{
	background-color:#FFFFFF;
	height:20px;
	line-height:20px;
}
#standorte a{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#standorte a:hover{
	color:#FE0000;
}

.text_tabelle{
	color:#000000;
}

#lauftext {
	width:335px;
	height:30px;
	color:#FE0000;
	margin-top:65px;
	z-index:500;
	position:absolute;
	left:0;
}
.lauftext_01{
	font-size:12px;
	font-weight:bold;
}
.lauftext_02{
	font-size:11px;
	font-weight:bold;
}

.crew_text {
	font-size:10px;
	vertical-align:top;
}
.crew_text h1 {
	font-size:11px;
	margin:0;
	padding:0;
}
.crew_text h2 {
	font-size:10px;
}

.form_text {
	font-size:10pt;
	line-height:1.2;	
}

sub {
}

#homelink {
	position:absolute;
	right:0px;
	top:0px;
}



/* form generator */
#php_form, #php_form * {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:normal;
	line-height: 1.2;
}

.form {
	width: 300px;
}

.form_error {
	width: 300px;
	background:none repeat scroll 0 0 #FFB9B9;
	border:1px solid #FF0000;
}
.checkbox {
	width: auto !important;
}

/* zip and city */
.form_zip {
	width: 45px !important;
	margin-right: 5px;
}
.form_city {
	width: 250px !important;
}
/* name and family name */
.form_name {
	width: 125px !important;
	margin-right: 5px;
}
.form_familyname {
	width: 170px !important;
}

