* { padding: 0; margin: 0; }
html {
min-height: 101%;
height: 101%;
}
body {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 80%;
 color: #454545;
 text-align: justify
}
#wrapper { 
 margin: 30px auto;
 width: 800px;
 height: 420px;
 border: 1px solid #c0cce0;
}

#linkeseite { 
 color: #333;
 background: #fff;
 width: 180px;
 float: left;
height: 360px;
margin-top: 20px;
}
#linkeseite img {
margin: 0 5px 0 20px;
}
#linkeseite a{
text-decoration: none;
color: #454545;
}
#linkeseite a:hover{
color:#7c8fae
}
#linkeseite a#current{
color:#7c8fae
}

#rechteseite { 
 float: right;
 color: #333;
 background: #fff;
 width: 618px;
 margin-top: 20px;
 border-left: 1px solid #c0cce0;
 min-height: 380px;
display: inline;
}
#rechteseite a{
text-decoration: none;
color: #454545;
}
#teaser{
position: relative;
float: right;
width: 200px;
height: 175px;
margin: 35px 20px 4px 20px;
padding: 5px;
border: 1px solid #7c8fae;
text-align: left;
 background: url('../images/weltkugel-.gif') no-repeat;
 background-position: 50% 50%;
} 
p { margin-right: 20px; margin-left: 20px}
h1 { 
font-size: 100%;
font-weight: bold;
margin: 0 20px 15px 20px;
color:#7c8fae
}
.copy {
text-align: center;
margin-top: -10px
}
p.print { 
display: none;}0