@charset "utf-8";
/* CSS Document */

/*--------------------------------- BASICS --------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	}
	
input, textarea
	{
	font-family:Arial;
	font-size:12px;
	color:#000;
	}


img {
	border: none;
	}
	
html
	{
	font-family:Arial;
	font-size:0.75em;
	line-height:12pt;
	color:#efefef;
	}
	
body {
	background-color:#000;
	}
	
a {
	color:#FFF;
	}

a:hover {
	text-decoration:none;
	}

#main_container {
	width:1024px;
	height:100%;
	margin: 0 auto;
	}
	
	
	
/*------------------ EXTRAS ------------------------*/


	


/*--------------------------------- HEAD bereich --------------------------------------------*/

#header_line {
	height:13px;
	width:100%;
	background-repeat:no-repeat;
	}

#header {
	height:158px;
	width:1024px;
	background-color:;
	}
	
#headarea_left {
	height:158px;
	width:208px;
	float:left;
	background-image:url(/images/headarea_left.jpg);
	background-repeat:no-repeat;
	}

#headarea_main {
	height:158px;
	width:609px;
	float:left;
	background-image:url(/images/headarea_main.jpg);
	background-repeat:no-repeat;
	}
	
#headarea_right {
	height:158px;
	width:207px;
	float:left;
	background-image:url(/images/headarea_right.jpg);
	background-repeat:no-repeat;
	}


#logo {
	height:58px;
	width:265px;
	margin-top:20px;
	margin-left:-1px;
	}
	
/*----------------------------- NAVI ---------------------------------*/	
#navi {
	width:609px;
	height:53px;
	margin-top:27px;
	}


/*--------------------------------- CONTENTAREA ---------------------------------------*/

#contentarea_left {
	height:336px;
	width:208px;
	float:left;
	background-image:url(/images/contentarea_left.jpg);
	background-repeat:no-repeat;
	}
	
#contentarea_main {
	height:336px;
	width:609px;
	float:left;
	background-image:url(/images/contentarea_main.jpg);
	background-repeat:no-repeat;
	}
	
#contentarea_right {
	height:336px;
	width:207px;
	float:left;
	background-image:url(../images/contentarea_right.jpg);
	background-repeat:no-repeat;
	}

#head_content {
	height:138px;
	width:388px;
	float:left;
	margin-top:176px;
	margin-left:10px;
	padding-left:25px;
	padding-right:22px;
	}
	

	
	
/*----------------------------- SUBNAVI ---------------------------------*/

#subnavi {
	height:246px;
	width:161px;
	margin-top:71px;
	float:left;
	margin-left:-3px;
	padding-left:0px;
	}
	
#subnavi ul {
	color:#959595;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	}


#subnavi li {
	padding-left:10px;
	padding-top:1px;
	padding-bottom:2px;
	margin: 0px 0px 0px 0px;
	}

#subnavi a {
	color:#959595;
	text-decoration:none;
	}

#subnavi a:hover {
	color:#ddbc1e;
	}

#subnavi li:hover {
	background-color:#1e1e1e;
	}
	
#subnavi a:focus {
	}





/*--------------------------------- CONTENT ---------------------------------------*/

#content {
	width:586px;
	height:100%;
	margin-top:-1px;
	margin-left:208px;
	padding: 0 10px 0 13px;
	background-image:url(/images/content_bg.jpg);
	background-repeat:repeat-y;
	}


#content ul {
	list-style:none;
	}

#content ul li {
	display:inline;
	margin-left:20px;
	}
	
.verwaltung_row1 {
	width:49%;
	float:left;
	border-right: solid 1px;
	}
	
.verwaltung_row2 {
	width:49%;
	float:left;

	}

/*------------------------------- marktplatz div aufbau -------------------------------*/

.angebot_title {
	width:100%;
	height: 30px;
	background-image:url(/images/angebot_titel_bg.jpg);
	background-repeat:no-repeat;
	}

.angebot_title2 {
	width:100%;
	height:30px;
	background-image:url(/images/angebot_titel_bg.jpg);
	background-repeat:no-repeat;
	}
	
.angebot_inhalt {
	width:100%;
	height:100%;
	background-image:url(/images/angebot_inhalt_bg.jpg);
	background-repeat:repeat-y;
	}

.strong {
	font-weight:bold;
	font-size:14px;
	}

.pic_area {
	height:100%;
	width:190px;
	}
	
.angebot_end {
	height:25px;
	width:100%;
	background-image:url(/images/angebot_end_bg.jpg);
	background-repeat:no-repeat;
	}

#angebot_inhalt_datenschutz {
	width:560px;
	height:100%;
	background-image:url(/images/angebot_inhalt_bg.jpg);
	background-repeat:repeat-y;
	}


/*------------------------------- FOOTER bereich -------------------------------*/

#footer {
	width:589px;
	height:200px;
	margin-top:-1px;
	margin-left:208px;
	padding: 22px 10px 0 10px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	color:#666;
	font-size:0.95em;
	}
	
#footer a {
	color:#666;
	}
	
#footer a:hover {
	text-decoration:none;
	color:#000;
	}


	

/*------------------------------- classes & text definitionen -------------------------------*/

h2 {
	font-size:16px;
	font-weight:bold;
	}



.h3 {
	font-size:14px;
	font-weight:bold;
	}

#content strong {
	font-size:16px;
	font-weight:bold;
	}

.clear {
	clear:both;
	}
	
.text_bereich {
	height:170px;
	text-align:justify;
	padding: 14px 20px 10px 10px;
	background-image:url(/images/textfeld_hintergrund.jpg);
	background-repeat:no-repeat;
	}

.text_bereich_angebot {
	height:170px;
	text-align:justify;
	padding: 16px 20px 10px 10px;
	background-image:url(/images/textfeld_hintergrund.jpg);
	background-repeat:no-repeat;
	}

.marktplatz_angebot {
	height:100%;
	text-align:justify;
/*	padding: 16px 20px 10px 10px; */
	background-image:url(/images/textfeld_hintergrund.jpg);
	background-repeat:no-repeat;
	} 

.LimoDiscription {
	height:97px;
	}
	
.marktplatz_LimoDiscription {
		height: 100%;
		width:350px;
		}


.fright {
	float:right;
	padding: 0 0 0 6px;

	}
	
.fleft {
	float:left;
	padding: 0 6px 0 0;
	}

.fleft2 {
	float:left;
	padding: 0 12px 0 0;
	}


.padding_left {
	padding-left:18px;
	}

.padding_top {
	padding-top:20px;
	}
	
.button {
	height:18px;
	}

.datenhinweis {
	padding-left: 12px;
	color:#666;
	}
.datenhinweis a {
	color:#666;
	}
	
.location_hinweis {
	color:#757575;
	font-size:12px;
	}
	
.pad-top3 {
	padding-top:9px;
	}
/*------------------------------- PADDING MarktplatzAngebot -------------------------------*/

.pad-top {
	padding-top:12px;
	}

.pad-top2 {
	padding-top:10px;
	}

.pad-left {
	padding-left:10px;
	}

.pad-right {
	padding-right:20px;
	}
	
/*------------------------------- CONTACT FORM -------------------------------*/


input {width:130px; height:16px; border:1px solid #fff; background:#CCC; padding:0 0 0 5px; font-size:1em;}
select {width:65px; border:1px solid #fff; background:#CCC; padding:0 0 0 5px; font-size:1em;}
textarea {height:100px; width:265px; border:1px solid #fff; background:#CCC; font-size:1em;}

input:focus {
	background:#FFF;
	}

textarea:focus {
	background:#FFF;
	}
	
select:focus {
	background:#FFF;
	}








