/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin:0 0 15px 0;
  padding:0px;
  background-color: #B50F13; 
  font-size:100.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  text-align: center;  
  }



/* Allgemeine Klassen und Tags
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

b, strong {
	color: #333;
	font-weight: bold;
}

.rot {
	color: #CE1115;
	font-weight: bold;
	line-height: 120%;
}
.orange {
	color: #FFA801;
	font-weight: bold;
}

.mini {             
font-size: 80%;
line-height: 120%;
}

.betonung {
  background-color:#CE1115;
  color:#FFF;
  padding:2px;
  }
.betonung2 {
  background-color:#CE1115;
  color:#FFF;
  padding:5px;
  font-size: 90%;
  font-weight:bold;
  }

.underline {
	text-decoration: underline;
}

.textfeld {              /*  checken !!!!!  */
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-top: 0; border-left: 0;
padding: 1px;
background-color: #F8F8F8;
}

.textarea {              /*  checken !!!!!  */
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-top: 0; border-left: 0;
padding: 1px;
background-color: #F8F8F8;
height: 80px;
}

.absenden, .loeschen {             
border: 2px solid #B50E1A;
padding: 2px 10px;
margin-left: 13px;
background-color: #F8F8F8;
text-align: center;
width: 300px;
}

/* Bilder stehen einzeln !! - nicht innerhalb des Absatzes */

.bildRechts { 
	float: right;
	margin:  0.3em 0 0 20px;
}

.bildLinks { 
	float: left;
	margin: 0.3em 20px 0 0;
}

.ohnerahmen { 
	border-style:none;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.spacer { 
	margin:0;
	padding:0;
}


/* Aussenrahmen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#aussenrahmen {
  background:#FFF url(images/hgr_spalte1.jpg) repeat-y left top;
  width:900px;
  margin: 30px auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
}


* html #aussenrahmen {  /* Box Model Hack - notwendig wegen padding-Angabe */
  width: 904px;    /* Fuer IE 5 und 5.5 */
  wid\th: 900px;   /* Fuer IE 6 */
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* linke Seite:  Spalte 1 mit Logo und Navi          */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float:left;     
  width:260px;
  color:#666;
  padding: 0;
  margin: 0;
}

#spalte1 #logo {
background:#FFFFFF;
}

#spalte1 #navi {
  background:#FFF url(images/pigmente_hgr.jpg) top right;
  padding: 10px 0 20px 0;
  margin: 0;
  border-top: 2px solid #333;  
  border-bottom: 2px solid #333;    
}


#spalte1 #navi ul{
  list-style-type:none;
  padding: 0;
  margin: 1em 0 0 0;
}

#spalte1 #navi ul li a {
  display:block;
  width:235px;
  color:#333;
  font-weight:bold;
  font-size: 0.8em;
  padding:5px 0 5px 25px;
}

* html #navi ul li a {  /* Box Model Hack  */
  width: 260px;    /* Fuer IE 5 und 5.5 */
  wid\th: 235px;   /* Fuer IE 6 */
}

.mittig {
  padding:5px 0 5px 25px;
  margin: 15px 0;
}

#spalte1 #navi a.spacer {
  margin-top: 7px;
}

#spalte1 #navi a:link, #spalte1 #navi a:visited {
  text-decoration: none; 
}

#spalte1 #navi a:hover, #spalte1 #navi a:active {
  color: #FFF !important; 
  background: #FFA801 url(images/hgr_naviover.jpg) repeat-y right top !important; 
  text-decoration: none; 
}

#spalte1 #navi li.on a {
  color: #FFF !important; 
  background: #CE1115 url(images/hgr_navion.jpg) repeat-y right top !important; 
  text-decoration: none; 
}

#spalte1 #navi li.on a.spacer {
  color: #FFF !important; 
  background: #CE1115 !important; 
  text-decoration: none; 
  margin-top: 7px;
}

* html #spalte1 li {
  display: inline; /* Wird fuer IEs gebraucht */
}

* html #spalte1 a { height: 1em; } /* Wird für IE 5 gebraucht, sonst werden die Linien nicht ganz durchgezogen */


#spalte1 p {
  font-size: 70%;
  line-height: 150%;
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* rechte Seite:  Spalte 2 mit Kopf, Menue und Inhalt    */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width:640px;
  background-color: #FFEDCC; /* vorher #fff  */
  margin: 0;
  padding: 0;
}

/* Kopf mit Slogan, Topnavi und Language
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#kopf {
  width:640px;
  height:153px;
  background: #fff;
  margin: 0;
  padding: 0;
}

#slogan {
  float:left;
  display:inline;
  width:455px;  
  background:#FFF;
  margin: 20px 0 10px 20px;
  padding: 0;
  color: #CE1115;
}

#slogan .schrift1 {
  font-size: 1.20em;
  font-weight:bold;
  line-height: 1.4em;
  text-transform:uppercase;
}

#slogan .schrift2 {
  font-size: 1.10em;
  font-weight:bold;
  line-height: 1.4em;
}

#topnavi {
  float:left;
  display:inline;
  width:150px;
  height:126px;
  text-align:right;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
}

/* kein Box Model Hack, da Margin  */

