/***
 * Stylesheet for www.blauen.ch
 *
 * Created by Meury Pascal <pmeury@moves.ch>
 * Copyright by moves|web|solutions 2005
 */

/* Global configuration */

div,span,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


div .csc-header {
	background-color: lightgrey;
	border: 0px solid black;
}


a {
	color: #000000;
}

h1 {
	font-size: 17px;
	text-decoration: none;
}

h2 {
	font-size: 11px;
	text-decoration: underline;
}

h3 {
	font-size: 11px;
}


li a:link {
	color:#5D84FF;
	text-decoration: underline;
}

li a:visited {
	color:#5D84FF;
	text-decoration: underline;
}

/* Site container */


/* #site-container {
	width: 990px;
	height: 100%;
} */


/* Banner Container */

#banner-container {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	border: 0px;
	width: 810px;
	height: 110px;
}


/* Meta Navigation */

#metanav-container {
	position: absolute;
	top: 0px;
	left: 810px;
	z-index: 1;
	width: 180px;
	height: 110px;
	background-color: #ffffff;
}

#metanav-container a {
	color:#000000;
	text-decoration: none;
}

#metanav-container a:hover {
	color:#000000;
	text-decoration: underline;
}

.MetaNav-Level-Wrap {
	padding-left: 5px;
	padding-top: 40px;
}

.MetaNav-Level1{
	padding-left: 0px;
	text-align: right;
}


/* Content */

#content-container{
	position: absolute;
	top: 110px;
	left: 185px;
	z-index: 1;
	margin-top: 20px;
	width: 600px;
}

.csc-header *{
	font-size: 13px;
	height: 15px;
}

.bodytext {
	font-size: 11px;
}

.bodytext a:link {
	color:#5D84FF;
	text-decoration: underline;
}

.bodytext a:visited {
	color:#5D84FF;
	text-decoration: underline;
}



/* Main Navigation */

#MainNav-container {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 1;
	border-bottom: 1px solid #000000;
	width: 160px;
	height: 82%;
	background-color: #5D84FF;
}


.MainNav-Level-Wrap {
	margin-top: 18px;
}

.MainNav-Level-Wrap a {
	color:#000000;
	text-decoration: none;
}

.MainNav-Level-Wrap a:hover {
	color:#000000;
	text-decoration: underline;
}

.MainNav-Level1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

.MainNav-Level2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #97B0FF;
}

.MainNav-Level2-Wrap {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* Additional Navigation/Content container */

#AddNav-container {
	position: absolute;
	top: 110px;
	left: 810px;
	z-index: 1;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	padding-top: 13px;
	width: 180px;
	height: 82%;
	background-color: #5D84FF;
}


#AddNav-container .csc-header *{
	margin-left: 5px;
	font-size: 11px;
}

#AddNav-container .bodytext {
	font-size: 10px;
}


/* Sitemap configuration */

.csc-sitemap a {
	color:#000000;
	text-decoration: none;
}

.csc-sitemap a:hover {
	color:#000000;
	text-decoration: underline;
}

.csc-sitemap-level1 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.csc-sitemap-level2 {
	padding-left: 20px;
}


/* Indexed Search */

.tx-indexedsearch-rules h2{
	font-size: 12px;
}


/* DIR LISTING */

.tx-dirlisting-pi1-header-filemod {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}
