/* screen.css */

body {
    font: 1em "trebuchet ms", arial, sans-serif;
    color: #000;
    background: #fff url(/gfx/page_bg.gif) repeat-x top left;
	margin: 10px 0;
}

#wrapper {
    width: 891px;
    margin: 0 auto;
}

#top_shadow {
    width: 891px;
    height: 25px;
   background: url(/gfx/wrap_top.png) no-repeat top left;
}

#header, #header_edit {
	position: relative;
	width: 870px;
	height: 80px;
}

#main {
    width: 871px;
    background: url(/gfx/wrap_bg.png) repeat-y top left;
    padding: 10px 10px 0 10px;
    position: relative;
}

#footer, #footer_edit {
	position: relative;
    width: 887px;
    height: 65px;
    margin: 0 auto;
    background: url(/gfx/footer.jpg) no-repeat top left;
}

#bottom_shadow {
	clear: both;
	height: 45px;
	background: url(/gfx/bottom_shadow.jpg) no-repeat bottom left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 22px;
    width: 360px;
}

#slogan {
	position: absolute;
	top: 50px;
	left: 400px;
	width: 450px;
	text-align: right;
	font: bold italic 1.4em georgia, "times new roman", serif;
	color: #bdbdbd;
}

#logos {
    height: 62px;
    overflow: hidden;
}

#content {
    clear: left;
    width: 829px;
    padding: 0 21px 0px 21px;
}

/* ---- Navigation ---- */

#navigation {
    width: 836px;
    height: 40px;
    margin: 0 auto;
    background: url(/gfx/menu_shadow.gif) no-repeat top left;
}

@media print {
  #navigation {
    display: none;
  }
  
  #splash {
    display: none;
  }
}

#navigation ul {
	text-align: center;
	width: 828px;
	height: 40px;
	position: relative;
    top: 2px;
    left: 4px;
	line-height: 40px;
}
 
#navigation ul li {
	display: inline;
}

#navigation li a {
    display: inline;
    text-decoration: none;
    color: #fff;
    padding: 8px 15px 8px 15px;
    font-size: .95em;
	margin-left: -2px;
	margin-right: -3px;
}

#navigation li a:hover {
	background: url(/gfx/menu_active_bg.gif) repeat-x top right;
	text-decoration: none;
}

#navigation li.active a, #navigation li.dir_active a {
    background: url(/gfx/menu_active_bg.gif) repeat-x top right;
}

/* ---- Subnavigation ---- */

#subnavigation ul {
	padding: 30px 0 6px 0;
	background: #f2f2f2 url(/gfx/submenu_top.jpg) no-repeat top right;
}

#subnavigation ul li {
	display: block;
	background-color: #f2f2f2;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

#subnavigation ul li a {
	display: block;
	width: 160px;
	padding: 4px 16px;
	margin: 0;
}

#subnavigation ul li a:hover {
	background-color: #e7e7e7;
	text-decoration: none;
}

#subnavigation ul li.active a {
	background-color: #e7e7e7;
}

#subnavigation ul li ul {
	padding: 0 0 10px 0;
}

#subnavigation ul li ul li {
	font-size: .9em;
}

#subnavigation ul li ul li a, #subnavigation ul li.active ul li a {
	background-color: #fcfcfc;
	padding: 10px 16px 10px 16px;
}

#subnavigation ul li ul li a:hover {
	background-color: #f5f0f0;
}

#subnavigation ul li.active ul li.active a {
	background-color: #f5f0f0;
}

/* ---- Columns ---- */

#intro_col { /* Introduction text */
    float: left;
	display: inline;
    margin: 0 20px 0 15px;
    width: 350px;
}

#news_col { /* News on startpages */
    float: left;
    width: 190px;
    font-family: georgia, "times new roman", serif;
    font-size: .95em;
	margin: 2px 20px 0 20px;
}

#news_col li{
	margin-bottom: 10px;
}

#news_col li a {
    color: #000000;
    text-decoration: none;
}

#news_col li a:hover {
	color: #8e3c05;
	text-decoration: none;
}

#subnav_col { /* Column for subnavigation and features */
	float: right;
	width: 193px;
}

#subnav_col_edit {
	width: 193px;
	height: 450px;
}

