/* basics */

html, body {
background-color:#ffffff;
}

* {
margin:0;
padding:0;
font-family: Verdana, sans-serif;
font-size: 100.01%;
color:#333333;
}

img, div { behavior: url(./styles/iepngfix.htc) }

#logo {
position: relative;
left: 680px;
top: 10px;
}


#container{
position:relative;
width:920px;
left:0;
top:0px;
height:97%;
padding-left:10px;
margin: 0 auto;  /* Zentrierung */
background-image: url(../layout/bg.gif);
background-repeat: repeat-y;
}

.spacer {/* hier wird der abstand der seite vom oberen browserrand geregelt*/
height:20px;
}

#start{
position: absolute;
width: 900px;
height:585px;
left: 50%;
top: 50%;
margin-left: -450px;
margin-top: -293px;
background: transparent  url('../layout/welt.gif') no-repeat  0px 80px ;
}

.textblock {
position:absolute;
left:160px;
top:150px;
width:550px;
}

h1 {
font-family: Times New Roman, serif;
font-weight: normal;
color:#005bc9;
font-size: 22px;
letter-spacing:1px;
margin: 0 0 10px 30px;
text-transform : uppercase;
}

p {
margin: 10px 0 10px 30px;
font-size: 0.8em;
color:#575757;
}

#btn1:hover, #btn2:hover , #btn3:hover , #btn4:hover  {
color:#0057c9;
}

#btn1, #btn2, #btn3, #btn4{
position: absolute;
height:33px;
display:block;
font:  bold 0.9em Verdana, sans-serif;
color:#ffffff;
text-decoration:none;
letter-spacing:0.6pt;
}

#btn1{
left: 146px;
top: 264px;
width: 152px;
background: transparent  url('../layout/btn1.jpg') no-repeat  0px 0px;
padding:18px 0 0 128px;
}

#btn2{
left: 146px;
top: 330px;
width: 152px;
background: transparent  url('../layout/btn2.jpg') no-repeat  0px 0px;
padding:18px 0 0 128px;
}

#btn3{
left: 455px;
top: 264px;
width: 264px;
background: transparent  url('../layout/btn3.jpg') no-repeat  0px 0px;
padding:18px 0 0 31px;
}

#btn4{
left: 455px;
top: 330px;
width: 264px;
background: transparent  url('../layout/btn4.jpg') no-repeat  0px 0px;
padding:18px 0 0 31px;
}


#tool{
border:0px solid #000000; 
width:290px; 
height:81px;
background: transparent url('../layout/tooltip/tooltip.png') no-repeat  0px 0px;
left:0px; 
top:100px; 
position:relative;
visibility:hidden;
padding:15px 0 10px 18px;
font-size: 0.8em;
color:#555555;
}
