/* Touristikboerse 6d */

BODY {
        scrollbar-face-color:#FDCB02;
        scrollbar-highlight-color:#FFFF80;
        scrollbar-3dlight-color:#2A497E;
        scrollbar-shadow-color:#FFFF80;
        scrollbar-darkshadow-color:#2A497E;
        scrollbar-track-color:2A497E;
        scrollbar-arrow-color:2A497E;
    }


/* Farben fuer Links */
a:link		{ color: #2A497E; text-decoration: underline; }
a:visited	{ color: #2A497E; text-decoration: underline; }
a:active	{ color: #2A497E; text-decoration: underline; }
a:hover		{ background-color: #2A497E; color: #FDCB02; text-decoration: underline; }

/* Schiften und Farben (allgemein) */
body, div, p, table, td, th, tr, h1, h2, li, ol, ul, form, option, select, #BTN, input, br, b
{ font-family: Verdana, MS Sans Serif, Arial; font-size:10px; color: #2A497E; margin-top:0pt; margin-left:0px; margin-bottom:0pt; margin-right:0pt; }

/* Definition h1 bis h6 */
h1 { font-weight:bold; font-size:12px;}
h2 { font-weight:normal; font-size:16px;}

.red            { font-size:10px; color: #FE5606; }
.yellow         { font-size:10px; color: #FDCB02; }
a.yellow:link		{ color: #FDCB02; }
a.yellow:visited	{ color: #FDCB02; }
a.yellow:hover	( color: #2A497E; background-color: #FDCB02; text-decoration: underline; }

.grey		    { font-size:10px; color:#CCCCCC; text-decoration: none; }
a.grey:link		{ color: #999999; text-decoration: none; }
a.grey:visited	{ color: #999999; text-decoration: none; }
a.grey:hover	( color: #999999; text-decoration: underline; }

p, #pb, #ps  { font-size: 10pt; color: #2A497E; margin:0; }
#pb        { font-size: 12pt; font-weight: bold; color: #FE5606; }
#ps        { font-size: 7pt; }
#pw        { font-size: 10pt; font-weight: bold; color: #FF0000; }

td            { color: #2A497E}
#td1         { color: #2A497E; background-color: #CFCFCF }
#A1           { color: #FDCB02; }

th, #BTN      { background-color: #2A497E; color: #FDCB02; font-weight: bold }

.ueberschrift {
	font-size: 12px;
	font-weight: bolder;
	color: #2A497E;
	text-decoration: none;
}
.headklein {
	font-size: 11px;
	font-weight: bolder;
	color: #2A497E;
	text-decoration: none;
}
.fliesstext {
	font-size: 10px;
	font-weight: normal;
	color: #2A497E;
	text-decoration: none;
}
.fliestext {
	font-size: 10px;
	font-weight: normal;
	color: #2A497E;
	text-decoration: none;
}
.preis {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
.streifenoben {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}
.streifenunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}