/****************************global settings**************************************/
* {
    margin: 0;
}
html, body {
    height: 100%;
}

html {
  background: #656666;
}
body {
  color: #FFF;
  font: normal 12px verdana, arial, helvetica, sans-serif; 
  line-height: 18px;
}

:root  body  { overflow-y: scroll; } /* shows always right scrollbar */

a {
  color: #F41000;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.cls {
  clear: both;
}
img a, a img {
  border: 0px;
  outline: none;
}

strong, em {
  font-style: normal;
  font-weight: bold;
}

em { 
  color: #F41000; 
  font-weight: normal;
}

a.hidden, .hidden { display: none; }

hr {
  border: none;
  border-top: 1px solid #FFF;
  height: 1px;
  margin: 5px 0px;	
}

.alignleft {
  float: left;
  padding: 5px 10px 10px 0px;	
}

h1 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  color: #F41000; 
  font-size: 1em;
  font-weight: bold;
}

p, ul.plain { padding-bottom: 15px; }
.plain_image { padding-top: 3px; }

ul.plain li {
  background: url(../images/icon_list.gif) 0px 7px no-repeat; 
  padding: 0px 0px 0px 12px;
}

/****************************global settings**************************************/

/****************************content********************************************/
.wrapper {
  margin: 0 auto;
  width: 950px;
}

div#header {
  background: url(../images/bg_header.jpg) 0px 10px no-repeat;
  height: 240px;
  padding-top: 10px;
  position: relative;
}

body.neubau div#header {
  background: url(../images/bg_header_1.jpg) 0px 10px no-repeat;
}

body.umbau div#header {
  background: url(../images/bg_header_2.jpg) 0px 10px no-repeat;
}

div#content {
  background: #000;
  height: 420px;
  padding: 40px 0px 0px 25px;
  position: relative;
}

#logo {
  left: 813px;
  position: absolute;
  top: 35px;
}

ul#navigation {
  padding: 142px 0px 0px 25px;
}

ul#navigation li {
  float: left;
  padding-right: 92px;
}

ul#navigation li a {
  font-weight: bold;
  color: #F41000; 
}

ul#navigation li a.black {
  color: #000; 
}

ul#subnavigation {
  clear: both;
  /*margin-top: 8px;*/
  padding-top: 12px;
}

ul.profil {
  padding-left: 25px;
}

ul.neubau {
  padding-left: 154px;
}

ul.umbau {
  padding-left: 296px;
}

ul#subnavigation li a {
  font-weight: normal;
  color: #FFF; 
}

ul#subnavigation li a.active {
  font-weight: bold;
}

#individuell-bauen {
  left: 523px;
  position: absolute;
  top: 357px;
}

.point, h1 span {
  color: #F41000; 
  font-size: 1.2em;
  font-weight: bold;
}

.content-left {
  float: left;
  padding: 0px 44px 0px 0px;
  width: 446px;
}

.content-right {
  float: left;
  width: 405px;
}

ul.pager {
  padding-top: 5px;
}

ul.pager li, ul.projects li {
  color: #969696;
  float: left;
}
ul.projects li {
  padding-right: 5px;
}

ul.pager li a.white, ul.projects li a.white {
  color: #FFF; 
}

p.text { height: 200px; }

/****************************content********************************************/


/****************************visible skip menue**********************************/
.skip, .skip:link, .skip:visited {
  color: #000;
  position: absolute;
  top: -1000em;
  z-index: 100;
}

.skip:focus, .skip:active {
	display: block;
	left: 20px;
	outline: none;
	padding-top: 7px;
	position: absolute;
	top: 0px;
}
/****************************visible skip menue**********************************/

