/* 
	rolandhunziker at yahoo dot com
	validated by w3c validator
*/

/* prevent content from shifting to the left by appearing scrollbar in gecko browsers*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #2F2F2F;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 0;
	margin: 0px 0px 40px 0px;
}

#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

#header img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: 0px none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #CCCCCC;
}

/*For IE*/
#navigation {
	float:left;
	width:175px;
	padding: 14px 10px 10px 10px;
	margin: -2px 0px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #393939;
}

/*For everyone else*/
div[id]#navigation {
	float:left;
	width:155px;
	padding: 10px 10px 10px 10px;		
	margin: -2px 0 0 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #393939;
}

/*For IE*/
#content {
	float: left;
	width: 615px;
	padding: 10px 20px 20px 20px;
	margin: 2px 0px 0px 0px;
}

/*For everyone else*/
div[id]#content {
	float: left;
	width: 579px;
	padding: 10px 20px 20px 20px;
	margin: -7px 0 0 0;
}

/*navigation link colors*/
#navigation a {
	text-decoration: none;
	color: #CCCCCC;
}

#navigation a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#navigation a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#navigation a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#navigation a:active {
	text-decoration: none;
	color: #CCCCCC;
}
		
/*mainnav active*/
#navigation p.mainactive{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin-top: 6px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

#navigation span.bgactive {
	background-color: #A80E0A;
	padding: 2px 5px 2px 5px;
	border-left: solid 1px #CCCCCC;
}

/*mainnav inactive*/
#navigation p.maininactive{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

/*mainnav active*/
#navigation p.subactive{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 17px;
	padding: 0px 0px 0px 8px;
	background: url(/fileadmin/template/main/img/subnav_active.png) 0 50% no-repeat; 
}

/*mainnav inactive*/
#navigation p.subinactive{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 25px;
}

/*spacers*/
.space5px {
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.space10px {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

/*link colors*/
#content a {
	color: #A80E0A;
}

#content a:F22D2D {
	color: #A80E0A;
}

#content a:visited {
	color: #A80E0A;
}

#content a:hover {
	color: #A80E0A;
	text-decoration: none;
}

#content a:active {
	color: #A80E0A;
}

/*font settings for content division*/
#content td, li, lu {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#content p.bodytext {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h1 {	
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#content h2 {
	padding: 0;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#content table.thumbnails {
	border: 0px none #A6A094;
	width: 560px;
	border-collapse: collapse;
}

#content table.thumbnails td {
	border: 0px none #A6A094;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0px 20px 0px;
}

#content span.important {
	padding-left: 23px;
	background: url(/fileadmin/template/main/img/pdf_icon.png) 0% 50% no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content span.detail {
	padding-left: 19px;
	background: url(/fileadmin/template/main/img/mp3_icon.png) 2% 50% no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .floatright {
	float: right;
}

#content .name-of-person {
	float: right;
}

#content .floatleft {
	float: left;
}

#content img {
	border: 0px none;
}

/*clear all floats*/
.clearboth {
	clear: both; 
	height: 0px; 
	font-size:0px; 
	line-height: 0px;
}