/*
Style sheet bki.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			03/07
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}


body {
	background-color: #c4cbd0;
	height: 100%;
}

/* Typography */
body, td, th, input, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 24px;
	color: #84949f;
	line-height: 24px;
}

h2, h3 {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}

h3 {
	color: #000;
}

p {
	margin-bottom: 14px;
}

#news h1 {
	font-size: 11px;
	margin-bottom: 14px;
	line-height: 14px;
}

#news p {
	margin-bottom: 14px;
	line-height: 14px;
}

/* Layer */
#container {
	position: relative;
	width: 900px;
	min-height: 100%;	
	margin: 0 auto;
	display: block;
	text-align: left;
	background-color: #fff;
}

* html #container {
	height: 100%;
}

#logo {
	float: left;
	width: 250px;
	height: 80px; 
}

#address {
	float: right;
	width: 171px;
	height: 56px;
	padding-top: 24px;
	font-size: 10px;
	color: #7d7a7a;
}

#eyecatchercontainer {
	position: relative;
	width: 900px;
	height: 98px;
	clear: both;
	border-top: 1px solid #0079c2;
}

#eyecatcher {
	position: absolute;
	width: 900px;
	height: 98px;
	z-index: 1;
}

#quicklinks, #quicklinkstwo {
	position: absolute;
	top: 76px;
	right: 15px;
	z-index: 2;
	font-size: 10px;
	color: #fff;
}

#quicklinkstwo {
	color: #000;
}

#navigation {
	float: left;
	width: 225px;
	padding: 20px 20px 0 25px;
	font-size: 12px;
}

#content {
	float: left;
	width: 438px;
	padding: 20px 20px 0 1px;
}

#news {
	float: left;
	width: 135px;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #c4cbd0;
	font-size: 10px;
}

#footer {
	position: relative;
	width: 900px;
	clear: both;
	margin: -7.5em auto 0 auto;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}

* html #footer {
	margin-top: -7.4em;
}

/* Hyperlinks */
a {
	color: #0079c2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#quicklinks a {
	color: #fff;
	text-decoration: none;
}

#quicklinkstwo a {
	color: #000;
	text-decoration: none;
}

/* Navigation */
#navigation li {
	list-style: none;
}

#navigation li a, #navigation li a:hover, #navigation li.sel a, #navigation li.sel a:hover, #navigation li.parent a  {
	text-decoration: none;
	font-size: 12px;
	line-height: 28px;
	padding-left: 10px;
	color: #000;
	background: transparent url(../images/navi-dot-right.gif) left 50% no-repeat;
}

#navigation li a:hover, #navigation li.sel a, #navigation li.sel a:hover, #navigation li.parent a  {
	color: #0b64b6;
	background: transparent url(../images/navi-dot-down.gif) left 50% no-repeat;	
}

/* Navigation Level 2 */
#navigation li.level2 a, #navigation li.level2 a:hover, #navigation li.level2sel a, #navigation li.level2sel a:hover {
	text-decoration: none;
	padding-left: 20px;
	font-size: 10px;
	line-height: 18px;
	color: #7f8081;	
	background: none;
}

#navigation li.level2 a:hover, #navigation li.level2sel a, #navigation li.level2sel a:hover {
	color: #000;
}

/* Navigation Level 3 */
#navigation li.level3 a, #navigation li.level3 a:hover, #navigation li.level3sel a, #navigation li.level3sel a:hover {
	padding-left: 30px;
	font-size: 10px;
	line-height: 18px;
	color: #7f8081;
	background: none;	
}

#navigation li.level3 a:hover, #navigation li.level3sel a, #navigation li.level3sel a:hover {
	color: #000;
}

/* Quicklinks */
#quicklinks li, #quicklinkstwo li {
	list-style: none;
	display: inline;
	float: left;
}


/* News */
#news div.news-latest-item, #news div.news-list-item, #news div.news-single-item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0079c2;
	font-size: 11px;
}

#news div.news-latest-item h3, #news div.news-list-item h3, #news div.news-single-item h3, #news div.news-latest-gotoarchive {
	font-size: 11px;
	margin-bottom: 0;
}


hr.clearer, p.news-single-author, div.news-latest-container h2 {
	display: none;
}

/* Do not display date and time */
span.news-latest-date, div.news-single-timedata, span.news-list-date {
	display: none;
}

/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}

/* Loginform */
p.csc-form-label-req {
	margin: 0;
}

/* Contactform */
div.forminput, div.formcheck {
	padding-bottom: 10px;
}

fieldset.csc-mailform {
	border: none;
}