/*
Style sheet seeclub-sempach.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			08/2005
@author			Roland Schär, RUP
*/

/* General settings*/
html, body {
	margin: 0;
	padding: 0;
}

body, p  {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #000;
	/*margin: 1px; Aenderung*/
}

th, td, input, textarea, label, select, option {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #000;
}

/* Layers */
#maincontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 955px;
}

#eyecatcher {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 370px;
	height: 162px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 2;
}
	

#header {
	top: 0;
	left: 0;
	width: 955px;
	border-bottom: 1px dashed #FF0000;
}

#content {
	float: left;
	margin: 5px 20px 10px 20px;
	padding: 0 0 10px 0;
	width: 489px;
	border-bottom: 1px dashed #969696;
}

#right {
	float: left;
	width: 255px;
}

#left {
	float: left;
	width: 170px;
}

#navigation {
	/*background-image: url('../images/bg_navigation.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 295px;*/
	font-size: 12px;
}

#quicklinks {
	background-color: #f00;
}

/* 1st-Level-Navigation */
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	display: block;
	padding-left: 5px;
	line-height:20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #000;
}

#navigation ul li a:hover {
	background-color: #fff4c9;
	/*filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}

#navigation ul li.sel a {
	display: block;
	padding-left: 5px;
	line-height:20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #000;
	background-color: #fff4c9;
	/*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}

/* 2nd-Level-Navigation */
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li.level2 {
	list-style: none;
}

#navigation ul li.level2 a {
	display: block;
	font-size: 10px;
	padding-left: 15px;
	line-height:20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #000;
}

#navigation ul li.level2 a:hover {
	background-color: #fff4c9;
	/*filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}

#navigation ul li.level2sel a {
	display: block;
	font-size: 10px;
	padding-left: 15px;
	line-height:20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #000;
	background-color: #fff4c9;
	/*filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}


/* Navigation Quicklinks */
#right #quicklinks ul {
	margin: 0;
	padding: 0;
}

#right #quicklinks ul li {
	display: inline;
	list-style: none;
	color: #fff;
}

#right #quicklinks ul li a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

/* Sitemap settings */
p.sitemaplevel1 {
	margin: 0;
	/*padding-top: 5px;*/
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px dashed #ccc;
	/*background-color:#f6e100;*/
	margin-top: 40px;
}

p.sitemaplevel2 {
	margin: 0;
	margin-left: 50px;
	padding-left: 5px;
	border-bottom: 1px dashed #ccc;
}

p.sitemaplevel3 {
	margin: 0;
	margin-left: 100px;
	padding-left: 5px;
	border-bottom: 1px dashed #ccc;
}

p.sitemaplevel4 {
	margin: 0;
	margin-left: 150px;
	padding-left: 5px;
	border-bottom: 1px dashed #ccc;
}



/* Form settings */
p.csc-form-label, span.csc-form-radio {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #666;
	padding-right: 40px;
}

p.csc-form-label-req {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #f00;
	padding-right: 40px;
}

span.csc-form-radio {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #666;
	padding-left: 10px;
}

input.formular, textarea.formular {
	font-family: Verdana, Arial, sans_serif;
	font-size: 11px;
	color: #666;
	border: 1px dashed #f00;
	/*width: 200px;*/
}


/* Specific settings */

h1 {
	font-size: 16px;
}

h2, strong, b {
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #f00;
	text-decoration: none;
}

img {
	border: 0px;
}

#adverts {
	float: both;
	padding-top: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 9px;
}

.sponsor {
	padding: 5px;
	border-bottom: 1px dashed #f00;
	border-left: 1px dashed #f00;
	border-right: 1px dashed #f00;
}

.rightBox {
	margin-top: 10px;
	padding: 5px;
	background-color: #fff4c9;
	border: 1px dashed #f00;
}

/* Content-Table Definitionen */

table.contenttable {
	width: 100%;
	border-top: 1px dashed #f00;
	border-left: 1px dashed #f00;
	background-color: #fff;
}

table.contenttable tr.tr-even {
	background-color: #f5f5f5;
}

table.contenttable tr.tr-odd {
	background-color: #fff;
}

table.contenttable tr td {
	padding: 5px;
	/*margin: 5px;*/
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #f00;
	border-right: 1px dashed #f00;
}

#content p {
	line-height: 22px;
}