#main_col { /* Wide column for main content */
	float: left;
	display: inline;
	width: 540px;
	margin: 15px 0 0 15px;
}

.two_col { /*  One of two parallell content columns */
	float: left;
	display: inline;
	width: 294px;
	margin: 30px 0 0 15px;
}

.three_col { /*  One of three parallell content columns */
	float: left;
	display: inline;
	width: 230px;
	margin: 0 25px 0 15px;
}

/* ---- Predefined alignment of images ---- */

.images_left image {
	float: left;
	margin-right: 20px;
}

.images_right image {
	float: right;
	margin-left: 20px;
}

/* ---- Text ---- */

h1 {
	font: bold 1.7em "trebuchet ms", arial, sans-serif;
    margin: .6em 0 .1em 0;
}

h2 {
	font: bold 1.3em "trebuchet ms", arial, sans-serif;
    margin: .7em 0 .1em 0;
}

#main_col h2 {
	font: bold 1em "trebuchet ms", arial, sans-serif;
    margin: .7em 0 .1em 0;
}

h3 {
    font: bold 1em "trebuchet ms", arial, sans-serif;
    margin: 1.35em 0 .3em 0;
    color: #034ea2; /*94755c;*/
}

h4 {
    font-size: bold 1em "trebuchet ms", arial, sans-serif;
    margin: 1.7em 0 .3em 0;
    color: #94755c;
}

h5 {
	font-size: 0.95em;
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	margin: 0 0 .8em 0;
	line-height: 1.3em;
}

p {
    font-family: verdana, sans-serif;
    font-size: .7em;
	line-height: 150%;
	margin-bottom: 1.5em;
}

#main_col ul, .two_col ul, .three_col ul  {
	font-family: verdana, sans-serif;
	font-size: .7em;
	list-style: disc;
	margin-left: 16px;
}

#main_col li, .two_col li, .three_col li  {
	margin-bottom: 0.9em;
}

.newsarchive p {
	margin-bottom: 1.3em;
}

#footer p, #footer_edit p {
	display: block;
	width: 887px;
	padding-top: 12px;
	text-align: center;
	font-family: "trebuchet ms", sans-serif;
	font-size: .8em;
	margin: 0;
	color: #fff;
}

.two_col h4 {
	font-family: georgia, "times new roman" serif;
	margin: 1em 0 0 0;
	color: #000;
}

p.back { margin-top: 1em; }

/* ---- Links ---- */

a {
    color: #8e3c05;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a, #footer_edit a {
	text-decoration: none;
	color: #fff;
}

.puff_box a.pdf {
	display: block;
	background: url(/gfx/pdf.gif) no-repeat center left;
	padding-left: 2.2em;
}


/* ---- Misc ---- */

br.clear { clear: both; }


/* ---- Splash related ---- */

#splash {
    width: 828px;
    height: 250px;
    background-color: #000;
	text-align: right;
}

#splash p.heading {
	clear: both;
	padding-top: 155px;
	margin: 0 60px 0 0;
	color: #fff;
	font: bold italic 2.8em georgia, "times new roman", serif;
}

#splash p.subheading {
	margin: 0 30px 0 0;
	color: #fff;
	font: 1.5em "trebuchet ms", "times new roman", serif;
}


/* ---- Feature related ---- */

.feature_box p {
	font-family: "trebuchet ms", sans-serif;
	font-size: .75em;
	margin: 0 0 .5em 0;
}

.featureLink {
	width: 193px;
	height: 66px;
	margin: 8px 0;
	text-align: right;
	cursor: pointer;
}

.featureLink p.heading {
	clear: both;
	padding-top: 10px;
	margin: 0 8px 0 0;
	color: #fff;
	font: bold italic 1.2em georgia, "times new roman", serif;
}

.featureLink p.subheading {
	margin: 0 10px 0 0;
	color: #fff;
	font: .9em "trebuchet ms", "times new roman", serif;
}

.feature_box_top {
	width: 192px;
	height: 5px;
	background: url(/gfx/left_box_top.gif) no-repeat top left;
}

.feature_box {
	width: 160px;
	padding: 11px 16px 16px 16px;
	background: #ececec url(/gfx/left_box_bg.gif) no-repeat bottom left;
}
