/*
Style sheet scherer-buehler.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			06/06
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffc url(../images/hg.gif) top left repeat-y;
}

/* Typography */
body, td, th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

td {
	padding-right: 10px;
}

h1 {
	font-size: 16px;
	color: #363;
	margin-bottom: 16px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #630;
	margin-bottom: 14px;
}

p {
	margin-bottom: 11px;
}

a img { 
	border: none;
} 

#shortlinks p {
	margin-bottom: 0;
	font-size: 10px;
	font-weight: bold;
}

#footer p, #footer a:link, #footer a:visited {
	font-size: 10px;
	color: #c93;
}

#footer a:hover, #footer a:active {
	font-size: 10px;
	color: #363;
}

/* Layer */
#container {
	position: relative;
	width: 955px;
	top: 0;
	left: 0;
}

#eyecatcher {
	float: left;
	width: 300px;
	height: 98px;
	border-bottom: 1px solid #c93;
}

#shortlinks {
	float: left;
	width: 655px;
	height: 20px;
	padding-top: 78px;
	text-align: right;
	background: transparent url(../images/hg-reben.gif) top right no-repeat;
	border-bottom: 1px solid #c93;
}

#mainnavigation {
	float: left;
	width: 141px;
	margin-top: 20px;
	border-top: 1px solid #c93;
}

#content {
	float: left;
	width: 755px;
	margin: 20px 0 20px 59px;
}

/*TOFR img padding */
#container img.right{
	padding:0 0 3px 10px;
}
#container img.left{
	padding:0 10px 3px 0;
}


#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 755px;
	margin-left: 200px;
	clear: both;
}

/* Hyperlinks */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #363;
	text-decoration: none;
}

input {
/*	width: 270px;
*/	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

#content textarea {
	width: 204px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	line-height: 16px;
*/}

#content textarea.edit {
	width: 400px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	line-height: 16px;
*/}

/* Mainnavigation */
#mainnavigation li {
	list-style: none;
}

#mainnavigation li a {
	font-size: 11px;
	display: block;
	width: 137px;
	padding-left: 4px;
	line-height: 23px;
	color: #673400;
	font-weight: bold;
	border-bottom: 1px solid #c93;
}

#mainnavigation li a:hover, #mainnavigation a.active, #mainnavigation a:hover active {
	color: #fff;
	background-color: #363;
}

/* 2nd level navigation */
#mainnavigation ul li li {
	list-style: none;
}

#mainnavigation ul li li a {
	font-size: 10px;
	display: block;
	width: 127px;
	padding-left: 14px;
	line-height: 18px;
	color: #673400;
	font-weight: bold;
	border-bottom: 1px solid #c93;
}

#mainnavigation ul li li a:hover {
	color: #fff;
	background-color: #673400;
}

/* 3rd level navigation */
#mainnavigation ul li li li {
	list-style: none;
}

#mainnavigation ul li li li a {
	font-size: 10px;
	display: block;
	width: 112px;
	padding-left: 29px;
	line-height: 18px;
	color: #673400;
	font-weight: bold;
	border-bottom: 1px solid #c93;
}

#mainnavigation ul li li li a:hover {
	color: #fff;
	background-color: #673400;
}

.imgborder {
	padding: 5px;
}
