/*
Theme: VR-Immobilien 2008 ver. 2.0
Description: Stylesheet for Landauer Immobilienforum Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.die-digitalexperten.de/  
*/
body {
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	color: #000;
	font: 83%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	background: #E8EAEC;
}
#wrapper { 	
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 990px;
	background-color: #FFFFFF;
	border: 2px solid #B6B6B6;
}
#header {
	margin: 0;
	width: 990px;
	height: 120px;
	color: #000000;
	background: #FFFFFF url("images/headerbg.jpg") top right no-repeat;
}
#content {
	float: left;
	width: 890px;
	padding: 20px 0 0 20px;
	font-size: 0.9em;
}
#contentl {
	float: left;
	width: 890px;
	padding: 20px 0 0 20px;
	font-size: 0.9em;
}
#rightcol {
	float: right;
	width: 160px;
	margin: 20px 10px 0 10px;
	padding: 5px;
	line-height: 1.4em;
	border: 1px solid #EEEEEE;
}
#footer {
	clear: both;
	margin: 0;
	padding: 5px 0;
	width: 990px;
	font-size: 0.8em;
	color: #999999;
	background: #EFF4FB;
}
#footer p{
	margin: 0 0 0 5px;
}
#footer a,#footer a:link,#footer a:link,#footer a:active,#footer a:hover {
	text-decoration: none;
	color: #999999;
}
/* top nav start */
#nav {
	height: 29px;
	width: 990px;
	font-size: 1em;
	border-bottom: 1px solid #939393;
	background: #B6B6B6;
}
#nav-first, #nav-first ul {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 9pt;
}
#nav-first {
	display: table;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 27px;
	width: 990px;
	list-style-type: none;
	white-space: nowrap;
	background: #EFF4FB;
}
#nav-first a {
	display: block;
	padding: 2px 26px 0 13px;
	color: #616161; 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#nav-first a.last, #nav-first a.last:visited {
	display: block;
	padding: 4px 10px 0 10px;
	color: #616161; 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#nav-first li {
	display: table-cell;
	float: left;
	height: 25px;
	margin: 2px 0 0 0;
	border-right: 1px solid #939393;
}
#nav-first li.active {
	display: table-cell;
	float: left;
	height: 25px;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	border-right: 1px solid #939393;
	background: transparent url("images/navactivebg.gif") top left repeat-x;
}
#nav-first li.activel {
	display: table-cell;
	float: left;
	height: 25px;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	border: none;
	background: transparent url("images/navactivebg.gif") top left repeat-x;
}
#nav-first li.last {
	border-right: none;
}
#nav-first a:hover {
	color: #6E9BC0; 
}
#nav-first li ul {/* zweite Ebene */
	position: absolute;
	width: 17.5em;
	left: -999em;
	background: #fff url("images/navbg2010.jpg") top left repeat-x;
	border: 1px solid #ccc;
}
#nav-first li ul li {
	clear: both;
	border-right: none;
	border-top: 1px solid #ccc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#nav-first li ul li.first {
	border-top: none;
}
#nav-first li ul li a {
	display: block;
	margin: 0;
	padding: 2px 0 5px 13px;
	width: 16.4em;
}
#nav-first li li a:hover {
	background-color: #EFF4FB;
}
#nav-first li li a.sub {
	background: transparent url("images/navpfeil2.gif") no-repeat right top;
}
#nav-first li ul ul { /* dritte Ebene */
	margin: -2.2em 0 0 17.5em;
	background-color: #fff;
}
#nav-first li:hover ul ul, #nav-first li.sfhover ul ul {
	left: -999em;
}
#nav-first li:hover ul, #nav-first li li:hover ul, #nav-first li.sfhover ul, #nav-first li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav-first a.sub {
	background: transparent url("images/navpfeil.gif") no-repeat right top;
}
/* top nav ende */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color: #939393;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .1em;
}
h1 {
	padding: 0 0 0 5px;
	background: #F4F4F4;
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	clear: both;
	font-size: 136%;
}
h3 {
	clear: both;
	font-size: 126%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 106%;
}
h6 {
	font-size: 96%;
}
a:link {
	color:#FF6600;
	text-decoration: none;
} 
a:visited {
	color:#FF6600;
	text-decoration: none;
} 
a:hover,a:active {
	color:#FF6600;
	text-decoration: underline;
}
#imgNav {
	margin: 15px 15px 0 0;
}
#imgText {
	float: right;
}
#imgShow {
	margin: 20px 0;
	height: 352px;
	text-align: center;
}
.clear {
	clear: both;
	margin: 16px 0 16px 0;
}
#flashcontent {
	width: 640px;
	height: 480px;
	margin: 3px 0 20px 0;
}
#flashcontentstart {
	width: 400px;
	height: 200px;
	margin: 3px 0px 20px 0px;
	float: left;
}
.contactbox {
	float: left;
	width: 350px;
	margin: 15px 30px 15px 0;
	padding: 12px;
	border: 1px solid #EEEEEE;
}
.ansprechpartner {
	float: right;
	width: 350px;
	margin: 15px 30px 15px 0;
	padding: 12px;
	border: 1px solid #EEEEEE;
}
.infobox {
	width: 350px;
	padding: 20px 20px 10px 10px;
	margin: 10px 0 20px 20px;
	line-height: 1.4em;
	border: 1px solid #EEEEEE;
}
.infobox img {
	margin: 0 15px 0 0;
}
/** Arkeo Forms CSS Start **/
fieldset {
	padding:				0px;
	background-color: transparent;
	width:				640px;
	margin-top:			10px;
	margin-left:		2px;
	border:				none;
	display:				block;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color:				black;
}
fieldset legend {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			9pt;
	font-weight:		bold;
	color:				black;
}
fieldset td {
	font-size: 0.8em;
	width: 130px;
}
#btnSubmit {
	margin: 5px 0 0 250px;
}
#valSummary {
	padding:				4px;
	border:				2px ridge #ffcccc;
	width:				500px;
	margin:				10px;
	background-color:	#ffcccc;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
}
div.input,div.input2 {
	padding:	2px;
	clear: both;
}
div.input3 {
	padding:	2px;
	margin-left: 20px;
	clear: both;
}
div.input label {
	display:				block;
	width:				140px;
	float:				left;
	padding-left:		16px;
}
div.input2 label {
	display:				block;
	width:				292px;
	float:				left;
	padding-left:		16px;
}
div.input3 label {
	display:				block;
	width:				270px;
	float:				left;
	padding-left:		16px;
}
.inputbox {
	margin-left: 5px;
}
td input {
	border: 1px solid #7B9CBD;
}
div.options {
	padding:				4px 180px 20px 0;
	text-align:			right;
	margin-top:			8px;
}
div.options input {
	font-weight:		bold;
	border: 1px outset #F5F5F5;
	background-color: #94BFE5;
	color: #000000;
}
ul {
	margin-top: 2px;
}
div.input input, div.input select, div.input textarea,div.input2 input,div.input3 input {
	border:				1px solid #7B9CBD;
}
div.input input.error, div.input textarea.error, div.input select.error {
	border:				2px solid red;
	background-color:	#ffcccc;
}
div.input label.error {
	color:				#ff0000;
	font-weight:		bold;
}
div.input #btnSubmit {
	margin: 5px 0 0 200px;
}
.chkText {
	margin: 4px 0 4px 180px;
}
.chkText2 {
	margin: 4px 0 4px 270px;
}
/** Arkeo Forms CSS Ende **/
.clear {
	clear: both;
}
.imgLeftTop {
	margin: 20px 12px 10px 0;
	float: left;
}
.imgLeftM {
	margin: 3px 12px 50px 0;
	float: left;
}
.imgLeftSeries {
	margin: 20px 12px 10px 0;
	float: left;
}
.imgRightSeries {
	margin: 20px 0 10px 12px;
	float: right;
}
.imgLeft {
	margin: 3px 12px 10px 0;
	float: left;
}
.imgRight {
	margin: 3px 0 10px 12px;
	float: right;
}
.imgLeft p, .imgRight p {
	margin: 3px 3px 3px 3px;
	font-size: 0.8em;
}
.txtBlockLeft {
	float: left;
	width: 400px;
	margin: 0;
	padding: 12px;
	border: 1px solid #EEEEEE;
	display: table;
}
.txtBlockRight {
	margin: 0 0 0 450px;
	padding: 12px;
	width: 400px;
	border: 1px solid #EEEEEE;
	display: table;
}
.txtBlockBottom {
	display: block;
	clear: both;
	margin: 20px 15px 15px 0;
	padding: 12px;
	border: 1px solid #EEEEEE;
}
.txtBlockLeft h2, .txtBlockRight h2 {
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.txtBlockLeft a,.txtBlockRight a,.txtBlockBottom a {
	text-decoration: none;
}
.txtBlockLeft a:link,.txtBlockRight a:link,.txtBlockBottom a:link,
.txtBlockLeft a:active,.txtBlockRight a:active,.txtBlockBottom a:active,
.txtBlockLeft a:visited,.txtBlockRight a:visited,.txtBlockBottom a:visited,
 {
	text-decoration: none;
}
.preformat {
	width: 830px;
}
ul.ka {
	margin: 1.5em 0 1.5em 1em;
	padding: 0;
}
.ka li {
	margin: 0.8em 0 0.8em 0.5em;
	list-style: none;
	padding: 0 0 0 24px;
	background: transparent url("images/elements.gif") no-repeat 0 1px;
}
.imgRightFloat {
	float: right;
	margin: 8px 97px 0 0;
}
.calcTblHeader {
	border-bottom: 1px solid #eee;
	background-color: #ccc;
}
.calcTblSubTotal {
	border-top: 1px solid #eee;
}
.calcTblTotal {
	border-top: 3px double #eee;
}
.std {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	font-size: 136%;
	font-weight: bold;
	margin: 1.2em 0 .3em;
	width: 590px;
	color: #939393;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .1em;
}
.dssl {
	float: left;
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	font-size: 136%;
	font-weight: bold;
	margin: 0;
	color: #939393;
	padding-bottom: .1em;
}