body {
	/* Verschiebebalken */
	scrollbar-FACE-color: #F7F7F7;
	/* Innenschatten */ 
	scrollbar-highlight-color: #999999; 
	/* Außenschatten rechts */ 
	scrollbar-shadow-color: #f2f2f2;
	/* Außenschatten links */ 
	scrollbar-3dlight-color: #f2f2f2;
	/* Pfeilfarbe */ 
	scrollbar-arrow-color: #999999; 
	/* Laufleiste */
	scrollbar-track-color: #ffffff; 
	/* Außenschatten dunkel */
	scrollbar-darkshadow-color: #999999
	}
	
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #333;
   font-size: 11px;
   line-height: 20px;
}

h1 {
   font-size: 14px;
   font-weight: bold;
}

.newsheadline{
	text-align: right;
	font-weight: bold;
	background-color:#d70074;
	color:#fff;
	padding-right:20px;
}	

.textnews{
	border: solid 1px #666;
	padding:5px; 
	background-color:#fff;
	color:#666;
}
	
a {
   text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #B92023;
}

.nolink{
	text-decoration: none;
	color: #666;
}

.nolink a:hover{
	text-decoration: none;
	color: #666;
}

html, body {
   background: #fff;
   text-align: center;
}

html.center, body.center {
	height: 100%;
}

.absatz {
	padding: 30px 0 0 0;
}

#ul-format {
	padding: 0 0 0 30px;
	list-style-image:url(img/haken.gif)
}

#ul-format li {
	font-size:13px;
	line-height: 25px;
	font-weight:bold;
	
	}

/* Aussen-Container */
#container { 
	width: 990px; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #e9e9e9;
	text-align:center; 
	}

/* Header */
#header {
   width: 990px;
   height: 190px;
   position: relative;
   background-image:url(img/header_mit-Easy-neu.jpg);
   background-color: transparent;
}

#header_navi
 {
	position: absolute;
	bottom: 21px;
	left: 90px;
	background: transparent;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
}

#header_navi a {
   text-decoration: none;
   color:#FFFFFF;
   font-size:10px;
}

#header_navi a:hover{
	text-decoration: underline;
}

/* Inhalt */
#text {
	width: 460px;
	background: transparent;
	text-align: left;
	padding: 20px 80px 5px 0px;
	float: right;
}	

/* Produktionsbilder */
#productionpics {
	width: 200px;
	background: transparent;
	text-align: left;
	padding: 20px 0px 0 0;
	float: right;
	text-align:right;
}

#productionpics img{
	margin: 0px 0px 0px 0px;
	}

#tagcloud {
 text-align: justify;
 font-family: Arial, Helvetica;
 padding-right:20;
 }
 
#tagcloud a:hover{
	text-decoration: underline;
} 
 
#infobox {
	width: 190px;
	background: transparent;
	text-align: left;
	padding:0;
	margin: 35px 0 0 0;
}

#newstext {
 	font-family: Arial, Helvetica;
 	padding:10px 0 10px 10px;
 	border-bottom:dashed #666666 1px;
 	text-align: left;
 }
 
/* text img{
	float: left;
	margin:0px 20px 25px 0px;
	}*/

#text img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	}

#text p {
	margin: 0 0 20px 0;
	}
	
/* Hauptmenue */
#navi {
	width: 200px;
	background: transparent;
	float: left;
}

#navi ul {
	list-style: none;
	margin:0;
	padding-top: 20px;
	border: none;
	}

#navi li {
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
	text-align: left;
	background-image: url(img/menue.gif);
	background-repeat: no-repeat;	
	line-height: 2.5em;
	}

/* Navigation */	
#navi a {
   text-decoration: none;
   color: #666;
}

#navi a:hover{
	text-decoration: underline;
	color: #B92023;
}

#navi li .activeCat {	
}

#navi ul.active-link a{
	color: #B92023;
}

/* Formular */
input, textarea { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	background: #fff;
	float: left;
	width: 275px;
	font-size: 11 px;
	}

select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	background: #fff;
	float: left;
	width: 125px;
	font-size: 11 px;
	}
	
label {
	float: left;
	width: 125px;
	margin: 0px 4px 9px 0px;
	text-align: left; 
	}
	
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

input#submit {
	width: auto;
	height: 20 px;
	margin: 10px 0px 0px 0px;
	padding: 0 px;
}

form {
 	background: transparent;
	margin:0 px;
	padding:0 px;
}

/* Hintergrundverlauf */
.gradwhite img{
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bg_box {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.inhaltpos{
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  z-index:2;
  text-align:center; 
}

