/* @font-face {
	font-family: FontinSans;
	src: url('/assets/files/FontinSans_45/Fontin_Sans_R_45b.otf');
}

@font-face {
	font-family: FontinSans;
	font-weight: bold;
	src: url('/assets/files/FontinSans_45/Fontin_Sans_B_45b.otf');
}
*/

html,body {
	margin:0;
	padding:0;
}


	
/* html {
	font-size: 100,01%;
} */
body {
	border-width:0;
	width:100%;
	font-family:FontinSans,Verdana,Geneva,Helvetica,Arial,sans-serif;
	color:#000;
	font-size:75%;
	font-style:normal;
	background-color:white;
}


	
/* heading */
div#header {
	background-color:rgb(7%,25%,52%);
	margin:0;
	padding:0;
	color:white;
	min-width:600px;
}

div#header h1 {
	border-bottom:1px solid #A5B5D6;
	background-color:rgb(7%,25%,52%);
	letter-spacing:.25em;
	padding:.25em 0 0 1.66em;
	margin:0 21px 0 0;
	color:white;
	font-family:"Trebuchet MS", Arial, Geneva, sans-serif;
	font-size:36px;
	line-height:.66em;
}

div#header h2 {
	padding:.2em 2em 0 7.5%;
	margin:0;
	letter-spacing:.07em;
	background:transparent 100% 0 no-repeat;
	border-style:solid;
	border-color:rgb(69%,75%,85%);
	border-width:0 0 2px 1em;
	color:white;
	font-family:"Trebuchet MS", Arial, Geneva, sans-serif;
	font-size:28px;
	line-height:.9em;
	font-weight:bold;
}


	
/* navigation left side */
div#nav {
	position:absolute;
	left:0;
	top:68px;
	width:23%;
	margin:20px;
	background-color:#D9E6F3;
	padding:0;
	border-width:0 1px 1px;
	border-style:none solid solid;
	border-color:#B0C0D9;
	background-image:url(images/navbkgd.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:2%;
	text-align:left;
	color:white;
	min-width:150px;
}

div#nav ul {
	color:#333;
	font-size:1em;
	font-style:normal;
	background-color:transparent;
	padding:0;
	margin:0;
	list-style-type:none;
}

div#nav ul a {
	background-color:#114085;
	border-color:#B0C0D9;
	border-style:solid;
	padding:2px 20px;
	border-width:1px;
	color:white;
	font-size:1em;
	font-weight:bold;
	margin:0;
	display:block;
	text-decoration:none;
}

div#nav ul ul {
	margin:10px 20px;
	padding:0;
}

div#nav ul ul a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	background-color:transparent;
	display:block;
	margin-left:10px;
	padding-left:5px;
	border-style:none none none solid;
	border-color:transparent;
	border-width:0 0 0 5px;
}

div#nav ul ul a:hover,div#nav ul ul a:active,div#nav ul ul a:focus {
	text-decoration:underline;
	color:rgb(56%,11%,26%);
	font-weight:bold;
	background-color:transparent;
}

div#nav ul ul li.aktiv a {
	color:rgb(56%,11%,26%);
	font-style:italic;
	border-style:none none none solid;
	border-color:rgb(56%,11%,26%);
	border-width:0 0 0 5px;
}

div#nav ul ul ul {
	margin:0 20px;
	padding:0;
}

div#nav ul ul ul {
	font-size:.8em;
	list-style-type:none;
	font-style:normal;
}

div#nav ul ul ul li a {
	color:#333!important;
	font-style:normal!important;
	border-left-color:#114085!important;
	border-left-width:2px!important;
	margin-left:0;
}


	
/* content containers */
div#content {
	margin:20px 10px 20px 27%;
	padding:0;
	border-style:none solid solid;
	border-color:#B0C0D9;
	border-width:0 1px 1px;
	background-color:inherit;
	text-align:left;
	color:#999;
	min-width:400px;
}

div#clock {
	padding:.5em;
	text-align:center;
}


	
/* news section */
div#newslayout {
	text-align:center;
	background-color:inherit;
	margin:0 auto;
	padding:0;
	color:#999;
}

div#news {
	border:0;
	width:80%;
	margin:5px auto;
	background-color:white;
	padding:2px;
	text-align:left;
	color:#999;
}


	
/* newsfeed layout */
div.newsfeedlayout {
	text-align:center;
	background-color:inherit;
	margin:0 auto;
	padding:0;
	color:#999;
}

div.newsfeed {
	border:0;
	width:80%;
	margin:5px auto;
	background-color:white;
	padding:2px;
	text-align:left;
	color:#999;
}
