/*	Updates 2.11.05
	1	illegal font-color tag replaced by color tag
	2	background tag replaced by more specific background-color
	3	hand cursor replaced by pointer
*/

body 
{
	/*
	scrollbar-base-color: ;
	//scrollbar-3dlight-color: ;
	//scrollbar-highlight-color: ;
	//scrollbar-shadow-color: ;
	//scrollbar-darkshadow-color: #F0CB2C;
	// scrollbar-track-color: ;

	scrollbar-arrow-color: #000080;
	scrollbar-face-color: #F6E189;
*/	
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}

.default {
        font-size: 11px;
        COLOR: #333333;
}

td {
        margin: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        COLOR: #333333;
}

td.topnav {
	font-size: 10px;
	vertical-align: middle;
	text-align: middle;
	font-weight: bold;
}

td.topnav img {
		margin: 0px;
}

/* td.topnav-space {
        width: 15px;
} */

table.navigation {
        width: 100%;
        border: 0px;
        border-collapse:separate;
        /* border-spacing: 0px; */
}

/* table.navigation tr.navigation {
        height: 17px;
} */

table.navigation tr.navigation td.navigation {
	height: 20px;
	background-color: #ED9622;
	font-size: 10px;
	font-weight: bold;
}

div.navigation,
div.navigation a,
div.navigation a:visited,
div.navigation a:hover,
div.navigation a:active {
	cursor: Hand;
	background-color: #ED9622;
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}
div.navigation {
        position:absolute;
        z-index: 1;
}


div.navigation img,
div.navigation a img {
		width: 7px;
		height: 7px;
		border: 1px;
		margin-right: 5px;
}


/* Dropdown-Menüs */

div.navlist {
        position	: absolute;
        filter		: alpha(opacity=0);
		z-index		: 2;
}


div.navlist table {
        border-collapse	: collapse;
        width			: 150px;
        border			: 1px solid #666666;
        color			: #666666;
}

div.navlist table tr {
        height			: 17px;
        border			: 0px none #666666;
}

div.navlist table tr td {
        border-left		: 0px none #666666;
        border-right	: 0px none #666666;
        border-top		: 1px solid #666666;
        border-bottom	: 0px none #666666;
        height			: 17px;
        font-size		: 10px;
        padding-left	: 5px;
        cursor			: pointer;
        color			: #000000;
        background-color: #F6EDC8; 
}

div.navlist table tr td:hover {
	background-color: #F0CB2C;
}


.breadcrumb {
	font-size: 9px;
	color: Gray;
	text-align: right;
}

.copyright {
        font-size: 9px;
        color:#999999;
        margin: 0;
        padding: 0;
        border: 0px none;
        'Copyright © Sabeconsult 2010. All rights reserved.';
}

/*********/
/* Links */
/*********/
A{
        COLOR: #FFFFFF;
        TEXT-DECORATION: none;
}
A:visited {
        COLOR: #CC0000;
        TEXT-DECORATION: none;
}
A:active {
        COLOR: #333333;
        TEXT-DECORATION: none;
}
A:hover {
        COLOR: #cc0000;
        TEXT-DECORATION: none;
}

.whiteText {
	color: #FFF;
	font-weight:normal;
	margin-right: 5px;
}

