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

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



html{

}

p { margin-bottom:1em;}


img {border:none;}

body{
	position:relative;
	margin:0px auto;
	width:750px;
	min-height:720px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	background:#FFFFFF;
	margin:0px auto;
	border: solid #aeaeae 1px;
	
	    -moz-box-shadow: 0 0 10px #222; /*Mozilla-basierte Browser (z.B. Firefox)*/
    -webkit-box-shadow: 0 0 10px #222; /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
    box-shadow: 0 0 10px #222; /*CSS3 Standard*/
}


#container{
	min-height:690px;
}


#top{
	height:82px;
	background: url(/images/top.jpg) no-repeat;
}


#logo{
	position:absolute;
	top:29px;
	left:27px;
}

#bestellen{
	position:absolute;
	width:220px;
	height:220px;
	top:170px;
	left:618px;
}

#main_navigation{
	margin:0;
	padding:0;
	position:absolute;
	left:390px;
	top:54px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
}


#main_navigation a{
	color:#ffffff;
	text-decoration:none;
}

#main_navigation a:hover{
	border-bottom: 5px solid #e38409;
	padding-bottom:12px;
}


#main_navigation .current{
	border-bottom: 5px solid #e38409;
	padding-bottom:12px;
}

#main_navigation ul{
	list-style-image:none;
	list-style-type:none;
}

#main_navigation li{
	float:left;
	margin-right:40px;
}




.maincontent{
	padding:20px 20px 0 40px;
	float:left;
	width:300px;
	min-height:305px;
}

.maincontent_full{
	padding:20px 20px 0 40px;
	float:left;

	min-height:305px;
}




#footer{
	color:#FFFFFF;
	border-top:#c1c9d9 solid 8px;
	height:40px;
	background: url(/images/top.jpg) no-repeat;
	text-align:right;
	width:750px;

}

#footertext{
	font-size:0.8em;
	padding:15px 30px;
	
}

#footer a{
	color:#FFFFFF;

}



.headline{
	height:35px;
	background: url(/images/BGnavi.jpg) no-repeat;
	color:#FFFFFF;
	font-size:14pt;
	font-weight:100;
	border-bottom:#c1c9d9 solid 6px;
}

.headline h1{
	padding:10px 0 0 40px;
	float:left;
	width:330px;
}








