* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	text-decoration: none;
	color: #666666;
}

u {
  text-decoration: underline;
}

html {
/*	overflow: scroll;*/
}

body {
	background: #ffffff;
}

img.pixel {
	width: 100%; height: 100%;
}

.container {
	position: relative;
	margin: 0px auto;
	width: 1000px; 
	overflow: hidden;
	background: white;
}

.kopf {
	width: 100%; height: 66px;
	position: relative;
	overflow: hidden;
	float: left;
	font-size: 11px;
}

.kopf p, .kopf a {
	color: #999999;
}

.input {
	float: left;
}

.kopf p.left {
	width: 185px;
	float: left;
	margin-top: -30px;
}

.kopf form.right {
	width: 100%; height: 20px;
	position: absolute;
	left: 0px;
	margin-top: 30px;
}

.kopf a, .kopf p {
	float: right;
	font-size: 11px;
}

.kopf a:hover {
	text-decoration: underline;
	font-size: 11px;
}

.kopf input {
	float: right;
	color: #999999;
	border: 1px solid #bbbbbb;
	width: 80px;
	margin-left: 40px;
	font-size: 11px;
}
	
.visual {
	width: 100%; height: 113px;
	background: url('/files/images/grey_bg.gif');
	overflow: hidden;
	float: left;
}

.visual img {
	vertical-align: middle;
}

.visual p {
	height: 100%;
	overflow: hidden;
	float: left;
	text-align: center;
}
	
.visual table {
	border-spacing: 0px;
	border-style: none;
}

.visual td {
	height: 113px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
	border-width: 0px;
}

.visual td.left {
	width: 189px;
	color: #a8a8a8;
	text-transform: uppercase;
	letter-spacing:4px;
	font-size: 11px;
}

.visual td.right {
	width: 300px;
	color: #ffffff;
	letter-spacing:2px;
	font-size: 12px;	
}

.visual p.left {
	width: 189px; height: 100%;
	background: url('/files/images/red_bg.gif');
	color: #a8a8a8;
	border-right: 1px solid white;
	text-transform: uppercase;
}

.visual p.middle {
	width: 500px; height: 100%;
}

.visual p.right {
	width: 300px; height: 100%;
	color: #ffffff;
	line-height: 1.5em;
}

.primnav {
	width: 100%; height: 36px;
	padding: 0px 0px 0px 10px;
	background: url('/files/images/navi_bg.jpg') no-repeat;
	float: left;
	position: relative;
}

.primnav img.bar {
	width: 1px; height: 17px;
	margin: 8px 0px 0px 0px;
}

.primnavitem {
	width: 210px; height: 36px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	background: url('/files/images/primnavitem_bg.gif') no-repeat;
}

.primnavitem a {
	float: left; 
	padding: 3px 15px 0px 15px;
	height: 36px;
	overflow: hidden;
	line-height: 2.0em;
	color: #6b6b6b;
	font-size: 14px;
}

.primnavitem a:hover, .primnav a.aktiv {
	color: #C10000;
}

.primnavitem a.sek {
	padding-left: 10px;
	padding-right: 0px;
	font-size: 11px;
	clear: left;
	height: auto;
	background: url('/files/images/arrow2.gif') no-repeat;		
  margin-left:18px;	
  margin-top:4px;		
	line-height: 1.3em;  
}

.primnavitem a.sek:hover {
	color: #c10000;
	text-decoration: underline;
	background: url('/files/images/arrow_red2.gif') no-repeat;
  margin-left:18px;	
  margin-top:4px;	
}

.primnavitem a.sek img {
	margin-right: 3px;
}

.main {
	width: 100%;
	float: left;
	margin: 7px 0px;
	padding: 20px 0px;
	background: white url('/files/images/main_bg.gif') repeat-y;
}

.seknav {
	width: 190px;
	float: left;
	line-height: 1.5em; 
}



.seknav a {
	color: #666666;
	font-size: 11px;
	background: url('/files/images/arrow.gif') no-repeat;
	padding-left: 10px;
}

.seknav a:hover, .seknav a.aktiv {
	color: #c10000;
	text-decoration: underline;
	background: url('/files/images/arrow_red.gif') no-repeat;
	padding-left: 10px;	
}

.seknav a.firstnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	font-weight: bold;
}

.seknav a.aktiv_firstnav {
	color: #c10000;
	padding-left: 0px;
  padding-top: 0px;	
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	background: none;
	font-weight: bold;
	text-decoration: none;
}

.aktiv_firstnav a:hover {
	text-decoration: underline;
}

.seknav li.firstnav {
	margin-bottom: 5px;
	color: #666666;
}

.seknav li.aktiv_firstnav {
	margin-bottom: 15px;
}

.seknav ul {
	margin: 0px 0px 20px 0px;
	list-style-type: none;
	clear:left;
}

.firstnav ul {
	margin: 10px 0px 20px 10px;
	list-style-type: none;
	clear:left;
}