#topnavi .topline{
  background:#FFF; 
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

#topnavi a {
  font-size: 0.7em;
  font-weight:bold;
}

#topnavi a:link, #topnavi a:visited {
  color: #333;
  text-decoration: none;
}

#topnavi a:hover, #topnavi a:focus, #topnavi a:active, #topnavi a.an  {
  color: #CE1115;
}

/* Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  width:640px;
  position:relative;
  background:#FFF url(images/pigmente_hgrmenu.jpg);
  margin: 0;
  padding: 0;
  border-top: 1px solid #CE1115;  
  border-bottom: 1px solid #CE1115;  
}

#menue ul {
  padding: 7px 0 10px 0;
  margin: 0 0 0 17px; /* Abstand #spalte1 */
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 10px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 80%;
  font-weight: bold;
}

#menue a:link, #menue a:visited {
  color: #333;
  text-decoration: none;
  padding: 3px 5px;
}

#menue a:hover, #menue a:focus, #menue a:active  {
  color: #FFF;
  background-color: #FFA801;
  padding: 3px 5px;
}

#menue .menueon, #news.menueon{
  color: #FFF !important;
  background-color: #CE1115!important;
  padding: 3px 5px;
}  

#news {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* Inhalte
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 h1 {
	color: #CE1115;
	font-size: 105%;
	line-height: 160%;
	margin: 22px 20px 10px 20px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	border-bottom: 2px dotted #CE1115;
}
#spalte2 h1 sup { font-size:1em; line-height:2em; }

#spalte2 h2 {
	color: #CE1115;
	font-size: 100%;
	line-height: 140%;
	margin: 1.5em 20px 0 20px;
	padding: 0;
}

#spalte2 h3 {
	color: #333333;
	font-size: 80%;
	line-height: 150%;
	margin: 0 5px 15px 5px;
	padding: 5px 20px;
	background-color: #F1F0EF;
	border-bottom: 1px solid #ccc;
}

#spalte2 fieldset {
  font-size: 90%;
  line-height: 150%;
  margin: 1em 20px 25px 20px;
}

#spalte2 #inhalt p {
  font-size: 90%;
  line-height: 150%;
  margin: 1em 20px;
  text-align:justify;
}

#spalte2 #inhalt ul {
	font-size: 90%;
	line-height: 150%;
   padding: 0 20px 1em 15px;
	margin: 0 0 0 30px; 
}

#spalte2 #inhalt li {
	padding-left: 10px;
	margin-bottom: 2px;          /* NEU  */
}

#spalte2 #inhalt ul.abstand {
	margin-top: 12px;            /*20px*/
}
#spalte2 #inhalt ul.abstand li {
	margin-bottom: 5px;          /*10px*/
}

#inhalt a { 
text-decoration: underline;
}
#inhalt a:link, #inhalt a:visited {
  color:  #666;
}
#inhalt a:hover, #inhalt a:focus {    /* #inhalt a:active*/
  color: #FFA801;
}

#inhalt a.top { 
	text-decoration: underline;
	font-size: 90%;
	text-align:right;
	font-weight:bold;
	display:block;
	padding:0;
	margin:0;
}
#inhalt a.top:link, #inhalt a.top:visited {
  color:  #666;
}
#inhalt a.top:hover, #inhalt a.top:focus, #inhalt a.top:active {
   color: #B50E1A;
}

#spalte2 #inhalt img { 
/*   border: 1px solid #CE1115;*/
}

#spalte2 #inhalt p.box {
  background-color: #fff;  /* vorher #FFEDCC  */
  float: left;
  width: 200px;
  padding: 10px 10px 15px 10px;
  margin: 10px 0 10px 20px;
  border: 1px solid #CE1115;
  font-size: 80%;
}

#spalte2 #inhalt p.boxtext {
  float: left;
  width: 340px;
  padding: 8px 10px;
  margin: 10px 0 10px 15px;
  border-top: 1px solid #CE1115;
  background-color: #fff;  /* vorher #FFF8EA  */
  font-size: 75%;
  line-height: 130%;
}

#spalte2 #inhalt p.vorzug, #spalte2 #inhalt p.vorzugplus {
  border: 1px solid #CE1115;
  background-color:#fff;  /* vorher #FFEDCC  */
}

#spalte2 #inhalt p.vorzug {
  padding: 10px 20px;
  text-align:center;
  margin: 20px;
}

#spalte2 #inhalt p.vorzugplus {
  padding: 10px 20px;
  margin: 20px;
}


/* Footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
  font-size:70%;
  text-align:center;
  background-color:#FFFAF0;
  padding: 12px 0;
  line-height:100%;
  border-top: 1px solid #B50F13;
  border-bottom:2px solid #333;
}

#footer a:link, #footer a:visited {
  color:  #666;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: #CE1115;
}

