body {

	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #fff;
}
html>body {
font-size: 10px; // IE cant read this
}

img {
	display: block;
}

h1 {
  	font-size: 1.5em;
         font-weight: normal;
}
h2 {
	font-size: 1.0em;
}
h3 {
	font-size: 1.0em;
	font-weight: normal;
}

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

a:hover {
	text-decoration: underline;
}

#specialoffer a,#specialoffer a:link, #specialoffer a:visited {
	text-decoration: none;
	color: #ffffff;
}
#specialoffer a:hover {
	text-decoration: underline;
}

.big {
	font-size: 1.5em;
         font-weight: normal;
}

.narrow {
	width: 75%;
}

.nextline{
	margin: 0 0 0 27px;
}

.darkred {
	color: #990000;
}

/* Text auf der Indexseite mit Bild überlagern */
#text {
      margin-top:40px; padding:0;
      position:relative;
      width:983px; height:509px;
      overflow:hidden;
      display:block;
      cursor:pointer;
      }
#text #cover {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:983px; height:509px;
      margin: 0; padding:0;
      background:url("img/visitenkarte.gif") top left no-repeat;
      }
/*	Seitenelemente*/

/* Box um die komplette Seite: Zentrieren und Seitenbreite festlegen*/
#site {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

/* Header mit Bild*/
#header {
	margin: 10px 0 0 0;
	padding: 2px 0;
	border-top: solid 5px #000;
	border-bottom: solid 15px #000;
}
#header img{
 	border: none;
}

/* Rechte Box */
#right {
	min-height:600px;
  	height:auto !important;  /*Für IE6 und darunter, statt min-height*/
 	height:600px;
	margin: 20px 0 50px 0;
	padding: 20px 0;
	float: right;
	width: 68%;
	line-height: 1.4em;
         font-size: 1.2em;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right #content {

	margin-right: 140px;
}

#right #contentindex {
	margin-right: 15px;
}

#right #specialoffer{
	margin-top: 25px;
	width: 330px;
	background-color: #990000;
}

#right #specialoffer h2{
	/*border-top: solid 1px #990000;*/
	padding: 5px 10px;
	width: 120px;
	background: #fff url(img/special_br.gif) right bottom no-repeat;
         color: #990000;
}
#right #specialoffer p{
	padding: 0 10px 10px 10px;
         color: #fff;
}


 ul.morespace {
	line-height: 23px;
	}

/* Linke Box */
#left {
	min-height:600px;
  	height:auto !important;
 	height:600px;
	margin: 20px 0 0 0;
	padding: 20px 0;
	float: left;
	width: 30%;
	line-height: 1.4em;
         font-size: 1.2em;
	color: #990000;
}

#left ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

#left .bottom {
	margin: 40px 0 0 0;
}

/* Footer */
#footer {
	font-size: 1.2em;
	clear: both;
	margin: 5px 0px;
	padding: 8px 0 0 0;
	border-top: solid 5px #000;
}

#footerIndex{
          font-size: 1.2em;
}

/* 	Navigationselemente*/

/* Hauptnavigation */
#nav {
         font-size: 1.0em;
         font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 100px 0;
	background-color: #fff;
	text-transform: uppercase;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin:0;
	display: inline;
}

#nav a,#nav a:link,#nav a:visited {
	padding-left: 7px;   /*Mac/Linux: 7,7,17,17 Win: 8,8,22,22*/
	padding-bottom: 5px;
	text-decoration: none;
	color: #fff;
	background: #000 url(img/tl.gif) left top no-repeat;
}

#nav a:hover,#nav a:link#current,#nav a:visited#current {
	padding-left: 7px;
	padding-bottom: 5px;
	background: #ff0000 url(img/hover_tl.gif) left top no-repeat;
}

#nav a span,#nav a:link span,#nav a:visited span {
	padding-right:17px;
	background: url(img/tr.gif) right top no-repeat;
}

#nav a:hover span, #nav a:link#current span,#nav a:visited#current span	{
	padding-right:17px;
	background: #ff0000 url(img/hover_tr.gif) right top no-repeat;
}
/* Kontakt */
#contact {
	font-size: 1.0em;
         letter-spacing: 1px;
         font-weight: bold;
	letter-spacing: 10%;
	margin: 0 0 100px 0;
	text-transform: uppercase;
}

#contact a,#contact a:link,#contact a:visited {
	padding: 0 8px 5px 29px;
	text-decoration: none;
	color: #fff;
	background: #000 url(img/tr.gif) top right no-repeat;
}

#contact a:hover,#contact a:link#current,#contact a:visited#current {
	background: #990000 url(img/hover_tr_dark.gif) right top no-repeat;
}

/* Impressum */
#imp {
	font-size: 1.0em;
         letter-spacing: 1px;
         font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

#imp a,#imp a:link,#imp a:visited {
	padding: 5px 29px 0 8px;
	text-decoration: none;
	color: #fff;
	background: #000 url(img/bl.gif) left bottom no-repeat;
}

#imp a:hover,#imp a:link#current,#imp a:visited#current {
	background: #990000 url(img/hover_bl_dark.gif) left bottom no-repeat;
}

/* Subnavigation Arbeitsproben*/
#subnav {
	font-size: 1.0em;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav li {
	display: inline;
}

#subnav a,#subnav a:link,#subnav a:visited {
	background: #fff url(img/subnav.gif) left top no-repeat;
	padding: 0 5px 0 35px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#subnav a:hover,#subnav a:link#subcurrent,#subnav a:visited#subcurrent
	{
	background: #fff url(img/hover_subnav.gif) left top no-repeat;
	color: #990000;
}
