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

Wichtige Farben
----------------------------
Dunkelblau #005688
Hellblau #e8f0f4
Orange #eb690b
----------------------------
*/

html, body {
	margin: 0;
	
	scrollbar-face-color: #F8F8F8;
	scrollbar-shadow-color: #b2ccdb;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #005688;
	scrollbar-darkshadow-color: #005688;
	scrollbar-track-color: #e8f0f4;
	scrollbar-arrow-color: #005688;
}

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

a{color:#eb690b; font-weight: bold; text-decoration: underline;}
a:hover{color:#ffffff; background:#eb690b;}

h1 {font-size: 14px; font-weight:bold; text-align:left;}
h2 {font-size: 12px; font-weight:bold; text-align:left;}
h3 {font-size: 16px; line-height: 22px;text-align:left;}
/* h1,h2,h3 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}*/

.footerText {font-size: 10px; color:#ffffff}
.footerText a:link,
.footerText a:visited,
.footerText a:active{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
} 
.footerText a:hover{
	color: #ffffff;
	background-color: #eb690b;
}

.untermenuText {font-size: 10px; color:#eb690b;
line-height: 12px;}

.untermenuText a {color:#eb690b; font-weight:normal; text-decoration: underline;}
.untermenuText a:hover{color:#ffffff; background:#eb690b;}

.textkleinBilder {
	font-size:10px;
}

.textkleinBlau {
	font-size:10px;
	line-height: 14px;
	color:#005688;
}

.textkleinBlau a{color:#005688; font-weight: normal; text-decoration: underline;}
.textkleinBlau  a:hover{color:#ffffff; background:#eb690b;}
