/* Global tag styles ***************************************************/

body {
	margin: 0px;
	
	background-color: #bcbdc0;
	overflow: auto;

	scrollbar-3dLight-Color: #d9dadb;
	scrollbar-Highlight-Color: #d9dadb;
	Scrollbar-Shadow-Color: #808080;
	scrollbar-DarkShadow-Color: #808080;
	scrollbar-Face-Color: #bcbdc0;
	Scrollbar-Arrow-Color: #808080;
	Scrollbar-Track-Color: #bcbdc0;
}

body, td, input, textarea, select {
	font-family: Myriad,MyriadPro,Calibri,David,sans-serif;
	font-size: 10pt;
	color: #484848;
}

img {
	border: 0px;
	spacing: 0px;
}

ul, ol, li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	empty-cells: show;
}

a {
	color: #000092;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: none;
}

/* Class based tag styles for page layout ******************************/

table.contentframe{
	width: 960px;
	height: 540px;
	
	background-image: url("/grafik/logobg.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	
	//background-color: white;
}


table.innercontentframe {
	width: 920px;
}

td.topleft { width: 20px; background-image: url("/grafik/topleft.jpg");	background-repeat: no-repeat; background-position: top left; }
td.topcenter { width: 920px; }
td.topright { width: 20px; background-image: url("/grafik/topright.jpg");	background-repeat: no-repeat; background-position: top right; }

td.bottomleft { width: 20px; background-image: url("/grafik/bottomleft.jpg");	background-repeat: no-repeat; background-position: bottom left; }
td.bottomcenter { width: 920px; }
td.bottomright { width: 20px; background-image: url("/grafik/bottomright.jpg");	background-repeat: no-repeat; background-position: bottom right; }

td.menubox {
	height: 20px;
	background-color: #1f419a;
	padding: 0px;
}

td.spacerbox{
	height: 20px;
	background-color: #FFFFFF;
	padding: 0px;
}

td.imagebox{
	height: 245px;
	background-color: #FFFFFF;
	padding: 0px;
}

td.textbox {
	height: 215px;
	padding-top: 25px;
}

div, textarea {
	scrollbar-3dLight-Color: #949599;;
	scrollbar-Highlight-Color: #FFFFFF;
	Scrollbar-Shadow-Color: #FFFFFF;
	scrollbar-DarkShadow-Color: #949599;;
	scrollbar-Face-Color: #FFFFFF;
	Scrollbar-Arrow-Color: #1f419a;
	Scrollbar-Track-Color: #FFFFFF;
}

div.textboxwrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0px;
}

#fadediv {
	width: 918px;
	height: 243px;
	filter: alpha(opacity=0);
	-moz-opacity: 0%;
}

#nonfadediv {
	width: 918px;
	height: 243px;
}

.title {
	font-family: Myriad,MyriadPro,Calibri,David,sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #909090;
}

.title2 {
	font-weight: bold;
	color: #333333;
}

.altpanel {
	display: none;
	width: 918px;
	height: 243px;
	overflow: auto;
}

.altpanelsemi {
	width: 459px;
	height: 243px;
	display: none;
	overflow: auto;
}


.altpanelsemivis {
	width: 459px;
	height: 243px;
	overflow: auto;
}

.altpanelsemifade {
	width: 459px;
	height: 243px;
	filter: alpha(opacity=0);
	overflow: auto;
}

/* Drop down menus layout **********************************************/

table.menupoints {}

td.menupoint {
	background-color: #1f419a;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	cursor: default;
}

iframe.dropdownmenu {
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	top: -1000px;
	left: -1000px;
}
div.dropdownmenu {
	z-index: 1001;
	position: absolute;
	visibility: hidden;
	top: -1000px;
	left: -1000px;
}

table.outermenu {
	background: #FFFFFF;
	color: #1f419a;
	border: 1px solid #949599;
}
td.outermenu {
	padding: 2px;
}

table.innermenu {
	
}

td.innermenu {
	background: #FFFFFF;
	color: #1f419a;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	cursor: hand;
}
td.innermenuhover {
	background: #949599;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	cursor: hand;
}

a.menulink {
	color: #1f419a;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
a.menulink:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

/* Miscellaneous *******************************************************/


.button {
	border-top:    1px solid #0100C0;
	border-left:   1px solid #0100C0;
	border-bottom: 1px solid #000040;
	border-right:  1px solid #000040;
	background-color: #010080;
	color: white;
}
