 /*------------------------------------------------------------------------------------------------------*/

  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0 }
  * { font-size: 100% }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
	/* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    /* font-size: 75%;   75% von Basis 16 px == 12 px */
    font-size: 12px;
	/* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
	text-align: left;
	background-color: #30C;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../gifs/hg-body.gif);
	margin: 0;
	padding: 0;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }

  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, dl {
	margin: 0;
	list-style-type: square;
}

  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul.nav {
	margin: 0;
	list-style-type: none;
}
  ul.nav2 {
	list-style-type: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 12px;
}

  li {
	margin-left: 18px;
}
  ul.nav li {
	margin: 0px;
}
  ul.nav li a{
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	color: #333;
}
  ul.nav li a:hover{
	text-decoration: none;
	color: #BC1F18;
}
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

 /*------------------------------------------------------------------------------------------------------*/

body {
	background-color: #fff;/*#EBEBEB;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	/*line-height: 140%;*/
	padding-bottom: 30px;
	margin: 0px;
}

/**
*  Layer 
*/
#page {
	width:900px;
	padding: 0px;		/* standardkonforme horizontale Zentrierung */
	text-align:left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width:900px;
	background-color: #FFFFFF;
	padding: 0px;		/* standardkonforme horizontale Zentrierung */
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	position:relative;
	width:auto;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
}
#nav_main {
	width: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BC1F18;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_main_inner {
	padding-right: 0px;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	position:relative;
	width:auto;
	margin: 0px;
	padding: 0px;
}
#logo {
	position:relative;
	width:auto;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	/*font-size: 91.67%;*/
	font-size: 11px;
}
#logo-img {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 552px;
}
#logo-link {
	float: right;
	width: 300px;
}

#collage {
	position:relative;
	width:auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BC1F18;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	position:relative;
	width:auto;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-position: 0px 0px;
}
#footer2 {
	position:relative;
	width:auto;
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_inner {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #E5E5E5;
	/*font-size: 91.67%;   11 px */
	font-size: 11px; 
}
#footer2_inner {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-size: 91.67%;   11 px */
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-left: 20px;
}
#col1 {
	position:relative;
	width:220px;
	margin: 0px;
	float: left;
	padding: 0px;
}
#col1_inner {
	padding-right: 20px;
	padding-left: 14px;
	padding-top: 56px;
	padding-bottom: 10px;
	/*font-size: 91.67%;   11 px */
	font-size: 11px; 
}
#col2 {
	position:relative;
	width:680px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#col2_inner {
	padding-right: 14px;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 10px;
}
#ie_clearing {
	display: none
}
h1 {
	/*font-size: 200%;*/
	font-size: 22px;	
	color: #848282;
	letter-spacing: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848282;
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
}
.headline1ohne {
	/*font-size: 200%;*/
	font-size: 22px;
	color: #848282;
	letter-spacing: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848282;
	padding-bottom: 0.4em;
	margin-bottom: 0px;
}
.headline2, h2 {
	/*font-size: 200%;*/
	margin-bottom: 2px;
	color: #1A1A1A;
	font-weight: bold;
}
.main-img {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #848282;
	margin-top: 8px;
}
.img-right {
	padding: 1px;
	margin-left: 20px;
	border: 1px solid #848282;
	/*border: 1px solid #FFFFFF;	*/
}
hr {
	color: #848282;
}


a {
	color: #000000;
	text-decoration: underline;
}
.greylink {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.fazit {
	display: none; /*nur zu Layoutzwecken unsichtbar stellen*/
	font-style: italic;
	font-weight: bold;
	margin-top: 1.4em;
	text-align: right;
	padding-top: 0.8em;
	color: #BC1F18;
}
.fazit2 {
	padding-bottom: 20px;
	padding-top: 0.6em;
	color: #BC1F18;
	font-weight: bold;
	font-style: italic;
}
.quelle {
	font-size: 11px;
	font-style: italic;
}
.mark-temp {
	background-color: #CCFF00;
}
li.start {
	margin-left: 16px;
	color: #BC1F18;
}
.input3 {
	height: 14px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 6px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	width: 250px;
}
.input3b {
	height: 120px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 6px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	width: 250px;
}
.grey {
	font-style: italic;
	color: #4D4D4D;
}
.right {
	text-align: right;
	padding-top: 5px;
}
.consulter-div {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848282;
	margin-top: 20px;
}
.consulter-div-last {
	margin-top: 20px;
}

