.ueberschrift {
color: #808080;
text-align: center;
font-family: Verdana,Arial;
font-size: 30px;
font-weight: bold;
}
.text {
font-family: Verdana,Arial;
font-size: 25px;
line-height: 130%;
}

.textklein {
font-family: Verdana,Arial;
font-size: 20px;
line-height: 130%;
}

.textcopy {
font-family: Verdana,Arial;
font-size: 12px;
line-height: 130%;
}

.buttonlogin {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 30px;
line-height: 130%;
background-color:#ffffff;
border: 2px solid Blue;
padding: 0px;
width:98%;
height: 50px;
}

.button {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 30px;
line-height: 130%;
background-color:#ffffff;
border: 2px solid Blue;
padding: 0px;
width:98%;
height: 55px;
background-image:url(../../bilder/suchen_mobile.png);
background-position: 20px 2px;
background-repeat:no-repeat;
}

.button2 {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 30px;
line-height: 130%;
background-color:#ffffff;
border: 2px solid Blue;
padding-left: 50px;
width:98%;
height: 55px;
background-image:url(../../bilder/suchen_mobile.png);
background-position: 10px 2px;
background-repeat:no-repeat;
}

.button3 {
color: Blue;
font-family: Verdana,Tahoma,Arial;
font-weight: bold;
font-size: 30px;
line-height: 130%;
background-color:#dddddd;
border: 2px solid Blue;
padding: 0px;
width:98%;
height: 55px;
background-image:url(../../bilder/logout_mobile.png);
background-position: 20px 2px;
background-repeat:no-repeat;
}

a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
a:active {
color: #0000FF;
text-decoration: none;
}
a.export_link:link {
color: #0000FF;
text-decoration: none;
}