/* (based on YUI reset)*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav {  
    margin:0; 
    padding:0; 
}

header,footer,section,article,aside,nav,hgroup,figure {
	display: block;
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
    empty-cells: show;
    font-size: 100%;
} 

fieldset,img {  
    border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
}

input,textarea {
	padding: .1em;
}

ol,ul { 
   list-style:none;
}

ol{
	list-style: decimal;
}

caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6,pre { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
}

/* (reset end)*/


body {
	margin:0;
	padding:0;
	width: 5500px;
	height: 595px;
	color:#000; 
	font: 62.5%/150% arial, Sans-Serif; 
	
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}

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

a:hover{
	border-bottom: 1px solid #000;
}

h1 {font-size: 1.4em}
h2 {font-size: 1.4em}
h3 {font-size: 1.4em}

	

#page {
	height: 595px; 
}

/* menue */

#linkesmenue {
	padding: 45px 0 0 0px;
	float: left;
	width:500px; 
}



#menu {
	margin-top: -392px;
	margin-left:500px; 
	padding-left: 6px;
}


#menu a{
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	border-bottom: 1px solid #000;
}


/* inhalt */
#content {
	margin: 75px 0 0 180px; 
	float: left;
	font-size: 1.1em; 
	display: inline;
}

.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 520px;
	border-left: 20px solid #000;
	display: inline;
}

.alt {width: 1450px;}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 0px;
	border-bottom:none;
	color: #000;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #000;
}

#produkte {
	position:absolute;
	margin: 0px 30px 0 0px; 
	float: left; 
	width: 2570px;	
	height: 300px;
	
}

/* @group Tools */

.left {
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
}
.right {
	display: inline;
	float: right;
	margin: 5px 0 0 10px;
}

/* @group Floatclearing */
/* Method 1: insert div.clr directly after the floating elements */
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
/* Method 2: overflow hidden, set surrounding div to .clear */
.clear, .block {
	overflow: hidden;
}
* html .clear, * html .block {
	height: 1%; /* set hasLayout in IE */
}
/* Method 3: clearfix, set surrounding div to .clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* @end of Floatclearing */
/* @end of Tools */
/* @group Start Values */


