body {
	background-color:white; 
	scrollbar-base-color:white;

	font-size : 12px;
    line-height : 15px;
    letter-spacing : 0px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : black;
}

table  {
	font-size : 12px;
    line-height : 15px;
    letter-spacing : 0px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
}

.imgborder {
 border:1px; 
 border-thickness: 1px; 
 border-color: #1F5296; 
 border-style: solid;}
A:hover .imgborder, {border:1px; border-thickness: 1px; border-color: red; border-style: solid}

.text  {
	font-size : 12px;
    line-height : 15px;
    letter-spacing : 0px;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : black;
}

/* Vereinsname (Überschrift im Menu) */
.us  {
	font-size : 22px;
	letter-spacing : 1px;
    line-height : 18pt;
    font-family : Verdana,Helvetica,sans-serif;
	font-weight : bold;
   	font-style : normal;
	color : #002470;
}

/* Seitenüberschriften */
.us1  {
	font-size : 18px;
	letter-spacing : 1px;
    line-height : 18pt;
    font-family : Verdana,Helvetica,sans-serif;
	font-weight : bold;
   	font-style : normal;
	color : #002470;
}

.textgr  {
	font-size : 14px;
	letter-spacing : 1px;
    line-height : 18pt;
    font-family : Verdana,Helvetica,sans-serif;
	font-weight : normal;
   	font-style : normal;
	color : black;
}

/* Standardlinks */
A:ACTIVE, A:LINK, A:VISITED
{
 Color: #1F5296;
 font-size : 12px;
 font-family : Verdana;
 font-weight : normal;
 font-style : normal;
 text-decoration : none;

}

A:HOVER
{
 Color: #DC2008;
 font-size : 12px;
 font-family : Verdana;
 font-weight : normal;
 font-style : normal;
 text-decoration : none;
}

/* links HAUPTMENU */
.Amenu:ACTIVE, .Amenu:LINK, .Amenu:VISITED
{
 Color: #002470;
 font-size : 12px;
 font-family : Verdana, Arial, Helvetica;
 font-weight : normal;
 font-style : normal;
 text-decoration : none;
 }

.Amenu:HOVER
{
 Color: #DC2008;
 font-size : 12px;
 font-family : Verdana, Arial, Helvetica;
 font-weight : normal;
 font-style : normal;
 text-decoration : none;
 background-color: yellow;

}

HR {color: #1F5296; size : 100%};		


