html { height: 100%;   }

body
{
  font-family:Arial;
  font-size:12px;
  background-color:#FFFFFF;
  margin:      0px;
  height:      100%;
}

#Huelle {
position:relative;
left: 50%;
margin-left: -500px;
width: 1000px;
height: 100%;
}

html>body #Huelle {
height: auto;
min-height: 100%;
}

p
{
  font-size:24px;
  font-family:Arial;
}

h1
{
  font-size:30px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
  margin-bottom:0px;
}

h2
{
  font-size:22px;
  color:#000000;
}

h3
{
  font-size:14px;
  color:#000000;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}

a:active, a:hover
{
  font-weight:bold;
  --background-color:#A19F9F;
  color:#FFFFFF;
}

#Rand-oben {
width:1000px;
height: 10px;
background-color: #FFFFFF;
}

#title
{
  width:1000px;
  height:120px;
  background-image: url(../images/banner/2_2.jpg);
  background-repeat:no-repeat;
  background-position:center;
  margin-top:5px;
}

#menu
{
  position: relative;
  margin-top: 8px;
  width: 1000px;
  height: 20px;
  --background-image: url(../images/navi_back.jpg);
  --background-repeat:no-repeat;
  --background-position:center;
  --background-color:#C54A0D;
  --background-color:#BE6A41;
  --background-color:#FB9E6F;
  background-color:#FD7A08;
  --float:left;
  --display:inline;
  display:table;
  font-size:12px;
  font-weight:bold;
  color:#000000;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}

#menu a:active, #menu a:hover{
text-decoration:none;
  font-weight:bold;
  color:#F6EFEF;
  font-size:12px;
}

#menu2
{
  position: relative;
  --margin-top: 8px;
  width: 1000px;
  height: 20px;
  --background-image: url(../images/navi_back.jpg);
  --background-repeat:no-repeat;
  --background-position:center;
  --background-color:#C54A0D;
  --background-color:#BE6A41;
  background-color:#F6EFEF;
  --float:left;
  --display:inline;
  display:table;
  font-size:12px;
  font-weight:bold;
  color:#C54A0D;
}

#menu2 a:link, #menu2 a:visited, #menu2 a:active, #menu2 a:hover {
  text-decoration:none;
  font-weight:bold;
  --color:#C54A0D;
  color:#FD7A08;
  font-size:12px;
}

#menu2 a:active, #menu2 a:hover{
text-decoration:none;
  font-weight:bold;
  color:#3A5B84;
  font-size:12px;
}


#content {
position:relative;
margin-top: 40px;
width: 1000px;
height: auto;
background-color: #FFFFFF;
word-wrap: break-word;
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  font-family:Arial;
  font-size:16px;
  background-color:#FFFFFF;
  margin:      0px;
  height:      100%;
}

#content2 {
position:relative;
margin-top: 40px;
width: 1000px;
height: auto;
background-color: #FFFFFF;
word-wrap: break-word;
}

#content2 a:link, #content2 a:visited, #content2 a:active, #content2 a:hover {
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  font-family:Arial;
  font-size:16px;
  background-color:#FFFFFF;
  margin:      0px;
  height:      100%;
}

#content2 a:active, #content2 a:hover{
text-decoration:none;
  font-weight:bold;
  color:#3A5B84;
  font-size:16px;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */