body, html {
	background: #fcfcfc url(../../content/media/resources/bg_immobilienkauftipps.gif) 0 0 no-repeat;
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin:	0;
	padding: 0;
	height:	100%;
}

p {
	color: #333;
	line-height: 20px;
}

h1 {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}


h2 {
	color: #333;
	font-size: 16px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

h3 {
	color: #979797;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

ul {
	color: #333;
}

li {
	color: #333;
	line-height: 25px;
}

/*
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 11px;
	width: 200px;
}

#navigation ul li {
	list-style: none;
	border-bottom: 1px solid #a2cbf2;
}

#navigation ul li#activenav {
	border-bottom: 1px solid #fff;
}

#navigation ul li a {
	margin: 0;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	color: #555;
	font-weight: bold;
	font-size: 12px;
	background: #e5e5e5 url() repeat-x top left;
}

#navigation ul li#activenav a {
	color: #333;
	background-color: #e64c00;
}

#navigation ul li li#activesubnav a {
	color: #333;
	font-weight: bold;
	background-color: #ff8b52;
}

#navigation ul li a:hover {
	color: #888;
	background-position: 0 -37px;
}

#navigation ul li li {
	border-bottom: 1px dashed #575757;
}

#navigation ul li li a {
	font-weight: normal;
	background: #fceab9 url() repeat-x top left;
}*/

#container {
	position:relative;
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 140px;
	margin:0;
}

#title {
	position:absolute;
	top:70px;
	left:64px;
	font-size: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#title a {
	font-weight: bold;
	text-decoration:none;
	color:#fff;
}

#navigation {
	position:absolute;
	top:141px;
	left:35px;
	width:220px;
}

#secondary-nav {
	position:absolute;
	top:76px;
	left:700px;
	font-size: 13px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#secondary-nav a {
	font-weight: bold;
	text-decoration:none;
	color:#fff;
}

#secondary-nav a:hover {
	font-weight: bold;
	text-decoration:underline;
	color:#fff;
}

#content {
	position:absolute;
	top:141px;
	left:250px;
	width: 660px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#back-to-top {
	position:absolute;
	right:20px;
	padding-bottom: 20px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background:#ddd;
	border-top:6px double gray;
}

table.navigation {
	width: 200px;
}

td.menuitem {
	width : 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color : #f6f6f6;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
}

td.menuitem a {
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#336fe9;
}

td.menuitem_active {
	width : 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color : #336fe9;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
}

td.menuitem_active a {
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#fff;
}

td.menuitem_hover {
	width : 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color : #dddddd;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
}

td.menuitem_hover a {
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#575757;
}

a:link {
	color:#336fe9;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color:#336fe9;
	font-weight: bold;
	text-decoration:none;
}
a:active {
	color:#336fe9;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#336fe9;
	font-weight: bold;
	text-decoration:underline;
}
