/* CSS Document */

*{
margin: 0;
padding: 0;
}

body {
height: 100%;
text-align: center;
padding: 0;
margin: 0;
font: 10px verdana;
background-color:white;
color: #333333;
}

#horizon {
color: #333333;
background-color: none;
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}

#containert {
font: 10px verdana;
margin-left: -368px;
position: absolute;
top: -294px;
left: 50%;
width: 786px;
height: 578px;
visibility: visible;
background-repeat: no-repeat;
}

#main { 
width: 786px;
height: 526px;
}

#txt {
font-size: 10px;
margin-top: 60px;
margin-left: 30px;
text-align: left;
height: 466px;
width: 756px;
float:left;
}

#info {
font-size: 10px;
margin-top: 40px;
margin-left: 70px;
text-align: left;
width: 596px;
float:left;
}

#footer {
padding-top:3px;
height:12px;
width: 786px;
text-align:center;
color:#d4d4d4;
}

.txt_left {
margin-left: 30px;
text-align: left;
}

.txt_right {
margin-left: 30px;
text-align: left;
}

.txt_box {
margin-top: 45px;
margin-left: 30px;
float: left;
height:auto;
width:auto;
}

.link_box {
margin-right: 30px;
float: left;
height:auto;
width:auto;
}

.info_box {
padding: 10px;
background-color:#f4f4f4;
width: auto;
}

#menu_left {
width: 500px;
height: 30px;
margin-left:25px;
float: left;
text-align:left;
}

#menu_right {
width: 236px;
height: 30px;
margin-right: 25px;
float: left;
text-align:right;
}

#txt img {
float:left;
}

/*Lenker*/

a {color: #454545 !important; text-decoration: none; text-transform: uppercase; font-family: helvetica; font-size: 14px; font-weight: bold;}

#txt a:link {
text-decoration: none;
color:#333333;
text-transform: none;
}

#txt a:active {
text-decoration: none;
color:#333333;
text-transform: none;
}

#txt a:hover {
text-decoration: none;
color:#666666;
text-transform: none;
}

#txt a:visited {
text-decoration: none;
color:#333333;
text-transform: none;
}