﻿body
{
    background-image: url(../Images/bg.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: black;
}
h1
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #336699;
}
h2
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: black;
}
h3
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: black;
}
h4
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: black;
}
a:link
{
    text-decoration: none;
    color: black;
}
a:visited
{
    text-decoration: none;
    color: black;
}
a:active
{
    text-decoration: none;
    color: green;
}
a:hover
{
    text-decoration: underline;
    color: green;
}
.FormularUeberschrift
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #336699;
}
.FormularUeberschrift1
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #336699;
}
.Hinweis
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: Red;
}
.watermark
{
	color: white;
	background-image:url(../Images/Passwort.jpg);
	text-align:right;
	background-repeat:no-repeat;
}
.watermark1
{
	color: Gray;
}
.button
{
	font-family:Verdana;
	font-size:12px;
	color: #FFFFFF;
	background-Color: #336699;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	border: 1px solid;
	border-color: #336699;
	cursor: pointer;
}
/*.button:hover 
{
	Color: #FFFFFF;
	background-Color: #336699;
	border: 2px solid;
	text-decoration: none;
	border-color: #66cc66;
}*/
.buttonactive
{
	font-family:Verdana;
	font-size:12px;
	color: #FFFFFF;
	background-Color: #66cc66;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	border: 1px solid;
	border-color: #336699;
	cursor: pointer;
}