/* CSS-Datei für Fuchs-Immobilien */

html {
	margin: 0;
	padding: 10px 0;
	background: #222222;
}	

body {
	background: url("../img/bodybg.png") #6E6E6E repeat-x;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: url("../img/wrapperbg.png") repeat-y scroll 0 0px transparent;
	margin: 0px auto;
	padding: 0;
	width: 980px;	

}

#header {
	background: url("../img/headerbg.png");
	height: 390px;
}

#header_innen {
	margin: 0px 10px;
	background: url("../img/header_w.png") #B124E0 no-repeat;
}

#mainnav {
	padding: 280px 0 0 0;
}

#navigation {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
	width: 320px;
	list-style-type: none;
	padding:0;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#slogan {
	clear: left;
	padding: 15px 20px 0px 20px;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

#main {
	margin-top: 40px;
	padding: 0px 10px;
}

#left {
	float: left;
	width: 310px;
	margin-right: 10px;
}

#secondnav {
	padding: 10px;
	background: #B124E0;
	color: #ffffff;
	margin-bottom: 40px;
}
#secondnav h2 {
	color: #ffffff;
	margin-top: 0px;
}

#secondnavigation  li{
	list-style-image: url("../img/point_w.png");
	font-size: 20px;
}

#secondnavigation a {
	color: #ffffff;
	text-decoration: none;
}

#secondnavigation a:hover {
	text-decoration: underline;
}

#impressum_box {
	padding: 10px;
	background: #B124E0;
	color: #ffffff;
}

#impressum_box a {
	color: #ffffff;
}

#content {
	float: left;
	padding: 0 10px;
	width: 620px;
}

#content p {
	line-height: 30px;
}

.highlight {
	border: #B124E0 5px solid;
	color: #000000;
	font-size: 30px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.highlight p {
	margin: 0px;
}

#footer {
	color: #ffffff;
	text-align: center;
	height: 30px;
	padding: 10px;
	background: #B124E0;
	margin: 40px 10px 0 10px;
}

#content ul li{
	padding: 5px 0px;
}

/* Schriftstile */
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	border-bottom: 2px solid #B124E0;
}

h1 {
	margin-top: 0px;
}

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

a:hover {
	color: #B124E0;
}

input.wurbl {
	display: none;
}