@charset "UTF-8";
/* CSS Document */


html,body {
	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;

}


h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:black;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#000;
}

h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000;
	margin: 0px;
	padding: 0px;
}

#rahmen {

	
}

.absatzbild {
	display: block;
	margin-bottom: 20px;
}

.clear{clear:both;display:block;width:100%;height:20px}

.tinymcewysiwyg p {
	margin-top: 0px;
	}

.tinymcewysiwyg h1, .tinymcewysiwyg h2, .tinymcewysiwyg h3, .tinymcewysiwyg h4 {
	margin-bottom: 0px;
}

/* !Navigation */

#navigation {
	display:none;
	 }





/* !Titelbild und Slideshow*/
#bild, #slideshow {
	display:none;
}




/* !Inhalt und Spalten */
#content2sp {
	color:#000;
	line-height: 1.75;
	background: url(content-bg.gif) repeat-y;
	display:inline;
	float:left;
}





#content {
	color:#000;
	line-height: 1.75;
	display:inline;
	background-color: #fff;
	float:left;
}


#infoteaser {
	margin-bottom:20px;
	display:inline;
	float:left;
}




#headline-angebotsslider {
	display:none;
	}


.line {
	height:10px;
	border-top:1px solid #333;
	margin:0 10px;
}


#footer_start {
	display:none;
}

#footer {
	display:none;
}

#footer_start a {
	text-decoration:none;
	font-size:12px;
	color:#222;
}

#footer_start a:hover {
	color:#666;
}

#footer_start p {
	float:left;
	margin:5px 15px 0px 15px;
}

#footer #addthis {
	float: left;
	width: 150px;
}

#subnavi {
	margin-top:5px;
	display:inline;
	float:left;
}

#subnavi {
	height:24px;
	overflow:hidden;
}

#subnavi li {
	margin-top:0;
	float:left;
	list-style:none;
}

#subnavi a {
	text-decoration:none;
	border-right:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	display:block;
	float:left;
	height:24px;
	padding:5px 15px 0px 15px;
}

#subnavi a:hover {
	color:#666;
}

#bookmarks {
	display:inline;
	float:left;
	margin-top:10px;
}


.space {
	height: 20px;
}


hr {
border-top: solid 1px #eee;
border-bottom: solid 1px #CCC;
border-left: solid 1px #FFF;
border-right: solid 1px #FFF;
height:1px;
}

.angebote table {
	width: 100%;
	border: none;
	border-collapse:collapse;
}

.angebote table td {
	margin: 0;
	padding: 0;
}

.angebote table td h4 {
margin-bottom: 0px;
}

.angebote table td h4.immohead {
	background: url(bg-immohead.jpg) repeat-x;
	color: #fff;
	font-size: 15px;
	height: 30px;
	text-align: center;
}
.angebote table td p {
margin-top: 0px;
}

.angebote table tr.immo td  {
background-color: #e3e3e3;
}

/* !Round Corner Wichtig */
	
.roundedcornr_box_247496 {
   background: #990000 url(roundedcornr_247496_grad.gif) repeat-x top left;
}
.roundedcornr_top_247496 div {
   background: url(roundedcornr_247496_tl.gif) no-repeat top left;
}
.roundedcornr_top_247496 {
   background: transparent url(roundedcornr_247496_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_247496 div {
   background: url(roundedcornr_247496_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_247496 {
   background: transparent url(roundedcornr_247496_br.gif) no-repeat bottom right;
}

.roundedcornr_top_247496 div, .roundedcornr_top_247496,
.roundedcornr_bottom_247496 div, .roundedcornr_bottom_247496 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_247496 { margin: 0 10px; }

.wichtig {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	}

.wichtig .tinymcewysiwyg {
/* 	hier kann noch der Abstand oder Ã¤hnliches definiert werden */
}

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
FÃÂÃÂ¼r: do form! 2.x  
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berÃÂÃÂ¼cksichtigt nicht alle mÃÂÃÂ¶glichen Felder 
!! Farben nicht 1 zu 1 ÃÂÃÂ¼bernehmen
!! ist ja nicht wirklich hÃÂÃÂ¼bsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschlieÃÂÃÂt */
.formgen {
	font-size: 1em;

}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen BlÃÂÃÂ¶cke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	
}
 .forminfo 
{
	width: 470px;
	margin-bottom: 20px;
	background-color: #00538b;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border: 2px solid #666;
	color: #fff;
	text-align: center;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 300px;
	margin-top: 10px;
	height: 200px;
	background:url(input_verlauf.jpg) repeat-x bottom #fff;
  	border:1px #00538b solid;
}


/* Textfeld */
.formgen .formtext
{
	width: 300px;
	margin-top: 10px;	
	padding-bottom: 4px;
	font-size: 1em;
	background-image:url(input_verlauf.jpg);
  	border:1px #00538b solid;

}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-color: #666;
	/* background-color: #fff;	 */
}



/* Label */
.formgen label {
	width: 120px;
	float: left;
	margin-top: 10px;
	color: #666;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 300px;
	color: #000000;
	margin-top: 5px;
	background-color: #fff;
  	border:1px #00538b solid;

}


/* Sende-Button */
.formgen .formsubmit
{
	width: 300px;
	margin-left: 120px;
	text-align: center;
	background-color: #00538b;
	border: 1px solid #666;
	color: #fff;
	font-size: 14px;
}
.formgen .formsubmit:hover {
	background-color: #666;
}


/* Fieldsetbeschriftung */
.formgen legend {
 	color:#00538b;;
	width: 150px;
	font-size: 16px;
	padding: 3px;
}
.formgen .fieldset {
	margin-bottom: 10px;
	padding: 10px;
	width: 450px;
	border: 1px solid black;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #ff0000;
}

.formgen .formcaptcha
{
	border: 2px solid #333;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 120px;

}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
