html {
	height:100.01%;
}

body {
	padding: 0px;
	margin: 10px 0 0 0;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	line-height: 15px;
}

#main {
	margin: auto;
	width: 1000px;
}

#logo {
	padding: 0 0 3px 11px;
}

#header, #footer {
	border: 1px solid #cccccc;
	height: 22px;
}

#header, #footer {
	position: relative;
}

#header #hund {
	position: absolute;
	top: -1px;
	left: -1px;
}

#content {
	/*float: left;*/
	margin: 6px 0 6px 0;
}

#col1 {
	float: left;
	overflow: hidden;
	width: 210px;
}

#col2 {
	position: relative;
	padding: 0 5px;
	margin: 0px 211px 0px 211px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/* min-height: 550px; */
}

#col3 {
	padding: 0 10px;
	float: right;
	overflow: hidden;
	width: 190px;
}

#col1, #col2, #col3 {
	padding-top: 5px;
}

#col2_content.home {
	background: #fff url('../images/fuellbilder/hund_bg_home.jpg') 265px 325px no-repeat;
}