/*
Style sheet swissfilter.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			12/05
@author			RUP
*/

/* General rules */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /*IE 5, 5.5*/
}

body, p, th, td, input, textarea, label, select, option {
	font: 12px/1.7em Arial, Helvetica, sans-serif;
	color: #000;
}

/* Layers */
#container {
	position: relative;
	top: 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 955px;
	text-align: left;
	background: transparent url(../images/hg.gif) top left repeat-y;
	border-bottom: 1px solid #0060b2;
}

#eyecatcher {
	position: relative;
	top: 0;
	left: 1px;
	width: 953px;
	height: 76px;
}

#mainnavigation {
	position: relative;
	top: 0;
	left: 0;
	width: 573px;
	height: 23px;
	padding: 0 191px;
	background: transparent url(../images/hg-mainnavigation.gif) top left no-repeat;
	text-transform:uppercase;
}

#subnavigation {
	float: left;
	width: 191px;
	padding: 41px 0;
}

#content {
	float: left;
	width: 499px;
	padding: 41px 37px;
}

#contentleft {
	position: static;
	padding: 0 12px;
}

#contentright {
	float: left;
	width: 167px;
	padding: 41px 12px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 499px;
	margin-left: 228px;
	clear: both;
	font-size: 9px;
}

/* Main navigation */
#mainnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnavigation ul li {
	float: left;
}

#mainnavigation ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 22px;
	padding: 3px 10px 4px 10px;
}

#mainnavigation ul li a:hover, #mainnavigation ul li.sel a {
	background-color: #0060b2;
	padding: 2px 9px 3px 9px;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
}

/* Sub navigation */
#subnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 12px; 
	border-bottom: 1px solid #fff;
}

#subnavigation ul li {
	border-top: 1px solid #fff;
}

#subnavigation ul li a {
	padding: 5px 0 5px 12px;
	text-decoration: none;
	display: block;
}

#subnavigation ul li a:hover, #subnavigation ul li.sel a {
	color: #000;
	background-color: #86b1e1;
}

/* Sub navigation level-2 */
#subnavigation ul li.level2 {
	border: 0;
	padding: 0px 0 0px 0px;
	background: transparent url(../images/quadrat_blau.gif) 20px center no-repeat;
	font-size: 11px; 
	border-top: 1px solid #fff;
}

#subnavigation ul li.level2 a {
	border: 0;
	text-decoration: none;
	display: block;
	padding-left: 34px;
}

#subnavigation ul li.level2 a:hover {
	background: #d3e3f2 url(../images/quadrat_blau.gif) 20px center no-repeat;
}

#subnavigation ul li.level2sel {
	border: 0;
	background: #d3e3f2 url(../images/quadrat_blau.gif) 20px center no-repeat;
	font-size: 11px; 
	padding-left: 10px;
	border-top: 1px solid #fff;
}

#subnavigation ul li.level2sel a{
	border: 0;
	text-decoration: none;
	display: block;
	padding-left: 24px;
}

#subnavigation ul li.level2sel a:hover{
	background: #d3e3f2 url(../images/quadrat_blau.gif) 10px center no-repeat;
}


/* Typography */

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
}

h2, h3, h4, h5, h6{
	font-size: 12px;
	color: #000;
}

h1{
	font-size: 14px;
	color: #0060b2;
}

b, strong {
	font-weight: bold;
}

#content ul li, #contentright ul li {
	padding: 0;
	margin: 0;
	list-style-image: url(../images/quadrat_blau.gif);
}

#content ul, #contentright ul {
	padding: 0 0 0 16px;
	margin: 0;
}

table.csc-mailform {
	background-color:#d3e3f2;
}

td.csc-form-labelcell {
	padding: 10px 10px 0 15px;
	margin: 0;
}

td.csc-form-fieldcell {
	padding: 10px 15px 0 0;
	/*border: 1px soid #0060b2;*/
}

/*input.formular {
	background-color: #b0cee7;
}/*
	
/* Hyperlinks */
a:link, a:visited {
	color: #0060b2;
	text-decoration: underline;
}

a:link:hover, a:visited:hover {
	color: #86b1e1;
	text-decoration: underline;
}

a:link:active, a:visited:active {
	color: #86b1e1;
	text-decoration: underline;
}

.claim {
	font-size: 12px;
	color: #0060b2;
	line-height: 14px;
}

/* Content-Table Definitionen */
table.contenttable {
	width: 100%;
	margin: 0 0 20px 0;
}

table.contenttable tr.tr-even, p.titlecolor {
	background-color: #b0cee7;
}

table.contenttable tr.tr-odd, p.contentcolor {
	background-color: #d3e3f2;
}

table.contenttable tr td {
	padding: 5px;
	margin: 5px;
	vertical-align: top;
	text-align: left;
	/*border-bottom: 1px dashed #f00;
	border-right: 1px dashed #f00;*/
}

/* Additional Rules */
img {
	border: 0;
}

#footer p {
	margin: 4px 0;
}

p {
	margin-top: 0;
}

/* News */
p.titlecolor, p.contentcolor {
	padding: 3px 5px;
}

p.titlecolor {
	margin: 0;
	border-bottom: 2px solid #fff;
}
