@charset "utf-8";


/* Schriftformatierung */
body {
background-color:#ffdb95;
font-family:"Times New Roman", Times, serif;
}

.main {
font-size:15px;
color:#920404;
}

h1{
font-size:17px;
color:#920404;
text-decoration:underline;
}

a:link { 
font-weight:bold; color:#920404; text-decoration:underline; 
}
a:visited {
font-weight:bold; color:#920404; text-decoration:none; 
}
a:focus {
font-weight:bold; color:#920404; text-decoration:underline;
}
a:hover {
font-weight:bold; color:#920404; text-decoration:underline;
}
a:active {
font-weight:bold; color:#920404; text-decoration:underline;
}


input
{
background-color:#920404;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:15px;
}

label 
{
color:#000000;
font-family:"Times New Roman", Times, serif;
font-size:15px;
}
textarea
{
background-color:#920404;
color:#FFFFFF;
max-width:300px;
font-family:"Times New Roman", Times, serif;
font-size:15px;
}

select
{
background-color:#920404;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:15px;
}
