
/*******************************************************************************

	Project		:	Kajak-Kauf.de
	Copyright	:	Design - die werbeagentur - www.diewerbeagentur.de

*******************************************************************************/

html, body {
	margin:0;
	padding:0
}

body {
	font: 76% verdana, arial, sans-serif;
	color: #535353;
}

a {
	color: #535353;
	text-decoration: none;
}

img {
	border:none
}

a:hover {
	color: #999;
}

div#header {
	height:140px;
	margin:0;
}

div#header_logo {
	height:140px;
	width: 235px;
	margin:0;
	background-image: url(kajak_kauf_logo.jpg);
	background-repeat: no-repeat;
	float:right;
}

div#extra {
	background:#FF8539
}

div#container {
	width:841px;
	margin: 8px 0 0 30px;
	background-image: url(con_hg.jpg);
	background-repeat: no-repeat;
	background-position: 210px 351px;
}

div#content {
	float:right;
	width: 631px;
	padding: 0;
}

div#mainbody {
	width: 100%;
	padding: 17px 0 20px 0;
}

div#navigation {
	float:left;
	width:210px;
	height: 211px;
}

div#extra {
	float:left;
	clear:left;
	width:210px;
	background-color:#CCCCCC;
}

div#footer {
	clear:both;
	width: 631px;
	padding: 10px 0 20px 0;
	margin-left: 222px;
	font-size: 0.9em;
	border-top: #999 solid 1px;
	color: #666;
}

div#footer_copy {
	float: left;
}

div#sitemap {
	float: right;
}
.clearer {
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	width: 100%;
	font-size: 0;
	visibility: hidden;
}

.back {
	padding-left: 12px;
	margin: 20px 0;
}

#content hr {
	visibility: hidden;
}

