* {
	font-family:  Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	font-size: 12px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #F2F2F2;
	color: #707070;
}

img {
	border: 0;
}

#outer {
	background-color: #fff;
	width: 775px;
	padding: 0 1px 0 1px;
	margin: 0 auto;
}

#main {
	width: 775px;
	background-image: url("../images/body-bg.gif");
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 775px;
	height: 156px;
	background-image: url('../images/header-bg.jpg');
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 7px;
	left: 10px;
}

#themepic {
	position: absolute;
	top: 0;
	left: 394px;
	width: 381px;
}

#text {
	position: absolute;
	top: 105px;
	left: 10px;
	font-size: 14px;
	color: #fff;
}

#balken {
	position: relative;
	background-image: url('../images/raster.gif');
	height: 30px;
	font-size: 11px;
	color: #707070;
	border-top: 1px #fff solid;
	border-bottom: 25px #fff solid;
}

#pathfinder {
	padding: 8px 0 0 13px;
}

#pathfinder a {
	color: #707070;
}

#search {
	position: absolute;
	top: 4px;
	left: 404px;
	text-transform: uppercase;
}

#search input {
	vertical-align: middle;
	border:0;
}

#search .field {
	width: 101px;
	height: 15px;
	border: 1px #B0B0B0 solid;
}

#global {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}

#global a {
	display: block;
	float: left;
	height: 22px;
	color: #707070;
	padding: 8px 10px 0 14px;
	background-image: url('../images/global.gif');
	background-repeat: no-repeat;
}

#body {
	margin: 0;
	padding: 0;
	background-image: url("../images/body-bg.gif");
	background-repeat: repeat-y;
	width: 775px
}


#left {
	float: left;
	margin: 0 22px 0 0;
	padding: 0;
	width: 179px;
	background-color: #fff;
}

#right {
	float: left;
	margin: 0;
	padding: 0;
	width: 574px;
}

#content {
	width: 564px;
	margin: 0 0 20px 0;
}

#nav0-1 {
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
	background-image: url("../images/nav0-1-bottom.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

#nav0-1 a {
	display: block;
	margin: 0 0 1px 0;
	padding: 7px 0 4px 11px;
	color: #707070;
	background-image: url("../images/nav0-1.gif");
	background-repeat: repeat-x;
}

#nav0-1 a:hover {
	background-image: url("../images/nav0-1.gif");
}

#nav0-1 a:hover, #nav0-1 a.active, #nav0-1 a.active:hover, #nav0-1 a.activesub, #nav0-1 a.activesub:hover {
	background-image: url("../images/nav0-1-aktiv.gif");
	color: #fff;
}

#partner {
	background-image: url('../images/raster-partner.gif');
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

#partner img {
	margin: 0 0 10px 0;
}

#copyright {
	background-color: #006AB7;
	padding: 20px 0 20px 10px;
	font-size: 11px;
	color: #fff;
}

#footer {
	clear: both;
	width: 478px;
	height: 33px;
	padding: 64px 40px 0 248px;
	background-image: url('../images/footer-bg.jpg');
	text-align: center;
}

#footer, #footer a {
	font-size: 11px;
	color: #fff;
}

a {
 	color: #98C93A;
 	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0070BB;
	margin: 0;
}






/*Muss für den FCKEditor überschrieben werden. Das p-Element wird als Standardschriftart verwendet. */
p {
	margin: 0 0 0 0;
	padding: 0;
}

hr {
	border:none;
	border-top:1px dotted #cccccc;
	height:1px;
	margin: 15px 0 15px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;

}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url('../images/arrow-black.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;;
}
input, textarea, select {
	border: 1px solid #cccccc;
}
#themepic, #rechte_randleiste, #content {
	position: relative;
	display: block;
}

.directedit {
	position: absolute;
	right:0px;
	top:0px;
}

.content {
	padding: 10px;
	background-color: #fff !important;
}

/* Für WYSIWYG immer Content als important setzen! */
.content a {
 	color: #98C93A !important;
 	text-decoration: none !important;
}

.content table {
	border-collapse: collapse;
}



#nav0-2, #nav3-2 {
	margin: 0;
	padding: 2px 0;
}

