/* CSS Document © anukk 2006*/

html {
margin: 0;
padding: 0;
width: 100%;
}

img {
border: 0px;
}

body {
background-color: #ababab;
margin: 0;
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 70%; 
color: #fff;
text-align:left;
}

table, tr, td {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 100%; 
color: #3A1D3F;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 19px;
margin-bottom: 8px;
color: #653168;
font-weight: normal;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 19px;
margin-bottom: 8px;
color: #653168;
font-weight: normal;
}

a:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #fff;
text-decoration: none;
}

.tabelle {
border: 1px solid #fff;
border-bottom-style: solid;
border-left-style: none;
border-top-style: none;
border-right-style: solid;
}

textarea, select, input, option {
background-color: #ababab;
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 100%; 
color: #fff;
text-align:left;
border: 1px solid #fff;
}



