/*body tags*/
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/bg1.jpg);
}

A {
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #DB0029;
	font-weight: normal;
}
A:hover{
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #CC0000;
	font-weight: normal;
}

A.menulink {
	display: block;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-image: url(bilder/muster_weiss.gif);
}

A.menulink:hover {
	display: block;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-image: url(bilder/muster_black.gif);
}

/*formularfelder*/

.textfeld {   
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid;
	border-width:1px;
	border-color:#D9BE6F;
	width:200px;
}

.textfeld_gross {   
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid;
	border-width:1px;
	border-color:#D9BE6F;
	width:400px;
}



.Xtable {
	border-top-width: 1px;
	border-top-color: #D9BE6F;
	border-top-style: solid;
	border-right-color: #D9BE6F;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #D9BE6F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #D9BE6F;
	border-left-style: solid;
	border-left-width: 1px;
}

.Ytable {
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
}

.klein {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}

a.small {
	color: #CCCCCC;
	text-decoration: none;
}

a.small:hover {
	font-size: 9px;
	color: #ff9900;
	text-decoration: underline;
}
a.small:active {
	font-size: 9px;
	color: #ff9900;
	text-decoration: underline;
}



.titelklein {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.titel {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.subtitel {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.LinkTitelGross {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
}
.LinkTitelGross:hover {
	font-size: 20px;
	color: #CC0000;
	text-decoration: underline;
}
.LinkTitelGross:active {
	font-size: 20px;
	color: #CC0000;
	text-decoration: underline;
}

.LinkTitelGrossX {font-size: 12px}

.rot {
	color: #FF0000;
}


