/*  WEKO Immobilien GmbH Design & Layout
    PRINT-Stylesheet
    Author: Engelbert Eichner
    Version 1.5 (_REDESIGN_) v. 22.05.2007 
    zuletzt aktualisiert am 27.05.2007 */

/* Dieses Stylesheet und alle zum Design
   gehoerigen Grafikdateien sind geistiges
   Eigentum von Engelbert Eichner und
   exklusiv lizensiert fuer WEKO Immobilien
   GmbH. */

/* Dieses Stylesheet beeinflusst den
   Inhalt und das Aussehen desselben,
   den man zu sehen bekommt, wenn man
   eine Seite ausdruckt. */

/* Colors
-----------------------------------------
anthrazit_bg	#CCCBC9
anthrazit_title	#404040
anthrazit_text	#83827D
anthrazit_cont	#5F5F5F
black		#000000
softwhite	#FFFFFF
blue		#02ABFF
----------------------------------------*/


/* My Image Path
-----------------------------------------
./layoutimages
----------------------------------------*/


* {
	margin: 0;
	padding:0;
	border: 0;
}

html, body {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

body {
	background: #FFFFFF;
}

p {
	margin: 0 0 10px 0;
}

/* Body Structure
----------------------------------------*/

#Logo              { display: none; }
#Header2           { display: none; }
#Slogan            { display: none; }
#MainNav           { display: none; }
#LangNav           { display: none; }
#NavColumn         { display: none; }
#contact_form      { display: none; }
#Footer            { display: none; }
#ContactformHeader { display: none; }
#ContactformDisclaimer { display: none; }
.ObjectMap         { display: none; }

#PrintPageInfo {
float: left;
width: 96%;
height: 70px;
margin: 15px 0 10px 10px;
padding: 0 0 15px 0;
}

#ContentWrap {
	width: 99%;
	float: left;
	margin-left: 0px;
}

#ContentColumn {
	width: 98%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}


/* Links
----------------------------------------*/

a {
	color: #02ABFF;
	text-decoration: none;
}

a:hover {
/*	color: #C1E4A9; /* lightgreen */
/*	color: #BF9E6D; /* beige */
/*	color: #415D73; /* anthrazitblue */
/*	color: #A1102F; /* bordeaurot */
	color: #ED1846; /* rot */
}

.currentlink {
	color: #02ABFF; /* blau */
}

/* Headlines
----------------------------------------*/

#PrintPageInfo h2 {
margin-bottom: 2px;
}

h2, h2 a {
	margin-bottom: 10px;
}

#Ref #ContentColumn h2 {
	margin: 0 0 5px 0;
}

/* Lists
----------------------------------------*/

ul {
	list-style-type: none;
	list-style-position: inside;
}

/* Tables
---------------------------------------*/

.Facts, .Makler {
	width: 100%;
}

.Makler td, .Facts td {
border-bottom: 1px solid #CCC;
}

.td_align {
	text-align: right;
	vertical-align: top;
}

.td_width {
	width: 35%;
	vertical-align: top;
}

.MaklerCommercial {
font-style: italic;
font-size: 14px;
line-height: 18px;
}

/* Objektclasses
----------------------------------------*/

.Object {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

#Ref .Object {
margin-bottom: 20px;
border-top: 1px solid #CCC;
padding-top: 5px;
}

.Object_leftrow h2 a {
width: 100%;
display: block;
border-top: 1px solid #DDD;
padding-top: 10px;
}

.ObjectFacts {
	float: left;
	width: 210px;
	padding: 0 15px 0 0;
}


.ObjectFacts p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}

#Ref .ObjectFacts p {
	margin: 0;
}

.ObjectFacts td {
border-bottom: 1px solid #CCC
}

.ObjectDescr {
	float: left;
	padding: 0;
        width: 280px;
}

.ObjectPhotoRow {
	float: left;
	width: 100%;
	margin: 0;
border-bottom: 1px solid #CCC;
}

.ObjectLongDescr {
	float: left;
	width: 100%;
}

.ObjectContent {
	float: left;
	width: 55%;
	margin-bottom: 20px;
}


.ObjectImages {
	padding: 0 10px 0 0;
	float: right;
}

.ObjectPhotoRow .ObjectImages {
	padding: 10px 10px 10px 0;
	float: left;
}


#Ref .ObjectImages {
	padding: 0 10px;
width: 200px;
}

/* Content
----------------------------------------*/

#Content {
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

/* Kontakt
----------------------------------------*/

#Col-Left, #Col-Right {
	margin: 40px 0;
	width: 24%;
	float: left;
}

#Kontakt address {
	margin: 10px 0;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}

/* Images
----------------------------------------*/

#Kontakt img {
	border: 1px solid #999;
}

#Kontakt #Printlogo img {
	border: none;
}

#PrintPageInfo img {
        border: none;
        float: left;
        padding: 0 20px 10px 0;
}

.ObjectImages img {
border: 1px solid #000000;
width: 100px;
}

.maklerlogo {
float: left;
padding: 5px 20px 5px 0;
}

/* End of Stylesheet */