@charset "UTF-8";
@import "blueprint/screen.css";
@import "../../system/css/system.css";
@import "../../system/css/general.css";

/* CSS Document */

/* ################# */
/* ### BASE-TAGS ### */
/* ################# */

body {
	font-size:83.75%;
	text-align:left !important;
	color:#666;
	background:#fff;
	font-family: Arial, sans-serif;
}

a {	color:#555; }
a:link, a:active, a:hover {	color:#666; }

h1 { color:#555; }

h2, h2 a { color:#435790; text-decoration:none; }

h3 { color:#555; }

/* ######################### */
/* ### WEBSITE-CONTAINER ### */
/* ######################### */

#everything {
	position:relative;
	display:none;
	width:850px;
	margin:0 auto;
	padding-top:12em;
	z-index:500;
	padding-bottom:5em;
	overflow:hidden;
}

/* ############## */
/* ### HEADER ### */
/* ############## */

/* HEADER-CONTAINER */

#header {
	width:100%;
	margin-top:-125px;
	margin-left:0px;
	margin-bottom:25px;	
}

#headercontent {
	height:172px;
	position:relative;
}

/* ############ */
/* ### LOGO ### */
/* ############ */

#logo {
	position:absolute;
	display:block;
	width:232px;
	height:172px;
	background: url(../images/logo.png) #ffffff;
}

#logocontent {
	width:200px;
	height:172px;
	position:relative;	
	
}

#logocontent h2 {
	position:absolute;
	margin:0; padding:0;
	line-height:1;
	bottom:15px;
	left:15px;
}

#logocontent h2 a {
	color:#fff;
	text-shadow: 1px 1px 1px #2B3B68;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-2px;
	text-decoration:none;
}

h2.ownlogo-yes {
	left:-252px !important;
}


/* ############### */
/* ### PATHWAY ### */
/* ############### */

#pathway {
	position:absolute;
	left:264px;
	top:15px;
}

/* ############### */
/* ### TOPMENU ### */
/* ############### */

/* MENU-CONTAINER */

#topmenu {
	position:absolute;
 	left:264px;
 	top:50px;
 	padding:0;
 	text-shadow: 1px 1px 0px #394567;
}

/* TOPMENU-MODULETABLE */

#topmenu .moduletable { background:none; padding:0;	}

/* TOPMENU */

#mainlevel-nav { margin:0; list-style:none; }

/* TOPMENU-ITEM*/

#mainlevel-nav li {
	float:left;
}

/* TOPMENU-LINK */

#mainlevel-nav a {
	margin-right:0.5em;
	background:#4F5E89;
	text-decoration:none;
	display:block;
	color:#fff;
	padding:5px 8px;
}

/* TOPMENU-LINK HOVER */

#mainlevel-nav a:hover, a#active_menu-nav {	background:#C40000; }

/* ############## */
/* ### SEARCH ### */
/* ############## */

/* SEARCH-CONTAINER*/

#search {
	position:absolute;
	top:48px;
	right:0;
	height:25px;
}

/* SEARCH-MODULETABLE*/

#search .moduletable {
		padding:0;
		background:none;
		padding-top:2px;
		float:right;
}

/* SEARCH-FIELD */

#mod_search_searchword {
	background:url(../images/backgrounds/quicksearch_bg.png) no-repeat top left;
	width:198px;
	height:19px;
	border:none;
	margin-left:-2px;
	margin-top:1px;
	padding-left:10px;
	padding-top:5px;
}

/* ################# */
/* ### NEWSFLASH ### */
/* ################# */

/* NEWSFLASH-CONTAINER */

#top {
	position:absolute;
	width:585px;
	left:264px;
	bottom:0;
	background:#f8f8f8;
	text-shadow: 1px 1px 1px #ddd;
}

/* NEWSFLASH-MODULETABLE */

#top .moduletable {
	overflow:hidden;
	padding:8px;
	background:none;
	height:54px;
	overflow:hidden;
	margin:0;
	margin-bottom:6px;
	color:#777;
}

/* NEWSFLASH HEADING */

#top h3 { display:none; /* HIDE */ }

/* ################# */
/* ### MAIN-MENU ### */
/* ################# */

/* MENU-CONTAINER */

#menu {
	width:232px;
	float:left;
}

/* MENU-HEADINGS */

#menu h3 {
	color:#777;
	text-shadow: 1px 1px 1px #fff;
	font-size:2em;
	letter-spacing:-1px;

}

/* MODULE-CONTAINER */

.moduletable_menu, .moduletable, .moduletable_text {
	margin-bottom:2em;
	background:#f8f8f8;
	padding:16px;
	padding-bottom:2em;
}

/* MENU-LIST */

.menu, .menu ul, #mainlevel, #cnt_user1 ul, #cnt_user2 ul {
	margin:0;
	list-style:none;
	margin-bottom:1.75em;
}

/* MENU-ITEM */

.menu li, #mainlevel li, #cnt_user1 li, #cnt_user2 li {
	width:200px;
	background:url(../images/backgrounds/menu_li_bg.gif) repeat-x bottom;
}

/* MENU-ITEM HOVER */

.menu li:hover, #mainlevel li:hover, #cnt_user1 li:hover, #cnt_user2 li:hover {
	background:url(../images/backgrounds/menu_li_bg.gif) repeat-x bottom;
	
}

/* SUB-MENU-ITEM */

