/* CSS Document */

/* COMMON /////////////////// */
body{
margin: 0;
padding: 0;
background-image:url(webbg.jpg);
background-position:center;
background-position:top;
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
color: #333;
}
h2{
font-size:14px;
margin-bottom:-10px;
text-transform:uppercase;
}
h3{
font-size:14px;
margin-bottom:5px;
text-transform:uppercase;
color:#FFF;
}
ul{
margin-top:-5px;
}
li{
list-style-image: url(bullet.png);
margin-left:-10px;
}
img {
border:none;
}

/* LINKS /////////////////// */
a:link{
outline: none;
text-decoration:none;
color:#f1592a;
font-weight:bold;
}
a:visited{
outline: none;
text-decoration:none;
color:#f1592a;
font-weight:bold;
}
a:hover{
outline: none;
text-decoration:none;
color:#8a2607;
font-weight:bold;
}


img, div { 
behavior: url(iepngfix.htc)
}


/* CONTENT /////////////////// */
#wrapper {
width:1000px; 
margin:0 auto;
}

/* NAVIGATION /////////////////// */
#topnavi {
width:1000px; 
color:#888;
text-align:center; 
margin-top:420px; 
font-size:18px; 
font-weight:bold;
letter-spacing: 1px;
}
#topnavi a:link{
text-decoration:none;
color:#777;
}
#topnavi a:visited{
text-decoration:none;
color:#888;
}
#topnavi a:hover{
text-decoration:none;
color:#f1592a;
}

/* HILFENAHT /////////////////// */
#hilfenaht {
width: 1000px;
position: absolute;
top: 900px;
color:#333;
}
.text1 {
width: 450px;
margin-left: auto;
margin-right: auto; 
text-align: left;
}

/* THREE COLUMNS /////////////////// */
#three_columns {
position: absolute;
top: 1370px;
width:1000px; 
color:#fff;
}


/* FOOTER /////////////////// */
#footer {
position:absolute;
top: 2320px;
width:1000px; 
color:#fff; 
text-align:left;
height:100px;
margin-bottom:10px; 
font-size:12px;
line-height: 17px;
}


/* TOTOP /////////////////// */
#totop {
position: absolute;
right: 0;
z-index: 100;
}
#totop a {
font-size: 1.8em;
font-weight: bold;
background-color: #333;
color: #fff;
border-bottom: 7px solid #888;
}
#totop a:hover {
font-size: 1.8em;
font-weight: bold;
background-color: #333;
color:#fff;
border-bottom: 7px solid #f1592a;
}



/* CSS-Hack für IE6 und kleiner /////////////////// */
* html #three_columns{
line-height: 16px;
}