#nav0-2 a, #nav3-2 a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: 1px #c9c9c9 dotted;
	background-color: #fff;
	line-height: 24px;
	color: #535353;
	font-size:11px;
	background-image: none;
}

#nav0-2 a:hover, #nav0-2 .active:hover, #nav0-2 .activesub:hover, #nav3-2 a:hover, #nav3-2 .active:hover, #nav3-2 .activesub:hover {
	background-color: #fff;
	text-decoration: underline;
}

#nav0-2 .active, #nav3-2 .active {
	background-color: #fff;
	color: #f40045;
}


.randleiste_1 {
	padding:10px;
}

.randleiste_2 {
	margin:0 10px;
	padding:10px 0;
	background-color:#e6e6e6;
	background-image:url('../images/randleisten/randleiste_2.gif');
	background-repeat:repeat-y;
	background-position:10px 0;
	width:165px;
}

.randleiste_3 {
	padding:10px;
}

#sitemap {
}

#sitemap div a {
	display:block;
	border-bottom:1px #e2e2e2 solid;
	padding:1px 3px 1px 0;
	font-weight:normal;
}

#sitemap div a.eebene {
	display:block;
	padding:1px 3px 1px 3px;
	font-weight:bold;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	background-image:URL("../images/li.gif");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
	margin: 0 0 5px 0;
	width: 99%;
}

form {
	display:inline;
}

.sitenav {
	float: right;
	color: #006AB7;
}

.sitenav a {
	color: #006AB7;
}

#suchmaske {
	background-color: #D5E9F8;
	width: 354px;
	padding: 15px 10px 0 10px;
	color: #006AB7;
	height: 93px;
}

#suchmaske #fields {
	width: 180px;
	float: right;
	text-align: right;
}

#suchmaske #fields select {
	font-size: 11px;
	width: 170px;
	margin-bottom: 10px;
	height: 18px;
}

#suchestarten-button {
	float: right;
	border: 0;
}

#suchergebnis {
	width: 564px;
	padding: 0;
	margin: 0;
	border: 0;
}

#suchergebnis .link {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#suchergebnis .angeboten {
	color: #000;
}

#suchergebnis td {
	padding: 8px 10px 8px 10px;
	border-right: 1px #fff solid;
	vertical-align: top;
}

#suchergebnis .ueber1 {
	background-image: url('../images/raster.gif');
	font-size: 11px;
	text-transform: uppercase;
	color: #707070;
	width: 174px;
}
#suchergebnis .ueber2 {
	background-image: url('../images/raster.gif');
	font-size: 11px;
	text-transform: uppercase;
	color: #707070;
	width: 169px;
}
#suchergebnis .ueber3 {
	background-image: url('../images/raster.gif');
	font-size: 11px;
	text-transform: uppercase;
	color: #707070;
	width: 157px;
}

#suchergebnis .detail {
	background-image: url('../images/suchergebnis-details.gif');
	text-align: right;
	padding: 5px 11px 9px 0;
}

#navabc {
	background-image: url('../images/navabc.gif');
	height: 30px;
	font-size: 14px;
	padding: 4px 0;
	margin: 0 0 15px 0;
}

#navabc a {
	display:block;
	width:21px;
	line-height:30px;
	color:#006AB6;
	float:left;
	text-align:center;
}

#navabc a.active {
	background-color:#006AB6;
	color:#fff;
}

.newsueber {
	color: #000;
	font-weight: bold;
}

#suchmaske-start {
	position: relative;
	width: 374px;
	height: 240px;
	background-image: url('../images/suchmassnahmen-start.jpg');
}

#suchmaske-start .button {
	position: absolute;
	top: 142px;
	left: 194px;
	border: 0;
}

#suchmaske-start #suchmasketext {
	position: absolute;
	top: 37px;
	left: 11px;
	width: 175px;
}

#suchmaske-start #suchmasketext .ueber {
	color: #000;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#suchmaske-start #suchmasketext #fields {
	margin: 9px 0 0 0;
}

#suchmaske-start #suchmasketext #fields select {
	font-size: 11px;
	width: 170px;
	margin-bottom: 10px;
	height: 18px;
}