/* Body */
body {
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: white url(img/page_shadow.png) repeat-x;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

p {
	color: gray;
	font: small "Lucida Grande", Lucida, Arial, sans-serif;
	text-decoration: none;
}

/* end of body */

/* Divs */

#docwrapper{
	width: 100%;
	height: 90%;
}	
#masthead{
	margin: 0;
	width: 100%;
	background-color: #1c1c1c;
	background-image: url(img/banner.gif);
	background-repeat: no-repeat;
	height: 100px;
	position: absolute;
	float: left;
}

#pagename {
	background-color: transparent;
	width: 450px;
	left: 250px;
	top: 5px;
	position: absolute;
}

/* content divs */

#content_header{
	width: 700px;
	}
	
#content_body{
	width: 700px;
	}		

#content_body_plotter{
	width: 700px;
	}

#content_body_plotter img, #content_body_druck img, #content_body_zubehor img{
	margin: 5px;
}

#content_body_druck{
	width: 700px;
	}

#content_body_zubehor{
	width: 700px;
	}

#content_map_kontakt{
	width: 400px;
	float: right;
}

#content_sonderaktion{
	width: 400px;
	position: relative;
	float: left;
	border-style: none;
}
a.content_sonderaktion{
	border-style: none;
}			

#content_produkt_body{
	width: 400px;
	position: relative;
	float: left;
}		

#content_produkt_photo{
	position: relative;
	float: right;
}

		
/* end of divs */
	
/* text decorations */
h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #b32032;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
	text-decoration: none;
}

h2{
 color: #b32032;
	font: x-large "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3{
 color: gray;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4{
 color: #333333;
	font: bold 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 {
	color: white;
	font: normal x-large "Lucida Grande", Lucida, Verdana, sans-serif;
}



#content {
	top: 100px;
	left: 250px;
	float: right;
	z-index: 0;
	position: absolute;
	width: 70%;
}

#navBar{
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	top: 105px;
	left: 0px;
	position: relative;
	z-index: 1;
	width: 200px;
}

* p.table {
	text-decoration: none;
}

#navBar_text{
	margin-left: 5px;
	margin-right: 5px;
}

#content_produkt_body a:link{
	text-decoration: underline;
	color: black;
	font: small "Lucida Grande", Lucida, Arial, sans-serif;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration: none;
	color: #890f11;
	font: normal normal small "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: white;
	padding: 2px 0px 2px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #feature styles ***************/

#feature img{
	padding: 5px;
	}

#feature{
	padding: 5px;
	}

