@charset "utf-8";
/* CSS Document */

/*Alle kritischen Werte instanzieren*/
* {
  margin: 0;
  padding: 0;
  }
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
  }

html { height: 100%; }
/**
------------------------------------------------------
Regeln fuer allgemeine Elemente
------------------------------------------------------*/
/* Schriftgroesse kontrollieren */
body, td, th {
  font: normal 80% Verdana, sans-serif;  }
td, th {
  f\ont-size: 100%;  }
/*Farben und Hintergruende setzen*/
body {
  color: #FFFFFF;
  background: #000000;
  }
/* Fuer kaputte Browser */
body {    
    min-height: 101%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }
body * {
    /*Textausrichtung korrigieren*/
    text-align: left;
    }

/* Links und Anker */
a:link {
    color: #fe9001;
    background-color: transparent;
	text-decoration: none;
    }
a:visited {
    color: #fe9001;
    background-color: transparent; }
a:hover,
a:focus {
    color: lightgrey ;
    background-color: transparent; }
a:active {
    color: #C0E772;
    background-color: transparent;  }
    
/* ueberschriften*/
h1, h2, h3, h4, h5, h6 {
  
    background-color: transparent;  
    font-size: 1em;  }
h1 {
  font-size: 1.6em;
  margin: 0 0 1em 0;}
/* Absaetze */
p {
  margin: .8em 0;  }
/**
-------------------------------------------------
Regeln fuer besondere Bereiche
-------------------------------------------------*/
#komplett {
	width: 1000px;
	min-height: 800px;
	background: url(../pix/background1000x1200.gif) bottom no-repeat;
	z-index: 1;
	margin: auto;
	}

#kopfbereich {
	width: 1000px;
	min-height: 480px;
		}
#menue_links {
	width: 168px;
	min-height: 325px;
	margin-top: 65px;
	list-style-type: none;
	font-size: 1.3em;
	float: left;
	letter-spacing: 2px;
	}
	
#menue_rechts {
	float: right;

	width: 168px;
	margin-top: 65px;
	font-size: 1.3em;
		letter-spacing: 2px;
	}
/** Navigation
---------------*/
ul#navi {
    font-family: arial, helvetica, sans-serif;
    list-style-type: none;
    margin: 0 0 0 0;
  }
li#nav {
  margin: 0 0 0 0;
  }
#nav a {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: white;
  background: url(../pix/bu_lks_inaktiv.png) left top no-repeat;  
display: block;
width: 168px;
  line-height: 30px;
  padding: 3px 10px 8px 10px;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
  margin: 15px 0 15px 0;
  }
#nav a:hover,
#nav a:focus,
#nav a:active {
  color: #fe9001;
  font-weight: bold;
  border: 0;
  background: transparent url(../pix/bu_lks_aktiv.png) left top no-repeat;
  width: 160px;
  }

 ul#navire {
    font-family: arial, helvetica, sans-serif;
    list-style-type: none;
    margin: 0 0 0 0;
  }
li#navre {
  margin: 0 0 0 0;
  }
#navre a {
  font-family: arial, helvetica, sans-serif;

  font-weight: bold;
  color: white;
  background: url(../pix/bu_re_inaktiv.png) left top no-repeat;  
display: block;
width: 148px;
  line-height: 30px;
  padding: 3px 10px 8px 10px;
  text-align: right;
  text-decoration: none;
  list-style-type: none;
  margin: 15px 20px 15px 0;
  }
#navre a:hover,
#navre a:focus,
#navre a:active {
  color: #fe9001;
  font-weight: bold;
  border: 0;
  background: transparent url(../pix/bu_re_aktiv.png) left top no-repeat;
  width: 148px;
  }
#logo {
	width: 544px;
	float: left;
	text-align:center;
	padding-left: 50px;
	}
#zusatznav {
	width: 850px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	clear: both;
	}

#inhalt {
	font-size: 1.1em;
	width: 660px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	}
#inhalt ul {
	padding: 5px 5px 5px 0px;

	}
#inhalt li {
	font-size: 1.1em;
	padding: 8px 5px 3px 5px;
	list-style-type: none;
			}
#inhalt a, #inhalt a:hover, #inhalt a:visited {
	  color: fe9001;
		}
#bildbalken {
		
		width: 1000px; height: 207px;
		z-index: 2;
		}
#footer {
	padding-top: 20px;
	height: 140px;
	background: transparent;
	}

#showroom {
	width: 268px;
 padding-top:60px; left: 750px;

      z-index:1;
	}
#showroom2 {
	position: absolute;
	width: 268px;
	margin: 270px 0px 0 740px;

      z-index:2;
	}
#fusstext {
	margin-top: 130px;
	background: #fe9001;
	color: #000000;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-align: center;
	}
#fusstext a, #fusstext a:hover, #fusstext a:visited {
		color: #000;
		}
p#bodytext {
    color: #000;
    
    margin: 0 73px 0px 200px;
    padding: 54px 20px 40px 60px;
    height: auto;
    background: url(../pix/bg_content_middle.html) right bottom repeat-y;
    }

/* Standardmaessige nicht sichtbare Inhalte zur Erleichterung der Orientierung mit assistiven Technologien */
.invisible {
  position: absolute;
  left: -9999px;
  }
.csc-mailform-field {
	font-family:  arial,  sans-serif;
	text-align: left;
	font-size: 11px;
	border-width:0px;
}
.csc-mailform {
	font-family:  arial, sans-serif;
	color: #000000;
	font-size: 11px;
	border-width:0px;
	font-weight: bold;
}
.name-of-person {
	color: black;
    font-size: 16px;
	line-height: 14pt;
	text-align: left;
  	font-family:  arial, sans-serif;
    	}
.detail {
	color: black;
   	font-size: 16px;
	line-height: 14pt;
	text-align: right;
   	font-family: arial,  sans-serif;
    	}
.csc-bulletlist {
	color: black;
	font-size: 16px;
	line-height: 14pt;	
   	font-family: arial,  sans-serif;
	}
.csc-textpic-caption {
	font-size: 10px;
	}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul
{
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0;
width: 660px;
background: transparent;
}

.csc-textpic, .csc-textpic-imagewrap ul, .csc-textpic-imagewrap li {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0;
width: 660px;
background: transparent;
}
div.csc-textpic-imagewrap {
		padding: 8px;
		}
.csc-textpic-border {
		border: 20px solid #fff;
		}

DIV.csc-textpic-center
{
width: 480px;
}
div.csc-textpic-above {
	padding: 0 0 0 0px;
	}
