@charset "UTF-8";

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

/* Global Settings / Basiscs
************************************************/

html {
	background: #444 url(../images/structure/bodybg.gif) repeat-y 50% 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 81.25%;
	line-height: 130%;
	color: #f5f5f5;
	text-align: center;
}

a {
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 794px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 200px;
	overflow: hidden;
}

#main {
	float: right;
	width: 594px;
	overflow: hidden;
}

#header {
	height: 160px;
	overflow: hidden;
	background-color: #444;
}

#header h1 {
	width: 595px;
	height: 160px;
	background: url(../images/structure/kglogo.png) no-repeat 0 0;
}

#header h1 a {
	display: block;
	width: 595px;
	height: 160px;
	text-indent: -200em;
	overflow: hidden;
}

#content {
	width: 545px;
	padding: 160px 25px 0 20px;
	min-height: 300px;
	overflow: hidden;
	background: #222 url(../images/teaser/startseite.jpg) no-repeat 0 0;
}

body#startseite #content { background-image: url(../images/teaser/startseite.jpg); }
body#konzept #content { background-image: url(../images/teaser/konzept.jpg); }
body#lage #content { background-image: url(../images/teaser/lage.jpg); }
body#wohntypen #content { background-image: url(../images/teaser/wohntypen.jpg); }

body#we01 #content { background-image: url(../images/teaser/we1.jpg); }
body#we02 #content { background-image: url(../images/teaser/we4.jpg); }
body#we03 #content { background-image: url(../images/teaser/we3.jpg); }
body#we04 #content { background-image: url(../images/teaser/we4.jpg); }
body#apartment #content { background-image: url(../images/teaser/apartment.jpg); }
body#atelierhaus #content { background-image: url(../images/teaser/atelierhaus.jpg); }
body#stadthaus #content { background-image: url(../images/teaser/stadthaus.jpg); }

body#ausstattung #content { background-image: url(../images/teaser/ausstattung.jpg); }
body#datenfakten #content { background-image: url(../images/teaser/datenfakten.jpg); }
body#referenzen #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#richtfest #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#kontakt #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#impressum #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#dokumente #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#preisliste #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#impressionen #content { background-image: url(../images/teaser/kastanienblaetter.jpg); }
body#musterwohnungen #content { background-image: url(../images/teaser/musterwohnungen.jpg); }

/* Lists
************************************************/

#langselector {
	height: 160px;
	overflow: hidden;
}

#langselector ul {
	margin-left: 10px;
	margin-top: 115px;
	font-size: 75%;
}

#langselector ul li {
	display: inline;
	list-style: none;
	margin-right: 1em;
}

#langselector ul li a {
	text-decoration: none;
	color: #999;
}

#langselector ul li.active a {
	color: #666;
}

#langselector ul li a:hover, #langselector ul li a:focus {
	color: #f5f5f5;
}

#mainNav {
	background-color: #333;
	border-bottom: 1px solid #5c5c5c;
	font-size: 85%;
}

#mainNav li {
	list-style: none;
}

#mainNav li a {
	display: block;
	color: #f5f5f5;
	text-decoration: none;
	padding: 0.3em 10px;
	border-top: 1px solid #444;
	background: url(../images/structure/navright.png) repeat-y 100% 0;
}

#mainNav li a:hover, #mainNav li a:focus {
	background-color: #222;
}

#mainNav li.active a {
	background-color: #222;
	border-bottom: 1px solid #191919;
}

#mainNav li.active ul li a {
	border-top: 1px solid #333;
	border-bottom: none;
	background-color: #292929;
	padding-left: 20px;
}

#mainNav li.active ul li:first-child a {
	border-top: none;
}

#mainNav li.active ul li a:hover, #mainNav li.active ul li a:focus {
	background-color: #222;
}


#content ul { margin-bottom: 2em; }

#content ul li {
	margin-left: 2.5em;
	margin-bottom: 0.4em;
}

/* Typo
************************************************/

h2 {
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	margin-bottom: 1.5em;
}

h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

p { margin-bottom: 1em; }

.italic {
	font-style: italic;
}


/* Bilder rechts
************************************************/

.right {
	float: right;
}

.left {
	float: left;
}


#right {
	width:30%;
	float: left;
	margin-bottom: 200px;
}

#right img {
padding-bottom: 10px;
}

#left {
	float: left;
}

/* Tabellen
************************************************/

table {
	border: 0;

}

td {
	font-size: 85%;
	text-align: center;
	padding: 0.2em;
}

.trenner {
display: block;
height: 50px;
border-top: 1px solid #fff;
}


.block {
	float: left;
	padding-bottom: 50px;
}

.block ul{
	float: left;
	display: block;
	width: 500px;
}


/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.fotopreview{
	width:100px;
	height:100px;
	margin:2px 3px 3px 0;
}
