/* BODY
-------------------------------------------------------------------- */
BODY{
   FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
   FONT-SIZE: 11pt;
	color: #181818;
	MARGIN-TOP: 20px;
	MARGIN-LEFT: 0;
	MARGIN-RIGHT: 0;
	MARGIN-BOTTOM: 0;
	padding: 0;
	text-align: center;
	background-color: #333333;
	background-image: url(images/bg-rahmen.jpg);
	background-repeat: repeat-x;
	line-height: 1.5em;
}

/* FORMULARELEMENTE
-------------------------------------------------------------------- */
FORM{
	COLOR: #181818;
	padding: 5px;
	margin: 0px;
	width: 680px;
}
FORM.suche{
	background: none;
	border: 0;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 245px;
}
FORM.suchfeld{
	background: none;
	border: 0;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	width: 160px;
}
LABEL{ width: 220px;	float: left; font-weight: normal;}
RADIO{ COLOR: #181818;	}
INPUT{
	border: 1px solid #181818;
	background-color: #FFFFFF;
	COLOR: #181818;
	width: 300px;
	height: 24px;
	padding: 2px;
	margin-bottom: 2px;
}
INPUT.zweihundert{ width: 230px; }
INPUT.plz{ width: 67px; }
INPUT.ohne_rahmen{
	border-width:0;
	background-color:#f4f4f4;
   COLOR: #181818;
	width: 15px;
	height: 22px;
	background-image: none;
}
INPUT.button{
	background-image: url(images/bg-button.jpg);
	background-repeat: repeat-x;
   COLOR: #FFFFFF;
	width: 300px;
	height: 30px;
	font-weight: bold;
	border: none;
	margin-top: 10px;
	cursor: pointer;
}
SELECT{
	border: 1px solid #181818;
	background-color:#FFFFFF;
   COLOR: #181818;
	width: 300px;
	padding: 2px;
	margin-bottom: 2px;
}
SELECT.hundert{ width: 140px; }
SELECT.zweihundert{ width: 200px; }
textarea{
   FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
   FONT-SIZE: 11pt;
	border: 1px solid #181818;
	background-color:#FFFFFF;
   COLOR: #181818;
	width: 300px;
	padding: 2px;
}
span.pflicht {color: #ee1b22;}
fieldset {
	border: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #f4f4f4;
	position: relative;
	line-height: 1.5;
}
legend {
   font-size: 16px;
	font-weight: bold;
	padding: 2px;
   COLOR: #181818;
	line-height: 1.3;
}
.pflicht { color: #ee1b22; }
#kontaktformular label{ clear: both; }
.erfolg { border: 1px solid #669933; padding: 5px; margin: 10px 0; background-color: #ccff99; color: #669933;}
.fehler { border: 1px solid #cc0000; padding: 5px; margin: 10px 0; background-color: #ff9999; color: #cc0000;}
.falle { display: none;}

/* TABELLEN
-------------------------------------------------------------------- */
TABLE{
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TABLE.formrahmen{
    Background: #cccccc;	
}
TABLE.hell{
    Background: #f4f4f4;	
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TABLE.mittel{
    Background: #e7e7e7;	
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TR{
    FONT-SIZE: 11pt;
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TR.farbig{
    Background: #cccccc;	
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TR.mittel{
    Background: #e7e7e7;	
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
}
TR.hell{
    Background: #f4f4f4;	
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TH{
    FONT-SIZE: 27pt;
    COLOR: #ee1b22;
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif
}
TD{
    FONT-SIZE: 11pt;
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	color: #181818
}
TD.mittel{
    Background: #e7e7e7;	
    FONT-SIZE: 11pt;
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	color: #181818
}
TD.farbig{
    FONT-SIZE: 11pt;
    Background: #cccccc;
    FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	color: #181818
}

/* ALLGEMEINE FORMATIERUNGEN
-------------------------------------------------------------------- */
li{ color: #181818;	list-style-image:url(images/anstrich-li.gif); }
P{
	FONT-SIZE: 100%;
	FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	color: #181818;
	line-height: 1.5em;
}
P.klein{	FONT-SIZE: 80%; color: #181818; }
P.abschluss{ FONT-SIZE: 80%; COLOR: #ee1b22; }
A{
	FONT-SIZE: 100%;
   COLOR: #f58322;
	text-decoration: none;
}
A:hover{ COLOR: #181818; text-decoration: none; }
A.klein{ FONT-SIZE: 80%; }
a.noborder:hover { border: 0; text-decoration: none; }
hr{ width: 100%; color: #cccccc; height: 1px; border: 0; }

/* NAVIGATION
-------------------------------------------------------------------- */
#nav {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#nav li {
	list-style-image:none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
}
#nav li a {
	FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	display: block;
	color: #181818;
	text-align: left;
   padding: 1px 3px;
   margin: 0px;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
	background-color: #666666;
}
#nav li a.aktiv {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
	background-color: #ee1b22;
}

#nav li.nav1 {
}
#nav li.nav1 a {
	FONT-FAMILY: Calibri, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	display: block;
	color: #181818;
	text-align: left;
   padding: 1px 3px 1px 8px;
   margin: 0px;
	letter-spacing: 0em;
	border: 0;
   text-decoration: none;
}
#nav li.nav1 a:hover {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
	background-color: #999999;
}
#nav li.nav1 a.aktiv {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
	background-color: #999999;
}

/* RAHMEN
-------------------------------------------------------------------- */
#rahmen{
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
}

/* HEADER
-------------------------------------------------------------------- */
#header{
	width: 960px;
	height: 165px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navi-oben {
	color: #999999;
	padding: 0 10px 0 0;
}
#navi-oben a {
	color: #999999;
	font-size: 11px;
	font-family: "Arial Narrow", Arial;
	text-decoration: none;
}

/* INHALTSBEREICH
-------------------------------------------------------------------- */
#content {
	width: 960px;
	min-height: 400px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}
#links {
	width: 230px;
	margin: 0;
	float: left;
	text-align: center;
}
#inhalt{
	width: 710px;
	min-height: 255px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	float: right;
}
h1{
	font-size: 170%;
	font-weight: bold;
	color: #ee1b22; 
	margin: 5px 0 10px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #e7e7e7;
}
#inhalt h2{
   font-size: 140%;
	color: #f58322; 
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight: bold;
}
#inhalt h3{
   font-size: 120%;
	color: #181818; 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px dotted #e7e7e7;
}
#inhalt h4{
   font-size: 100%;
	color: #181818; 
	font-weight: bold;
	margin: 2px 3px;
	padding: 0px;
}
#inhalt ul li h3 {
	border: none;
	font-weight: normal;
}
ul li h3 a{
   COLOR: #f58322;
}
.anmeldung {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	background-color: #333333;
	margin: 15px 0;
	border: 1px dotted #66cc33;
}
.anmeldung a {
	text-decoration: none;
	display: block;
	padding: 8px;
	color: #66cc33;
}
.anmeldung a:hover {
	color: #FFFFFF;
	background-color: #66cc33;
}
#kontakt {
	width: 210px;
	margin: 20px auto;
	color: #666666;
	text-align: left; 
	font-size: 110%;
}

