/*
Style sheet scschoeftland.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			10/06
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #032501 url(../images/bg.gif) top left repeat-x;
}

/* Typography */
body, td, th, input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	color: #000;
	margin-bottom: 18px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #333;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

/* Layer */
#container {
	position: relative;
	width: 985px;
	margin: 0 auto;
	display: block;
	text-align: left;
	background-color: #fff;
}

#logo {
	float: left;
	width: 180px;
	height: 170px;
}

#eyewrapper {
	float: left;
	width: 805px;
	height: 180px;
}

#eyecatcher {
	position: absolute;
	width: 805px;
	height: 180px;
}

#quicklinks, #search {
	position: absolute;
	width: 305px;
	height: 170px;
	margin-top: 10px;
	z-index: 2;
}

#quicklinks {
	margin-left: 550px;
	color: #fff;
}

#search {
	margin-top: 100px;
	margin-left: 575px;
}

#navigation {
	float: left;
	width: 160px;
	margin: 20px 10px 0 10px;
}

#content {
	float: left;
	width: 600px;
	margin: 20px;
}

#sponsors {
	float: left;
	width: 150px;
	margin-top: 20px;
}

#clearer {
	position: relative;
	width: 965px;
	padding: 50px 0 10px 10px;
	clear: both;
}

/* Hyperlinks */
a {
	color: #045603;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 1st Level Navigation */
#navigation li {
	list-style: none;
	margin-bottom: 5px;
}

#navigation li a {
	width: 160px;
	text-decoration: none;
	color: #045603;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #bdccbe;
}

#navigation li.sel a {
	width: 160px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #bdccbe;
}

#navigation li a:hover {
	color: #000;
}

/* 2nd Level Navigation */
#navigation li ul {
	margin-top: 5px;
}

#navigation li.level2 a {
	width: 150px;
	padding-left: 10px;
	border: none;
	color: #045603;
	font-size: 11px;
}

#navigation li.level2sel a {
	width: 150px;
	padding-left: 10px;
	border: none;
	color: #000;
	font-size: 11px;
	background: transparent url(../images/navi-icon.gif) left 50% no-repeat;
}

#navigation li.level2 a:hover {
	background: transparent url(../images/navi-icon.gif) left 50% no-repeat;
}

/* 3rd Level Navigation */
#navigation li.level3 a {
	width: 140px;
	margin-left: 10px;
	padding-left: 10px;
	border: none;
	color: #045603;	
	font-size: 11px;
	background: none; /*IE6 Hack*/
}

#navigation li.level3sel a {
	width: 140px;
	margin-left: 10px;
	padding-left: 10px;
	border: none;
	color: #000;	
	font-size: 11px;
	background: transparent url(../images/navi-icon.gif) left 50% no-repeat;
}

#navigation li.level3 a:hover {
	background: transparent url(../images/navi-icon.gif) left 50% no-repeat;
}

/* Quicklinks */
#quicklinks li {
	list-style: none;
	float: left;
	}
	
#quicklinks li a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* Search */
#search input.field {
	width: 150px;
	border: 1px solid #fff;
}

#search input.button {
	border: none;
	background-color: transparent;
	font-weight: bold;
	color: #fff;
}

/*News*/
#content div.news-latest-item, #content div.news-list-item, #content div.news-single-item {
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 1px solid #808080;
}

hr.clearer, p.news-single-author {
	display: none;
}

/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}

/* Form */
label {
display: block;
width: 400px;
}


