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

@import url(style-lachnitt-fw-navi.css);

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../img/lachnitt-fw_bg.jpg) repeat-x;
}



#header {
	position:relative;
	width: 955px;
	margin: 0 auto;
	background: url(../img/lachnitt-fw_top.jpg) no-repeat;
	height:379px;
}

#flash-top {
	position:absolute;
	top:0;
	left:0;
	height:279px;
	width:955px;
}

#menu-top {
	position:absolute;
	top:157px;
	left:3px;
	background:url(../img/navi-bg.png) no-repeat;
	width:380px;
	height:240px;
	overflow:hidden;
}

/* ------------ Inhalt --------------- */

#wrapper {
	position:relative;
	width: 955px;
	margin: 0px auto;
}

#column1 {
	float: left;
	width: 300px;
	min-width:300px;
	display: inline;
	padding-left:60px;
	text-align:justify;
	top:0;
}

#column2 {
	float: left;
	width: 525px;
	display: inline;
	padding-left:10px;
	text-align:justify;
	top:0;
}
.minheight-column {
   min-height: 350px;
   height: auto !important;
   height: 350px;
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:955px;
	background: url(../img/lachnitt-fw_main.png) repeat-y;
}
.footer, .push {
	height: 100px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 955px;
	height: 65px;
	margin: 0 auto;
	background: url(../img/lachnitt-fw_footer.jpg) no-repeat;
}

#footer-innen {
	width:955px;
	margin: 0 auto;
	text-align:center;
	padding:10px 0 0 0;
}

.ids {
	padding-top:20px;
}

table td {
	vertical-align:top;
}

#spacer-wohnung {
	height:62px;
	width:10px;
}





/* --------------- Schrift ---------*/



#column1, #column2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#142338;
}

#footer-innen {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#999;
}

#footer-innen a {
	color:#999;
}

h1 {
	font-size:1.8em;
	padding:0 0 15px 0;
	margin:10px 0 15px 0;
}

h2 {
	font-size:1.2em;
	color:#cecf93;
}

.beschreibung {
	text-align:center;
	font-size:0.7em;
}

p {
	padding:0;
	margin:0;
}


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


img {
	border:0;
}

