@CHARSET "ISO-8859-1";
/* RESET ALL ////////////////////////////////////////////////////////////////*/
html,address,blockquote,body,div,dl,dt,dd,fieldset,ol,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
  font-family:inherit; font-style:normal; font-weight:normal;
  font-variant:normal; font-size:inherit; line-height:inherit;
  text-align:left; text-decoration:none; padding:0; margin:0;
  float:none; border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup {
  font:inherit; background:transparent; padding:0; margin:0;
  color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

button,textarea,input,object,select { display:inline-block; }

/* Optionales */
html { font-family: Verdana, Arial, Helvetica, sans-serif; }
input, textarea { cursor:text; }
a:link, a:visited, a:hover, a:active, input[type=button], input[type=radio] { cursor:pointer; }
input[type=hidden]{  display: none; }
ul li { list-style-type: none; display:inline; cursor:pointer;}
ol li { list-style-type:decimal; }
/*///////////////////////////////////////////////////////////////////////////////*/

html,body {
  font-family: arial, helvetica, serif;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #3D3D3D;
}

div#wrapper {
  margin: 0 auto 0 auto;
  width: 994px;
}

div#mastercontainer {
  float:left;
  padding: 10px;
  width: 994px;
  background-color: #FFF;
}

div#container1 {
  height: auto;
  width: 912px;
  text-align: left;
  padding: 0 41px;
}

div#header {
  background-image: url("../images/higru_header.gif");
  background-repeat: repeat-x;
  width: 912px;
  height: 132px;
}

div#logo {
  height: 96px;
  padding-top: 3px;
}

div#navigation {
  height: 33px;
}

div#mastercontent {
  margin: 0;
  padding: 100px 0 0 0;
  min-height: 200px;
  color: #3A3F40;
  font-size: 13px;
  line-height: 20px;
}

div#bildergalerie_bg  {
  background-image: url("../images/bilder_higru_schwarz.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 12px;
  width: 912px;
  height: 449px;
  color: #3A3F40;
  line-height: 12px;
}

div#bildergalerie_bg2  {
  background-image: url("../images/bilder_higru_schwarz2.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 12px;
  width: 912px;
  height: 710px;
  color: #3A3F40;
  line-height: 12px;
}

div#bildergalerie_bg2 a  {
  color: #FF9900;
  text-decoration: none;
  margin: 0;
  padding: 12px;
  font-size: 20px;
}

div#headlineleft {
  float:left;
  width: 220px;
}

div#inhaltright {
  float:left;
  width: 690px;
}

div#contentext {
  background-image: url("/zwillingsbau/layout_dateien/images/inhalt_higru.gif");
  background-repeat: repeat-y;
  width: 692px;
  margin: 0;
  padding: 10px 0 ;
}

div#contentext a {
  color: #FF9900;
  text-decoration: underline;
}

div#rahmenoben {
  height:10px;
  margin: 0;
  padding: 0;
}

div#rahmenunten {
  height:10px;
  margin-top: -5px;
  padding: 0;
}

div#footernavi {
  padding: 8px 0 25px 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #A1A2A3;
  text-align: right;
  text-decoration: none;
}

div#footernavi a {
  text-decoration: none;
}

div#footernavi a:hover {
  text-decoration: none;
  color: #FF9900;
}

div#footer {
  margin: 20px 0 0 0;
}


/* Ueberschriften */

h1{
  padding: 0;
  color: #757575;
  font-size: 26px;
  line-height: 24px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: normal;
}

h2{
  color: #797979;
  font-size: 16px;
  line-height. 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 35px 0 55px;
  background-image: url("/zwillingsbau/layout_dateien/images/balken_h2.gif");
  background-repeat: no-repeat;
}

p{
  padding: 0 35px 0 55px;
  background-image: url("/zwillingsbau/layout_dateien/images/balken_text.gif");
  background-repeat: no-repeat;
}

.floatleft {
    float: left;
    margin: 10px 15px 0 55px;
}

.floatleft2 {
    float: left;
    margin: 0 15px 0 55px;
}

.floatright {
    float: right;
    margin-right: 15px;
    padding: 0 0 0 10px;
}
.nofloat{
  clear: both;
}