/* CSS Document */

a:link  {color: 336699; text-decoration: none}
a:visited  {color: 336699; text-decoration: none}
a:active  {color: 336699; text-decoration: none}
a:hover  {color: FFD500; text-decoration: none}

a.link:link {color: #336699;}
a.link:hover {color: #FFD500;}
a.link:active {color: #336699;}
a.link:visited {color: #336699;}

BODY {
scrollbar-face-color:#336699;
scrollbar-highlight-color:#336699;
scrollbar-3dlight-color:#2B8DB3;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#2B8DB3;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000050;
}


td  {font-family: Arial; font-size=11px; color: #000000; font-size: 11px;}

/*STYLES FÜR DROPDOWN AUF EASY INTRO SEITE*/
.select_1 {font-family:'Arial';color:#000080; background-color:#EBEBEB; text-align:center;font-weight:bold;font-size:10pt; width:350px;}
.select_2 { font-weight:normal; }

/*STYLES FÜR DIE RAHMEN DER TABELLEN IN EASY (BENUTZERKONTOSEITIG)*/
.easy01        { background-color: #FFFFFF; border: 1px #A7A6B4 solid; }

.bborder        { background-color: #FFFFFF;  border: 1px #A7A6B4 solid; }
.bborder_bgblue        { background-color: #000080; border: 1px #A7A6B4 solid; }
.bborder_bgyellow        { background-color: #FFE659; border: 1px #A7A6B4 solid; }
.bborder_bggreen       { background-color: #94FF66; border: 1px #A7A6B4 solid; }
.bborder_lightgrey        { border: 1px #EBEBEB solid; }
.bborder_bggrey       { background-color: #EBEBEB; border: 1px #ffffff solid; }


.tourbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}
.tourexplanation {
	font-size: 9pt;
	color: #000000;
	border: none;

}
.tourrightline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}