/* Start CSS-reset */
@import "/smt/user/styles/classes/classes.css";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,img { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { margin:0px; padding:0px; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
img {vertical-align:top;}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html > body { width:100%; height:100%; }

/* PAGE STRUCTURE */
#body { }		

	#wrapper { width:797px; margin:20px auto; overflow:hidden; position:relative; z-index: 10;}
	

/* DESIGN */
a { text-decoration:none; cursor:pointer; }

a:hover { text-decoration:underline; }

h1 { font-size:14px; margin-bottom:10px;}

p { margin-bottom:10px;}

.body { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background-color:#212E65; }

.wrapper { text-align:left; background-image: url(/smt/user/images/wrapper_bg.jpg); }

	
/* COMPONENTS */
	#header { position:absolute; height:174px; width:797px; top:0px; left:0px; z-index: 100; }

		.header { background: #CCC url(/smt/user/images/header.jpg); color:#212E65; font-size:14px; }
	
	#menu { float:left; margin:174px 0 50px 10px; width:115px; display:inline; }

	#content,
	#contact { width:420px; height:411px; margin:174px 0px 83px 0px; right: 15px; float:right; padding:20px 215px 20px 20px; position:relative; }
	
	html>body #content,
	html>body #contact { min-height:411px; height:auto; }	
	
		.content { background-image:url(/smt/user/images/content_home.jpg); background-repeat:no-repeat; }

		.content a { color:#FFFFFF; text-decoration:underline;}

	#contact .fields { overflow:hidden;}
	#contact .label { display:block; margin-bottom:3px;}
	#contact .input,
	#contact .textarea { width:250px; margin-bottom:10px;}
		
	#content-bottom { position:absolute; height:64px; width:797px; bottom:20px; left:0px; } 

		.content-bottom { background:url(/smt/user/images/bottom_home.jpg); background-repeat:no-repeat; }

	#footer { position:absolute; bottom:0px; padding-right:15px; height:20px; width:782px; background-color:#212E65; text-align:right; left: 0px; }
	
		#footer a { color:#FFFFFF;}
		
	#bestellen { margin:0px 0px 0px 6px; float:left;  width:118px;}
