/*CSS File*/
/*
#############################################################
#  copyright 2006 - Musikvereinottenau.de							#
#	powered by PROJEKTdata AG											#
#	webmaster@projektdata.de											#
#############################################################
*/

/* Standard Formatierung für alle Seiten*/
body {
	scrollbar-base-color: #336699; 															/* Browserleiste */
	scrollbar-arrow-color: #FFFFFF;															/* Browserleiste */
	background-color: #FFFFFF;																	/* Standard Hintergrund der Content Seite */
	color: #000000;																				/* Standardfarbe der Schrift - Textfarbe */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;						/* Standard Schrifttyp */
	font-size: 12px;																				/* Standard Textgröße */
}

table{
	font-size: 12px;	
}

/* Standard Formatierung aller Links wenn diese nicht explizit einer eigenen Classe zugeordnet werden */
a:link, a:visited, a:active, a:focus {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #336699;
      font-size: 11px;
      text-decoration: none;
		font-weight: bold;
}
a:hover {
		text-decoration: none;
      color: 498ED3;
}

/* Alle Links mit class="menulnk" im HTML Code werden mit dieser Einstellung formatiert */
a.menulnk, a.menulnk:visited, a.menulnk:active, a.menulnk:focus {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #FFFFFF;
      font-size: 12px;
      text-decoration: bold;
		
}
a.menulnk:hover {
		text-decoration: none;
      color: C7E3FF;
}

/* Formatiert horizontales Menu im Head und im Footer */
a.BREADCRUMB, a.BREADCRUMB:visited, a.BREADCRUMB:active, a.BREADCRUMB:focus {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 12px;
      text-decoration: normal;
		font-weight:bold;
}
a.BREADCRUMB:hover {
		text-decoration: none;
      font-size: 12px;
      color: #C7E3FF;
		font-weight:bold;
}

/* Alle Links mit class="lnkblue" im HTML Code werden mit dieser Einstellung formatiert */
a.lnkblue, a.lnkblue:visited, a.lnkblue:active, a.lnkblue:focus {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #336699;
      font-size: 11px;
      text-decoration: none;
      font-weight: bold;
}
a.lnkblue:hover {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#ffffff;
      font-size: 11px;
      text-decoration: none;
      font-weight: bold;
}

/* Standard Titelbezeichnung */
h1 {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #336699;
     font-size: 20px;
     font-weight: bold;
}

h2 {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #336699;
     font-size: 18px;
     font-weight: bold;
}

h3 {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #336699;
     font-size: 16px;
     font-weight: bold;
}

h4 {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #336699;
     font-size: 14px;
     font-weight: bold;
}

h5
{
     font: 12px/normal "Courier New", Courier, monospace;
}

h6 {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #336699;
     font-size: 9px;
     font-weight: bold;
}

.marquee{
	color:#000000;
	font-size:8px;
}

table.ttl
{

}
TABLE.head
{
     Background-Color: #336699;
     Color:#FFFFFF;
     Background-image:url(mvo_logoback.jpg);
     background-repeat:repeat-y;
}

TD.headleft
{
     Color:#FFFFFF;
}
TD.headbottom, TD.foot
{
     Background-Color: #FFFFFF;
     height:1px;
     border-bottom: 2px solid #709FCF;
}

TD.foot
{
     border-top: 1px solid #709FCF;
     Background-Color: #336699;
     Color:#FFFFFF;
}
TD.headright
{
     background-image:url(mvo_headrightback.jpg);
     background-repeat:repeat-y;
}
TD.menu
{
     Color: #336699;
     Background-Color: #FFFFFF;
     Background-image:url(mvo_menuback.jpg);
     background-repeat:no-repeat;
     padding-right:2px;
}

.titelhead{
	font-family: Comic Sans MS, Verdana;
	font-size: 24px;
	color: #ffffff;
}

.titelhead2{
	font-family: Comic Sans MS, Verdana;
	font-size: 16px;
	color: #ffffff;
}