/* zum auslagern */

td {
font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #663300;
}

.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #663300;
}

/* Formularformatierung */

.form {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #663300; 
	}
	
.headline {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #990000;
	font-weight : bolder;
	background-color: #FFDCA8;
}

/*Allgemein*/

BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #FFF7E6;
	scrollbar-base-color: #FFC341;
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: #FFC341;
	scrollbar-darkshadow-color: #FFE09F;
	scrollbar-face-color: #FFC341;
	scrollbar-highlight-color: #990000;
	scrollbar-shadow-color: #FFC341;
	scrollbar-track-color: #FFE09F;
}

/*Bulletpoint*/

ul {
	font-size: 11px;
	list-style : circle inside url(/images/bullet.gif);
	list-style-position: outside;
}
/* Textformatierung */

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #990000;
	word-spacing: -2;
	font-weight: lighter;
}

h2{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #663300;
	font-weight : bold;
}

.subline{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #663300;
	font-weight : bold;
}
.fussnote {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #663300;
}

.menu {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
	margin: 3px;
}

.menu a:link {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
	margin: 3px;
}

.menu a:active {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
	margin: 3px;
}

.menu a:visited {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
	margin: 3px;
}

.menu a:hover {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : bold;
	text-decoration : none;
	margin: 3px;
}

/* Untermenue */
.submenu {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : normal;
	text-decoration : none;
	margin: 3px;
}

.submenu a:link {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : normal;
	text-decoration : none;
	margin: 3px;
}

.submenu a:active {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : normal;
	text-decoration : none;
	margin: 3px;
}

.submenu a:visited {
	font-family: "TVerdana";
	font-size: 13px;
	color: #990000;
	font-weight : normal;
	text-decoration : none;
	margin: 3px;
}

.submenu a:hover {
	font-family: "Verdana";
	font-size: 13px;
	color: #990000;
	font-weight : normal;
	text-decoration : none;
	margin: 3px;
}


/* Linkformatierung */

a:link,a:active{
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#990000;
text-decoration : underline;
}
a:visited{
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#990000;
text-decoration : underline;
}
a:hover{
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color: #990000;
	text-decoration : underline;

}
.link a { 
	font-size: 11px;
	color: #990000;
	text-decoration : underline;
}
.link a:active  { 
	font-size: 11px;
	color: #663300;
	text-decoration : underline;
 } 
.link a:hover  { 
	font-size: 11px;
	color: #990000;
	text-decoration : underline;
 } 


