/* Start of CMSMS style sheet 'Metallverarbeitung Schiplage' */
@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/left_bg.png) repeat-y top left;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D70613;
}

a {
	color: #D70613;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

h1 {
	color: #D70613;
}
ul {
	padding-left: 20px;
}
#header {
	width: 100%;
	height: 166px;
	background: url(images/top_bg.png) repeat-x left top;
	float: left;
}

#logo {
	width: 1200px;
	height: 166px;
	float: left;
	background: url(images/header_bg.png) no-repeat left top;
}

#navi {
	width: 240px;
	padding: 10px 0px 0px 10px;
	min-height: 1000px;
	float: left;
	background: url(images/navi_bg.png) no-repeat left top;
	font-size: 16px;
}

#content {
	background: url(images/content_bg.png) no-repeat left top;
	float: left;
	min-height: 100px;
	width: 900px;
	padding: 20px 0px 0px 50px;
	color:#000;
	font-size: 16px;
	width: 650px;
}
#content li {
	color:#D70613;
}
.item_attribute_name {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.item_images {
	margin-right: 20px;
}
a.currentpage{
	font-weight: bold;
}
#kontaktbox {
   position:absolute;
   top: 10px;
   left: 600px;
   width: 400px;
   height: 146px;
   margin: 10px 20px 0px 0px;
}

#kontakttelefon {
   width: 14px;
   height: 25px;
   float: left;
   padding-right: 10px;
}

#kontaktbox h2{
   color: #D70613;
   font-size: 18px;
   padding: 0px 0px 10px 0px;
   margin: 0px;
}

#kontaktdaten {
   width: 376px;
   float: right;
   color: #D70613;
   font-size: 14px;
   line-height: 150%;
}
/* End of 'Metallverarbeitung Schiplage' */

