@charset "utf-8";
/* CSS Document */

body{
	background: #cfcfca url(../images/body-bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

a{
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#body{
	margin: 0 auto;
	width: 826px;
	background: #ffffff;
}

#header_logo{
	margin-bottom: 30px;
}

#header{
	text-align: center;
}

#header_btns{
	margin-top: -13px;
}

#btn_privat{
	margin-right: 229px;
}

#content{
	background: url(../images/tennstrich.png) no-repeat 50% 0;
	width: 100%;
}

.column{
	width: 353px;
	padding: 30px;
	float: left;
}

#right{
	text-align: center;
}

.clear{
	clear: both;
}

#footer{
	background: url(../images/footer.png) no-repeat;
	width: 100%;
	height: 66px;
	position: relative;
}
#zum_shop{
	margin: 20px 0;
}

#impressum{
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.fs12{
	font-size: 12px;
}

