/* ------------------------------------------------------------
 Website
------------------------------------------------------------ */
#top {
	width: 800px;
	margin: 0 auto;
	height: 100px;
	border: true;
	border-width: 0.5px;
	border-color: #D3C692;
	border-style: solid;
	page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;
}
#bottom {
	margin: 0 auto;
	width: 800px;
	height: 100px;
	text-align: center;
}
#content {
	margin: 0 auto;
	width: 800px;
	padding-top: 40px;
}
/* ------------------------------------------------------------
Textformat
------------------------------------------------------------ */
body {
	font-family: Garamond,Verdana;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #4458A7;
}
table.main {
	margin-left: 100px;
	font-family: Garamond,Verdana;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
table {
	font-family: Garamond,Verdana;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-family: Garamond,Verdana;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-family: Garamond,Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
}
th {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E20074;
}
.maintitle {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.subtitle {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}
.subtitle_gray {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
/* ------------------------------------------------------------
Linkformat
------------------------------------------------------------ */
a:link{
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a:visited {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a:hover {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a:active {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.ueberschrift:link{
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a.ueberschrift:visited {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a.ueberschrift:hover {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline
}
a.ueberschrift:active {
	font-family: Garamond,Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}


a.links:link{
	font-family: Garamond,Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline
}
a.links:visited {
	font-family: Garamond,Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline
}
a.links:hover {
	font-family: Garamond,Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline
}
a.links:active {
	font-family: Garamond,Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------------------------------------------------
Formformat
------------------------------------------------------------ */
.button {
	background-color: #929FD3;
	color: #FFFFFF;
	font-size: 14px; 
	border: 2px solid #6779C1;
}

TEXTAREA {
 	background-color: #ddd;
 	font-family: Verdana;
 	font-size: 10px;
	border: 2px solid #aaa;
}
/* ---------------------------------------------------------------------------------
Hint message (red)
--------------------------------------------------------------------------------- */
.hintred {
    width: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-align: justify;
}
/* ---------------------------------------------------------------------------------
Hint message (gray)
--------------------------------------------------------------------------------- */
.hintgray {
    width: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}