/*
Standard-CSS für USFC
Webdesign von www.epdesign.at

Wichtige Farben
----------------------------
Dunkelblau #28156c
Gold #d8bd52
----------------------------
*/

html, body {
	margin: 0;
	
	scrollbar-face-color: #f3f1eb;
	scrollbar-shadow-color: #d0cbb9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #958961;
	scrollbar-darkshadow-color: #958961;
	scrollbar-track-color: #f3f1eb;
	scrollbar-arrow-color: #28156c;
	
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

html, body, div, p, h1, h2, h3, ul, ol, 
span, table, td, form, img {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
	color: #28156c;
	line-height: 22px;
	font-weight: normal;
}

a{color:#28156c; font-weight: normal; text-decoration: underline;}
a:hover{color:#ffffff; background:#28156c;}

h1 {font-size: 14px; font-weight:bold; text-align:left;}
h2 {font-size: 13px; font-weight:bold; text-align:left;}
h3 {font-size: 16px; line-height: 22px;text-align:left;}


.footerText1 p, table, td {
	color:#FFFFFF;
}
.footerText1 a:link,
.footerText1 a:visited,
.footerText1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:#dcd8cb;
}

.footerMenu p, table, td {
	font-size: 11px;
	color:#dcd8cb;
}

.footerMenu a:link,
.footerMenu a:visited{
	color:#dcd8cb;
	font-weight:normal;
	text-decoration:underline;
}
.footerMenu a:hover{
	color: #ffffff;
	background:#dcd8cb;
}


