/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    Webseite LBS Immobilien GmbH
    Design with: Web2.0 / xhtml
    Copyright 2009 BuBe Software Services GbR
    Autor: Nadin Bernd
    http://www.bubesoft.de/

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   Farben:
   
   textfarbe1: 		schwarz 		-		#000000
   hintergrund:		weiss			-		#ffffff
   hintergrund2:     rot			- 		#ff0000
   
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

*  { 
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body  {
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100.01%;
	text-align: left;	
	background-color:#FFE4C4;
}
a:link {color:#000000; text-decoration: underline; font-weight:normal;}
a:visited {color:#000000; text-decoration: none; font-weight:normal;}
a:aktive {color:#000000; text-decoration: underline; font-weight:normal;}
a:hover {color:#735B4D; text-decoration: underline; font-weight:normal;}

a.navi:link {color:#000000; text-decoration: none; font-weight:normal; background-color:#FFDAB9; padding:3px 10px  2px 10px;}
a.navi:visited {color:#000000; text-decoration: none; font-weight:normal; background-color:#FFDAB9; padding:3px 10px  2px 10px;}
a.navi:aktive {color:#000000; text-decoration: underline; font-weight:normal; background-color:#FFDAB9; padding:3px 10px  2px 10px;}
a.navi:hover {color:#fff; text-decoration: none; font-weight:normal; background-color:#B0C4DE; padding:4px 10px  2px 10px;}

h1 {color:#735B4D; font-size:1.2em; font-weight:bold; margin:15px 0px 0px 0px;}
h2 {color:#000; font-size:1em; font-weight:bold; margin:0px 0px 0px 10px; text-decoration:underline;}
h3 {color:#735B4D; font-size:1.2em; font-weight:bold; margin:15px 10px 0px 10px;}
h4 {color:red; font-size:1.2em; font-weight:bold; margin:15px 10px 0px 10px;}
hr {
	width:898px;
	border-top:1px dotted #ff0000;
	float:left;
	margin:20px 0px 0px 0px;
}
p {
	margin:15px 10px 0px 10px;
	font-size:0.85em;
}
img {
	border:1px solid #B0C4DE;
	padding:2px;
}

td {
	font-size:0.85em;
}
td.farb {
	background-color:#B0C4DE; 
	border:1px solid #735B4D;
	border-top:0px solid #fff;
	font-size:1em;
	
}
td.rahm {
	border:1px solid #735B4D;
	font-size:1em;
}

ul.anfahrt {
	font-size:1em;
	margin:2px 0px 0px 30px;
	
}
#navi {
	margin: 9px auto 0px auto;
	width:750px;
	float:center;	
	background-color:#FFDAB9;
	border:1px solid #B0C4DE;	
	font-size:0.9em;
}
#navi ul {
	margin: 4px auto 0px 50px;
	list-style:none;
	float:center;
	height:20px;
}
#navi li {
  float:left;
  display:inline; 
  margin: 0px 15px 0px 15px; 
}
#con_rahmen {
	width:100%;
	height:750px;
}
#inhalt {
	margin:0px auto 0px auto;
	width:930px;
	height:100%;
}
#text {
	width:590px;
	float:left;
	margin:0px 0px 0px 0px;
}
#bilderreihe_1 {
	width:150px;
	float:left;
	margin:15px 10px 0px 0px;
}
#bilderreihe_2 {
	width:150px;
	float:left;
	margin:15px 0px 0px 10px;
}
#bild_silvester  {
	width:250px;
	height:320px;
	float:left;
	margin:40px auto 0px auto;
}
#text_silvester  {
	width:600px;
	float:left;
	margin:28px 0px 0px 10px;
	font-size:0.85em;
}






