
a {
	color:red;
	text-decoration:none;
}
a:link {
    COLOR: #000000
}
a:visited {
    COLOR: #000000
}
a:hover {
    BACKGROUND-POSITION: left center;
    COLOR: #0099ff;
    BACKGROUND-REPEAT: no-repeat
}
body {
	font-size:0.8em;
	text-align:left;
	background-color:#F0F7FF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
#mainContainer {
	max-width:1000px;
	max-height:594px;
	width:100%;
	height:95%;
	margin:0 auto;
	text-align:left;
	background-color:#F0F7FF;
}
#leftContainer {
	font-size:13px;
	font-weight:bold; 
	width:130px;
	height:490px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#contentContainer {
	width:80%;
	max-width:870px;
	height:432px;
	float:left;
	margin-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
#bottomContainer {
	width:90%;
	height:16px;
	margin-left:5%;
	float:left;
	font-size:11px;
	border-top:solid 1px #317082;
	text-align:center;
}

.ad {
	clear:both;
	text-align:center;
	padding:5px;
}

#menu {
	font-family:arial;	/* Font for main menu items */
	width:120px;	/* Width of main menu */
}
#menu li {	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#menu ul {
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#menu ul li ul {	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#menu li a {	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px dotted #000;	/* Black border solid*/
	background-color:#F0F7FF;	/* Light blue background color #FAFAFA */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
}
#menu li a:hover,#menu .activeMainMenuItem {
	color:#FFF;	/* white text */
	background-color:#317082; /* aktiv menu #317082*/
}
.subMenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px dotted #000;	/* solid*/
	background-color:#F0F7FF;	/* #FAFAFA*/
	font-family:arial;
	text-align:left;
}
.subMenu ul {
	margin:0px;
	padding:0px;
}
.subMenu ul li {
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.subMenu ul li a {	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */

	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background #317082 */
}
.blue {
    COLOR: #0099ff;
    TEXT-DECORATION: none
}
.blue:hover {
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: none
}
.blue:link {
    FONT-SIZE: 11px;
    COLOR: #0099ff;
    TEXT-DECORATION: none
}
.blue:visited {
    FONT-SIZE: 11px;
    COLOR: #0099ff;
    TEXT-DECORATION: none
}
h2 {
	color:Maroon;
	text-align:left;
}
h3 {
	color:Olive;
	text-align:left;
}