/* PRODUKTE
-------------------------------------------------------------------- */
table.produkte { width: 400px; }
td.produktlinks { width: 250px; }
td.produktrechts { width: 150px; }
div.produkt { float: left; width: 230px; text-align: center;}

/* REFERENZEN
-------------------------------------------------------------------- */
div.referenz { float: left; width: 230px; text-align: center;}
a.galerielink {
	background-color: #666666;
	width: 190px;
	height: 20px;
	display: block;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	margin: 0 auto;
}
div.referenz img { margin: 0; padding: 0; }
#inhalt h3.ref { font-size: 100%; font-weight: normal; border: none; }

/* NOPRINT BEREICH
-------------------------------------------------------------------- */
div.noprint { display: none; }

/* SUCHE
-------------------------------------------------------------------- */
#suche form{
	background: none;
	border: none;
}
#suche .buttonsuche{
	background-image: url(images/bg-button.jpg);
	background-repeat: repeat-x;
   COLOR: #FFFFFF;
	width: auto;
	height: 25px;
	font-weight: bold;
	border: none;
}
INPUT.suche{ width: 140px; }
INPUT.suchebutton{
	width: 20px;
	background-color:#ffffff;
	background-image: url(images/suche.gif);
	background-repeat: no-repeat;
	border: 0;
}
#suchergebnis p { font-size: 80%; }
span.highlight { font-weight: bold; color: #ee1b22; }

#suchfeld { width: 210px; margin: 10px auto; padding: 0 0 8px 0; text-align: left; border-bottom: 1px solid #666666; color: #666666;}
#suchfeld form{ width: 210px; margin: 0; padding: 0; }
INPUT.suchfeld{
	width: 190px;
	height: 20px;
	border: none;
	background-image: none;
	background-color: #FFFFFF;
	color: #666666;
}
INPUT.suchfeldbutton{
	width: 20px;
	background-color: #e7e7e7;
	background-image: url(images/suche.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* KONTAKT
-------------------------------------------------------------------- */
.kontaktbox{
	width: 140px; 
	float: left; 
	background-image: url(images/anstrich.gif); 
	background-repeat: no-repeat; 
	background-position: 0 5px;
	padding-left: 15px;
}
a:hover.autor { border: 0px; }
form p { margin-bottom: 5px; }

/* FOOTER
-------------------------------------------------------------------- */
#footer{
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background-color: #202020;
	background-image: url(images/bg-footer.gif); 
	background-repeat: repeat-x; 
	border-top: 1px solid #FFFFFF;
}
#footer p {
	FONT-FAMILY: "Arial Narrow", Arial;
	font-size: 80%;
	color: #dadada; 
	text-align: left;
	margin: 5px 0 0 10px;
	padding: 0;
}
#footer a{ 
	FONT-FAMILY: "Arial Narrow", Arial;
	color: #dadada; 
}
#footer a:hover{
	color: #dadada; 
	border: 0;
	background: none;
	text-decoration: underline;
}

/* IE7 PROBLEME
-------------------------------------------------------------------- */
*html input{ height: 22px; }
*html select {	margin-right: 4px; }
*html fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}
*html fieldset legend {	float: left; position: relative; margin-top: -1.5em;}
*html #suchfeld { width: 160px;}
*html INPUT.suchfeldbutton{ margin: 0 0 2px 0; background-position: 4px 2px;}
*html #suche .buttonsuche{ height: 22px; }
*html #content { height: 400px; }


