/* ----------------------------------------------------------------
	www.nova-aarau.ch Standard CSS
	Autor: guycolle, Zürich // Guy Collé
	Version: 12.10.2006
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, ul, ol, table, img {
	margin: 0;
	padding: 0;
	line-height: 16px;
	color: #5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #990000;
	border-bottom: 0;
	text-decoration: underline;
}

a:active, a:hover {
	color: #5f5f5f;
	border-bottom: 0;
	text-decoration: none;
}

img {
	border: 0;
	text-decoration: none;
}

.menuMain {
	color: #FFFFFF;
	font-size: 12px;
	border: 0;
	text-decoration: none;
}

.menuMainActive {
	color: #000000;
	font-size: 12px;
	border: 0;
	text-decoration: none;
}

/*.menu {
	color: #5f5f5f;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	text-decoration: 0;
}

.menuActive {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	text-decoration: 0;
}*/



/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	width: 827px;
	margin: 0 auto;
}

#main-c #left-c {
	position: relative;
	float: left;
	width: 135px;
	height: 420px;
	padding-top: 15px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

#main-c #left-c a:link, #main-c #left-c a:visited {
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
}

#main-c #left-c a:hover, #main-c #left-c a:active {
	color: #000000;
	border: 0;
	text-decoration: none;
}

#main-c #left-c #statements {
	position: absolute;
	top: 330px;
	right: 10px;
	height: 100px;
	width: 140px;
}

#main-c #left-c #statements .state {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: none;
}

#main-c #right-c {
	position: relative;
	background: #FFFFFF;
	float: left;
	width: 680px;
	height: 460px;
	/*border-left: 1px #a9a4a0 solid;
	border-right: 1px #a9a4a0 solid;
	border-bottom: 1px #a9a4a0 solid;*/
}

#main-c #right-c #navSub {
	position:relative;
	float: left;
	width: 160px;
	height: 445px;
	text-align: left;
	padding-top: 15px;
}

#main-c #right-c #navSub #subnavi {
	position: relative;
	padding-left: 15px;
	width: 135px;
    list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

html > body #main-c #right-c #navSub #subnavi {
	width: 135px;
}

#main-c #right-c #navSub #subnavi li {
	text-align: left;
	list-style: none;
	color: #000000;
	margin-bottom: 10px;
}

#main-c #right-c #navSub #subnavi li a {
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 0;
}

html > body #main-c #right-c #navSub #subnavi li a {
	width: 135px;
}

#main-c #right-c #navSub #subnavi a:link, #main-c #right-c #navSub #subnavi a:visited {
	color: #990000;
}

#main-c #right-c #navSub #subnavi a:hover, #main-c #right-c #navSub #subnavi a:active {
	color: #000000;
}


/*#main-c #right-c #navSub a:link, #main-c #right-c #navSub a:visited {
	color: #8c8885;
	border: 0;
	text-decoration: 0;
}

#main-c #right-c #navSub a:hover, #main-c #right-c #navSub a:active {
	color: #000000;
	border: 0;
	text-decoration: 0;
}
*/
#main-c #right-c #content {
	position: relative;
	float: left;
	width: 520px;
	overflow: hidden;
}

#main-c #right-c #content .logo {
	position: relative;
	width: 520px;
	height: 75px;
	margin-top: 15px;
}

#main-c #right-c #content .logoElement {
	position: absolute;
	top: 45px;
	left: 20px;
}


#main-c #right-c #content .text {
	position: relative;
	padding: 0 20px 20px 20px;
	text-align: left;
	overflow: hidden;
}