.content {
	width: 615px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.content_breit {
	width: 800px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.content p, .content_breit p {
	margin: 15px 15px 0px 20px;
	line-height: 1.5em;
}

.content a, .content_breit a, .main a {
	color: #c10000;
	text-decoration: underline;
}

.content .top {
	color: #c10000;
	text-decoration: underline;
}

.content h1, .content_breit h1 {
	margin: 0px 20px 10px 20px;
	color: #c10000;
	font-weight: normal;
	font-size: 16px;
}


.content h2, .content_breit h2  {
	margin: 15px 20px;
}

.content h3,h4 {
	margin: 15px 20px 10px 20px;
	color: #c10000;
	font-weight: normal;
	font-size: 16px;
}

.content_breit h3,h4 {
	margin: 15px 20px 10px 20px;
	color: #c10000;
	font-weight: normal;
	font-size: 16px;
}

.content h4, .content_breit h4 {
	margin: 0px 20px 0px 20px;
}

.content h5, .content_breit h5 {
	margin: 30px 20px 10px 20px;
	font-weight: normal;
	font-size: 16px;
}

.stellenanzeige-einfuehrung
{
	font-size: 11px;
}

table.kontakt {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	background-color: white;
	line-height: 1.5em;	
}
table.kontakt th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.kontakt td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width: 300px;
	height: 150px;
}

table.kunden {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	background-color: white;
	line-height: 1.5em;	
}
table.kunden th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.kunden td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.loesungen {
  width:574px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	background-color: white;
	line-height: 1.5em;	
}
table.loesungen th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.loesungen td {
  width:286px;
	border-width: 1px 1px 1px 1px;
	padding: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #808080;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width:200px;
}

.content ul {
	margin: 15px 15px 20px 35px;	
	line-height:1.5em;
	list-style-type:square;
}

.content_breit ul {
	margin: 15px 15px 20px 35px;	
	line-height:1.5em;
	list-style-type:square;
}

.content p.small
{
  font-size: 10px;
}

.content_breit p.small
{
  font-size: 10px;
}

.red
{
  color: #C10000;
}

.floatLeft img 
{
  float: left;
	margin: 0px 15px 0px 20px;
  position: relative;
}

.floatLeft table 
{
	margin: 0px 15px 0px 18px;
}

.floatRight img
{
	float:right;
	margin: 0px 15px 0px 20px;
	background-color:white;
}

.kursiv
{
  font-style:italic;
}

.datenfakten
{
	margin: 15px 15px 0px 20px;	
}

.datenfakten table
{
	margin: 0px 15px 0px 0px;
}

.datenfakten td
{
  width:140px;
  line-height:1.5em;
}

.rhc {
	float: left;
	width: 190px;
}

.contentnews {
	border-top:1px solid #A9A9A9;
	border-bottom:1px solid #A9A9A9;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news-texte p.datum {
  font-style:italic;
}

#news-texte h2 {
	margin: 7px 15px 20px 20px;  
}

.rhc h1 {
	color: #c10000;
	font-weight: normal;
	margin: 0px 10px 20px 13px;
}

.rhc p {
	font-size: 11px;
	line-height: 1.5em;
	color: #828282;
	margin: 0px 6px 0px 13px;
}

.rhc p.topnewshighlight {
	text-decoration: underline;
	color: #666666;
	margin-top: 20px;
}

.rhc p.topnewshighlight a {
	text-decoration: underline;
	color: #828282;
}

.rhc p.topnewshighlight a:hover {
	text-decoration: underline;
	color: #c10000;
}

.rhc a {
	color: #c10000;
	font-size: 11px;
	text-decoration: underline;
}

.footer {
	width: 100%; height: 47px;
	border-top: 1px solid #bbbbbb;
	clear: left;
	float: left;
}

.footer p {
	margin: 10px 0px 0px 0px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	color: #999999;
}

.footer a {
	font-size: 11px;
	color: #999999;
}

.footer a:hover {
	text-decoration: underline;
}
	
.footer p.left {
	width: 390px;
	margin-left: 10px;
}

.footer p.middle {
	width: 250px;
	text-align: center;
}


.footer p.right {
	width: 140px;
	text-align: center;
	float:right;
}


/*Gewinnspiel-Formular */
.formgen {
  width:400px;
}

.formgen input {
	float: left;
	color: #999999;
	border: 1px solid #bbbbbb;
	width: 220px;
	margin-left: 40px;
	font-size: 11px;
}

.radiozeile input{
  clear: both;
  display: block;
  text-align:left;
	float: left;
	color: #999999;
	border: 0px solid #ffffff;
	width: 50px;
	margin-left: 125px;
	font-size: 11px;
}

.radiozeile {
  margin-bottom: 10px;
}

.formtextfield {
	float: left;
	color: #999999;
	border: 1px solid #bbbbbb;
	width: 220px;
	margin-left: 40px;
	font-size: 11px;
}

.zeile{
  clear: both;
  display: block;
  text-align:right;
}


.bezeichner {
  width: 100px;
  float: left;
  margin-right: 0.5em;
  padding: 5px 0 2px 0;
}

.eingabe {
  float: left;
  padding: 3px 0;
}

.formheadline {
  clear: both;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 20px;
}


.zahlzeile {
  clear: both;
  display: block;
  text-align:right;
}

.zahlzeile input{
  width: 20px;
}

.zahlzeileeingerueckt {
  clear: both;
  display: block;
  text-align:right;
  margin-left: 20px;
}

.zahlzeileeingerueckt input{
  width: 20px;
}

/*absenden*/
.formblock input {
	float: left;
	color: #999999;
	border: 1px solid #bbbbbb;
	width: 200px;
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom 40px;
	font-size: 11px;
}

/* Fehleranzeige*/
.forminfo {
	font-size: 14px;
	color:#C10000;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.mitmachen {
	font-size: 14px;
	color:#C10000;
	margin-left: 20px;
	border: 1px solid #bbbbbb;
	width:220px;
	padding:5px;
}

.liabstand {
  margin-bottom:8px;
}