.menu ul {
	margin-bottom:0em !important;
}
.menu li li {
	width:180px;
	padding-left:20px;
}

/* MENU-LINK */

.menu li a, #mainlevel li a, #cnt_user1 li a, #cnt_user2 li a {
	text-decoration:none;
	display:block;
	padding:0.4em 0 0.5em;
	padding-left:20px;
	color:#777;
	text-shadow: 1px 1px 0px #fff;
	background:url(../images/backgrounds/menu_a_bg.gif) no-repeat left;
}

/* MENU-LINK HOVER */

.menu li a:hover, #mainlevel li a:hover, #current a, #cnt_user1 li a:hover, #cnt_user2 li a:hover {
	color:#3B4A75;
	background:url(../images/backgrounds/menu_a_bg_hover.gif) no-repeat left;
}

/* CURRENT-PAGE-LINK */

#current li a {
	color:#777;
}

/* CURRENT-PAGE-LINK HOVER */

#current li a:hover {
	color:#3B4A75;
}

/* #################### */
/* ### LOGIN-MODULE ### */
/* #################### */

/* FORM-LABEL */

.form-login label {	display:block; }

/* FORM-FIELDSET */

.form-login fieldset {	border:none; margin:0;padding:0; }

/* LOGIN-TEXTFIELDS */

#mod_login_username, #mod_login_password { width:192px; padding:4px; }

/* LOGIN-REMEMBER-CHECKBOX*/

#mod_login_remember { margin-top:0px; margin-bottom:2em; }

.remember, #mod_login_remember { display:inline; float:left; }

/* LOGIN-BUTTON */

.form-login .button { margin-bottom:1em; }

/* ################### */
/* ### POLL-MODULE ### */
/* ################### */

.poll fieldset { padding:1em;}

/* #################### */
/* ### CONTENT-AREA ### */
/* #################### */

#content {
	margin-left:16px;
	margin-top:6px;
	float:right;
	overflow: hidden;
	text-shadow: 1px 1px 0px #fff;
}

/* DEFINE CONTENT-AREA-WIDTH */

.yes-menu {	width:585px; } 	/* LEFT-MENU HAS MODULES */

.no-menu { width:100%; }	/* LEFT-MENU HAS NO MODULES */

/* ################ */
/* ### ARTICLES ### */
/* ################ */

/* ARTICLE-HEADINGS */

#content h2, .contentheading {
	min-height:3.5em;
	height:auto !important;
	height:3.5em;
	background:url(../images/backgrounds/menu_li_bg.gif) repeat-x bottom;
}

/* PDF, PRINT & E-MAIL-BUTTONS, ARTICLEINFO'S */
.buttonheading, .articleinfo, .iteminfo { display:none; /* HIDE */ }

/* ARTICLEINFOS */

.iteminfo span:after { content:" +++ " }

/* ARTICLE-LAYOUT */

.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 {
	width: 45%;
}

.cols3 { width: 30%; }

.column1, .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2, .column1 {
	float: left;
	margin: 0;
}

.column2 {
	float: right;
	margin: 0;
	width: 45%;
}

.article_row {
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column {
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

/* READ MORE-BUTTON */

.readon, .pagenavbar a {
	background: #eee url(../images/backgrounds/overlay.png) repeat-x;
	display: inline-block;
	padding: 0.5em 1em 0.5em;
	color: #777;
	font-weight:bold;
	text-decoration: none !important;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;	
}

.readon:hover, .pagenavbar a:hover { color:#3B4A75; margin-top:1px; margin-left:1px; margin-bottom:-1px; }

/* PAGINATION-LINKS  */

.pagenavcounter {
	font-weight:bold;
	line-height:2em;
}

.pagination { margin:0; }

.pagination li, .pagenavbar a {
	display:inline;
	background:#f8f8f8;
	color:#777;
	text-decoration:none;
	padding:3px 5px;
	margin-right:1px;
}

/* CONTENT-TOC */

table.contenttoc td { padding:0; }

table.contenttoc {
	padding-right:10px;
	padding-bottom:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	width:auto;
}

/* TABLE-ENTRY 1 */

.sectiontableentry1 td { background:#fafafa; }

/* WEBLINK-TABLE */

table.weblinks { clear:left; margin-top:10px; }

/* ### LEADING-ARTICLE ### */

.leading {
	background:url(../images/backgrounds/leading_bg.jpg) bottom left #fbfbf4 no-repeat;
	color: #fff;
	margin: 30px 0px 10px 0px;
	padding: 20px 20px 40px 180px;
	position: relative;
	color:#777;	
}

.leading .contentheading {
	min-height:0 !important;
	border-bottom:none !important;
	background:none !important;
}

.leading_separator {
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0;
}

/* ############################### */
/* ### LATEST NEWS & MOST READ ### */
/* ############################### */

#user1and2 {margin-top:5em; width:100%; }

#cnt_user1 ul, #cnt_user2 ul { margin:0 16px 1.75em; }

#cnt_user1, #cnt_user2 { width:45%; float:left; }

#cnt_user1 { margin-right:8%; }

/* ############## */
/* ### FOOTER ### */
/* ############## */

#cnt_footer, #cnt_footer.yes-menu {
	position:absolute;
	bottom:0;
	width:544px;
	right:10px;
	padding: 8px 16px;
	background: #e3e3e3;
	text-shadow: -1px -1px 1px #eee;	
}

#cnt_footer.no-menu { right:0; width:818px; }