* {
	/* border: 1px solid black; */
}

p {
	margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

td {
	/*text-align: left;*/
	font-size: 11px;
}

/*** Lists ***/

ul {
	margin: 0;
}

li {
	list-style: square;
	margin-left: 20px;
}

/*** Text ***/

h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-size: 23px;
	font-weight: bold;	
}

h2 {
	font-size: 21px;
	font-weight: bold;	
}

h3 {
	font-size: 19px;
	font-weight: bold;
}

h4 {
	font-size: 17px;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	font-weight: bold;
}

/*** Link ***/

a:link, a:visited {
	color: #3680ba;
	text-decoration: none;

}

a:hover {
	color: #3680ba;
	text-decoration: underline;
}

/*** Menülinkfarben ***/


a.mainlevel:link, a.mainlevel:visited {color: #113058;}
a.mainlevel:hover  {color: #ffffff;}
a.mainlevel:active {color: #ffffff;}
a.mainlevel-sub:link, a.mainlevel-sub:visited  {color: #ffffff;}

/*** Body ***/

body {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000;
	margin:0;
	padding: 0;
}

#body {
	background: #194782;
	margin:0;
	padding:20px 0;
	text-align: center;
}

#body_outer{
	height: 100%;
	width: 980px;
   text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 10px;
}

#body_inner{
	height: 100%;
	width: 980px;
   text-align: left;
	background: #FFF;
	position: relative;
}

/*** HEAD ***/


#head {
	height: 150px;
	width: 100%;
	background: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
}

#head .logo {
	float: left;
	margin: 25px 0 0 15px;
}

/*** Shortcuts ***/

#shortcuts {
	float: right;
	margin: 10px;
	height: 80px;
}

#shortcuts img {
	margin: 0 0 -4px 0;
}

ul#mainlevel-shortcuts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;

	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainlevel-shortcuts li {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	text-align: center;
}

ul#mainlevel-shortcuts li a {
	height: 80px;
	width: 80px;
	display: block;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/bg_shortcut.gif);
	background-repeat: no-repeat;
}

ul#mainlevel-shortcuts li a:hover {
	background-image: url(../images/bg_shortcut_hover.gif);
	background-repeat: no-repeat;
}



/*** Main Menu ***/

#mainmenu {
	height: 25px;
	width: 100%;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#mainlevel {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainlevel li {

	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0 0 0 5px;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
	list-style: none;
}

ul#mainlevel li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;

	background: #ffffff;
	border: 1px solid #eee;

}

/* #buttons>ul#mainlevel li a { width: auto; } */

ul#mainlevel li a:hover {
	background: #194782;
	border: 1px solid #194782;
}

#mainlevel .mainlevel_active, #mainlevel .mainlevel_current {
	background: #194782;
	border: 1px solid #194782;
	font-weight: bold;
color: #ffffff;
}

/*** Sub Menu ***/

#submenu {
	height: 30px;
	width: 100%;
	background: #194782;
}

ul#mainlevel-sub {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

ul#mainlevel-sub li {
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	margin: 0 5px;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	list-style: none;
}

ul#mainlevel-sub li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

ul#mainlevel-sub li a:hover {
	text-decoration: underline;
}

#mainlevel-sub .mainlevel_current-sub, #mainlevel-sub .mainlevel_active-sub {
	text-decoration: underline;
}

/*** Bar ***/

#bar {
	height: 19px;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
}

#search {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}

#pathway {
	float: left;
	width: 
	width: 100px;
}

#login {
	float: right;
	white-space: nowrap;
	width: 390px;
	text-align: right;
}

#search .inputbox {
	font-family: Arial, Hevlvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	width: 120px;
	margin: 0;
}

#search .button {
  color: #B3140F;
  font-family: Arial, Hevlvetica, sans-serif;
  font-size: 9px;
  border: 1px solid #cccccc;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0;
  height: 19px;
  margin: 0 0 0 10px; 
}

#login .inputbox {
	font-family: Arial, Hevlvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #cccccc;
	width: 60px;
	margin: 0 -5px 0 0; 
}

#login .button {
  color: #B3140F;
  font-family: Arial, Hevlvetica, sans-serif;
  font-size: 9px;
  border: 1px solid #cccccc;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0;
  height: 19px;
  margin: 0 0 0 0; 
}

/*** Footer ***/

#bottom {
	clear: both;
	width: 100%;
	height: 1px;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 10px;
}


/*** Side Menu ***/

ul#mainlevel-side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #bbb;
}

ul#mainlevel-side li {
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 22px;
	white-space: nowrap;
	list-style: none;

}

ul#mainlevel-side a.mainlevel-side {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	border-top: 1px dotted #bbb;
}

ul#mainlevel-side a.mainlevel-side:hover,
ul#mainlevel-side a.mainlevel_current-side,
ul#mainlevel-side a.mainlevel_active-side {
	display: block;
	text-decoration: underline;
	padding-left: 10px;
	font-weight: bold;
	border-top: 1px dotted #bbb;
}

ul#mainlevel-side .sublevel-side {
	display: block;
	line-height: 18px;
	text-decoration: none;
	padding-left: 15px;
}

ul#mainlevel-side .sublevel-side:hover, 
ul#mainlevel-side .sublevel_current-side,
ul#mainlevel-side .sublevel_active-side {
	display: block;
	line-height: 18px;
	text-decoration: underline;
	padding-left: 15px;
}




/*** Modules ***/

div.moduletable {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.moduletable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.moduletable li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.moduletable h3 {
	background-color: #194782;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	margin: 0 0 1px 0;
}

.moduletable-ads {
	text-align: center;
	margin: 0;
	padding: 0;
}

.moduletable-ads img {
	margin-top: 7px;
	margin-bottom: 7px;
}


/*** Left ***/

#left_outer {
	float: left;
	width: 170px;
}

#left_inner {

}

/*** Main News ***/

#main_news_outer {
	float: left;
	padding: 0 10px 0 10px;
}

#main_news_inner {
	width: 450px;
}

/*** Right News ***/

#right_news_outer {
	float: left;
	padding: 0;
}

#right_news_inner {
	text-align: left;
	width: 170px;
}



/*** Main ***/

#main_outer {
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
}

#main_inner {
	width: 620px;
	margin: 0;
}

/*** Ads ***/

#ads_outer {
	float: right;
	padding: 0 0 0 10px;
}

#ads_inner {
	width: 160px;
}

/*** Content ***/

.contentheading, .componentheading {
	border-bottom: 1px dotted #bbb;
	line-height: 35px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}

.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-align:left;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}


table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #666666;
	font-weight: bold;
}

.buttonheading {
	border-bottom: 1px dotted #bbb;
}

/*** Gallery ***/

.gallery_nav {
	text-align: left;
}


/*** Forms ***/

#body .button {
  color: #000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  border: 1px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  margin: 0 0 0 5px;
}

#body .inputbox {
	font-family: Arial, Hevlvetica, sans-serif;
	font-size: 11px;
	border:solid 1px #cccccc;
	background-color: #ffffff;

}

/*** Page navigation buttons ***/

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav_next {
	font-size: 11px;
	font-weight: bold;
}


/**  CSS Styling for DISPLAY NEWS - LATEST 1-3 module  **/

.dn-whole {	
	padding: 5px 10px 10px 10px;
	background-color: #e6e6e4;
}

.dn-title {	
	text-align: left;
	font-weight: bold;
color: #3680ba;
}

.dn-date {		
	text-align: left;
	color: #3680ba;
}

.dn-introtext {	
	display: block;
	text-align: justify;	
}


span.article_seperator {
	display: block;
	height: 1.2em;
}