/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a:link { color:#000088; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#00000; text-decoration:underline; }
a:focus { color:#ff0000; background-color: #dddddd; font-weight: bold; }

img {
	border: 0;
}

body {
	font: normal 90% Arial,Helvetica,sans-serif;
	background-image: url(/media/img/bg.gif);
	background-repeat: repeat;
}

p,code,ul {
	padding-bottom: 0.5em;
}

li {
	list-style: disc;
}

h1 {
	font: bold 1.8em Arial,Helvetica,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.container {
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

.header {
	background-image: url(/media/img/header2.png);
	font-size: 1.2em;
	height: 60px;
	margin: 0 auto;
	padding: 5px 10px 5px;
	width: 760px;
	background-repeat: repeat-x;
}

.header .left, .header .right {
	color: #FFF;
	height: 60px;
}

.header .left {
	font: normal 2.8em Arial,Helvetica,sans-serif;
	line-height: 60px;
	width: 680px;
	text-align: left;
	background-repeat: repeat-x;
}

.header .right {
	overflow:visible;
	width: 80px;
}

.header .right p,.header .right h2 {
	padding: 0 0px;
}

.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em Arial,Helvetica,sans-serif;
}

/* MainMenu */
.navigation {	
	background-color: #D9E1E5;
	border-bottom: 1px solid #0b0166;
	height: 2em;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

.navigation a {
	border-right: 1px solid #0b0166;
	color: #444444;
	display: block;
	float: left;
	line-height: 2em;
	padding: 0 18px;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;
}

.navigation a:hover {
//	background: transparent url(/media/img/nav.jpg) left bottom; 
	background-color: #A0A0A0;
	color: #1C455E;
}

.sidepath {
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
	background-color: #E4E4E4;
	font-weight: bold;
}

/* main */
.main {
	border-top: 0px solid #FFF;
	background-color: url(/media/img/bgmain.gif) repeat-y;
}

.sidemain {
	border-top: 0px solid #FFF;
	background: url(/media/img/bgmain.gif) repeat-y;
}

/* SubMenu */
.sidenav {
	width: 210px;
	text-align:left;
	overflow: visible;
	background-color: #e4e4e4;
	height:100%;
	vertical-align: top;
	font: normal 62.5% Arial,Helvetica,sans-serif;
}

.sidenav h2 {
	color: #1C455E;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align:left;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
	text-align:left;
}
.sidenav li {
	border-bottom: 1px solid #D8EBD8;
	padding: 8px 5px 8px 8px;
	list-style: none;
	text-align:left;
}
.sidenav li a {
	font-size: 1.6em;
//	color: #1C455E;
	display: block;
//	text-decoration: none;
	width: 95%;
//	font-weight:bold;
	text-align:left;
}
.sidenav li a:hover {
//	background-color: #EBF0F3;
//	color: #2E7198;	
	text-align:left;
}

.sidenav p {
	text-align: left;
	font: 1.4em sans-serif;
}

/* content */
.content {
	margin: 10px 0;
	padding: 0 14px;
	width: 751px;
	font: 1.2em sans-serif;
	background-color: #f6f6f6;
}

.sidecontent {
	margin: 10px 0;
	padding: 0 16px;
	color: #000000;
	background-color: #f6f6f6;
	height: 100%;
}
.sidecontent .content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.sidecontent ul {
	margin-left: 0;
	padding-left: 1em;
}
.content ul {
	margin-left: 0;
	padding-left: 1em;
}
.sidecontent .content li {
	text-align: start;
 	margin-left: 18px;
	list-style: disc;
}
.sidecontent li {
	margin-left: 18px;
	list-style: disc;
	white-space: normal;
}

.sidecontent .content .imgright {
	padding: 5px;
	border: 1px solid #ADD1E7;
	margin-left: 4px;
	float: right;
}

.sidecontent .content .imgcenter {
	padding: 5px;
	border: 1px solid #ADD1E7;
	margin-left: 4px;
}

.sidecontent .content p {
	color: #000000;
}

/* footer */
.footer {
	background-image: url(/media/img/footer.png);
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {
	color: #FFF;
}

/* ticker */

#ticker_container {
	position:relative;
	top:0px; 
	left:0px; 
	white-space:nowrap; 
	background-color: #3f73c3;
	overflow:hidden;
	text-align:center;
}
.ticker {
	position:relative;
	color:#E2E2E2; 
	font-family:Courier,serif; 
	font-size:15px; 
	font-weight:bold; 
}

.ticker a {
	color:#ffffff;
	text-decoration:none;
}

.ticker a:hover {
	background-color:#ffffff;
	color:#0b0166;
	text-decoration:none;
}
