* {
	padding:0px;
	margin:0px;
}
html, body , #siteContainer{
    min-height: 100%; 
    width: 790px;
    height: 100%;
}
html>body #siteContainer {
    height: auto; 
}
body{
	font-family: Trebuchet,Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #646464;
	background: white url(../pic/bg.gif) repeat-x;
}
a{
	background: transparent;
	text-decoration: none;
	color: #1e64a7;
}
a:hover{
	background: #646464;
	text-decoration: none;
	color: #1e64a7;
}
img{
	border:0;
	margin:0;
	padding:0;
	line-height:0;
}


/*SITECONTAINER----------------------------------------------------------------------------------------------------------------------------------------*/
#siteContainer {
    position: absolute;
    top: 0;
    left: 0;
}
/*HEADER----------------------------------------------------------------------------------------------------------------------------------------*/
#header{
	margin: 0px;
	padding: 0px;
	float: left;
}
#header a:hover{
	background:transparent;
}

#header2{
	float: right;
	margin: 0px;
	padding: 0px;
}
/*NAVIGATION----------------------------------------------------------------------------------------------------------------------------------------*/
ul#navigation {
	margin: 0px 0px 0px 225px;
	padding:0;
}
ul#navigation  li{
	list-style: none;
	border-right: 1px solid white;
	float:left;
	margin: 35px 15px 15px 0px;
	padding:0px 15px 0px 0px;
	color:white;
}
ul#navigation  li#navLastChild{
	list-style: none;
	border: none;
	float:left;
	margin: 35px 15px 15px 0px;
	padding:0px 15px 0px 0px;
	color:white;
}
ul#navigation a{
	text-decoration: none;
	background: transparent;
	color: white;
}
ul#navigation a:hover{
	background: transparent;
	text-decoration: underline;
	color: #FFF;
}
/*SUBNAVIGATION----------------------------------------------------------------------------------------------------------------------------------------*/
ul#subNavigation {
	margin: 20px 0px 0px 0px;
	padding:0;
	width:193px;
	float:left;
	list-style:none;
}
ul#subNavigation  li{
	font-size:14px;
}
ul#subNavigation a{
	display:block;
	background: transparent;
	margin: 0px 0px 0px 30px;
	padding: 9px 0px 9px 0px;
	text-decoration: none;
	color: #646464;
	border-bottom:1px solid #646464;
}
ul#subNavigation a:hover{
	text-decoration: none;
	background: transparent;
	margin: 0px 0px 0px 30px;
	color: #1e64a7;
}
ul#subNavigation #subFirstChild{
	font-family: Arial,Helvetica, sans-serif; /*Georgia*/
	font-size:14px;
	font-weight:bold;
	display:block;
	background: #646464 url(../pic/subnavBG.gif) repeat-x;
	padding: 14px 0px 7px 30px;
	text-decoration: none;
	color: white;
}

.active{
	color: #1e64a7;
}
/*HEADLINE----------------------------------------------------------------------------------------------------------------------------------------*/
#headline{
	margin: 40px 0px 0px 223px;
}
/*MAINPIC----------------------------------------------------------------------------------------------------------------------------------------*/
#mainPicContainer{
	width: auto;
	height:auto;
	line-height: 0px;
}
.mainPic{
	border-top: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}
#mainPicShadow{
	line-height: 0px;
	text-align:right;
	width: auto;
	height:auto;
	background: url(../pic/mainPicShadow.gif);
}
/*CONTENT----------------------------------------------------------------------------------------------------------------------------------------*/
#content{
	float:left;
	margin: 30px 0px 160px 32px;
	width:550px;
	line-height:27px;
}
#bildLink a{
	background: transparent;
}
#bildLink a:hover{
	background: transparent;
}

.grundrissG{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #c8c8c8;
}
.grundrissY{
	background: #fff0cc;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #c8c8c8;
}
.grundriss{
	background: #e0d8c6;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #c8c8c8;
}
.stockwerk{
	float:left;
	padding: 0px 0px 0px 5px;
	width:150px;
	float: left;
}
.downloadPDF a{
	color:#646464;
	float: left;
}
.downloadPDF a:hover{
	background: transparent;
	color:#1e64a7;
}
h2{
	font-family: Trebuchet,Helvetica, sans-serif;
	font-size:9px;
	margin:0px 0px 5px 0px;
	padding:0;
}
h1{
	padding: 0px 0px 5px 0px;
	font-family: Trebuchet,Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	border-bottom: 1px solid #646464;
}

/*FORMULAR----------------------------------------------------------------------------------------------------------------------------------------*/

.formular{
	float: right;
	width: 300px;
	text-align: right;
}

.inputbutton { 
  background-color: #eeeeee;
  margin: -3px 3px 0px -2px;
  padding: 1px;
  border: 1px solid #636563;
  width: 110px;
  color: #636563;
}

.inputtext {        
  color: #636563;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 2px 0px 0px 3px;
  margin: 0px 0px 2px -2px;
  height: 18px;
  width: 300px;
  border: 1px solid #636563;
}

.inputtext2 {        
  display: none;
}

.inputtextarea {        
	color: #636563;
  text-decoration: none;
  background-color: #eeeeee;
  margin: 0px 0px 2px -2px;
  padding: 2px 0px 0px 3px;
  height: 120px;
  width: 300px;
  border: 1px solid #636563;
  font-family: Trebuchet,Helvetica, sans-serif;
  font-size: 14px;
}

/*FOOTER----------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	margin: 0px 0px 0px 224px;
	width: 556px;
	height: 35px;
	font-size: 11px;
	border-bottom: 5px solid #636563;
    position: absolute;
    bottom: 0;
}
.clear{
	clear:both;
}
.grundrisshome {
	background: #e0d8c6;
	border-bottom: 1px solid #c8c8c8;
	width: 500px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

