
/* Reset */
body,div,dl,dt4,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}

body {
	background:#f3f7f9;
	color:#5d5b64;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
}

#main {
	background:url(images/background.png) top center repeat-x;
}

.setwidth{
	margin:0 auto;
	min-width:991px;
	width:90%;
	position:relative;
}

#main .header{
	background:url(images/imprint_btn_bg.png) top right no-repeat;
	color:#cbcbcb;
	font-size:10px;
	height:64px;
}

#main .header div{
	float:right;
	padding-top:8px;
	width:177px;
}

#main a{
	color:inherit;
	text-decoration:none;
}

#main a:hover{
	color:#fff;
}

#imprint{
	background:#787e80;
	color:#cbcbcb;
	display:none;
	font-size:10px;
	overflow:hidden;
}

#imprint .columns{
	
}

#imprint .column{
	float:left;
	padding:10px;
	width:22%;
	text-align:left;
}

#imprint p{
	padding: 3px 0 5px;
}