@charset "UTF-8";

/**
*
* @author Chris Glutz <chris@netzpilot.ch>
* @copyright Copyright (c) 2010, Chris Glutz
* @version 0.2
* @date 20100315
* @desc  CSS nkbpartner.ch
* 
*/

/*PAGE LAYOUT*/

@import url("reset.css");

* {
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	margin: 0px;
}

.hidden {
	display: none;
}

#page {
	text-align: center;
}

#wrap {
	width: 1024px;
	margin: 0 auto;
}

/* @group HEADER */

#header {
	width: 1024px;
}
#header #blue {
	height: 140px;
	background-color: #003399;
	text-align: left;
	padding: 0 64px 0 0px;
}

#header #grey {
	height: 36px;
}

#header #white {
	height: 82px;
	background-color: white;
}

.logo {
	position: relative;
	top: 0px;
	left: 60px;
	padding-top: 34px;
	float: left;
}

ul#meta {
	position: relative;
	margin-top: 20px;
	float: right;
}


ul#meta li {
	float: left;
	list-style: none;
	padding-left: 6px;
}

ul#meta li a {
	font: normal normal 12px/20px  Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#langmenu {
	float: right;
	margin: 20px 0 0 20px;
}

#langmenu li {
	float: left;
	list-style: none;
	padding: 0;
}

/* @end */

/* @group Navigation */
ul.level2 li {
	padding: 0px 0px 0px 40px;
		/*background-color: yellowgreen;*/

}

ul.level3 li {
	padding: 0px 0px 0px 0px;
		/*background-color: darkgoldenrod;	*/
}

ul#menu a {
	text-decoration: none;
	color: #999999;
}

ul#menu a:hover, a:focus {
	text-decoration: none;
	color: #003399;
}

ul#menu li a.current {
	color: #003399;
}

/* @end */



#content-body {
	/*border: 1px solid;*/
	padding: 0px;
	float: left;
	width: 1024px;
}



#content {
	float: left;
		/*background-color: cornsilk;	*/		
	width: 551px;
	text-align: left;
	padding-bottom: 12px;
	font: normal normal 12px/20px  Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

#menu {
	font: normal normal 12px/24px  Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
}

#menu li {	
	list-style: none;
	line-height: 24px;
}

#leftpanel {
	float: left;
	width: 341px;
	margin: 0px 10px 0 0px;
	padding-left: 60px;
		/*background-color: #F7F7F7;*/
}

#pagetitle {
	float: right;
	width: 526px;
}

/*TEXT STYLES*/
#content ul {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}

p, 
.bodytext, 
#content li {
	font: normal normal 12px/20px  Verdana, Arial, Helvetica, sans-serif;
}

thead p, 
thead .bodytext {
	font-weight: bold;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h1.csc-firstHeader {
	color: #003399;
	font: normal normal 12px/20px  Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.csc-textpic-caption {
	padding-top: 10px;
	font-size: 1em;
}

.htmlarea-content-body ul, 
#content ul {
	margin: 5px 0pt 0px 2px;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}

.htmlarea-content-body ol, 
#content ol {
	margin: 5px 0pt 5px 26px;
}

.htmlarea-content-body ul li, #content ul li {
	padding: 0px 0pt 0px 1px;
}

p.bodytext {
	padding-bottom: 10px;
}

div.align-center {
	text-align: center;
	width: 1024px;
}

p.align-left {
	text-align: left;
	display: inline-block;
}

/* @group Links */

a {
	font: normal normal 12px/20px  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff0000;
}

a:hover, a:focus {
	text-decoration: none;
	color: gray;
}
/* @end */




#content .csc-sitemap ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#content .csc-sitemap ul li  {
	list-style-type: square;
	padding: 0;
	margin: 0;
}

/*
div#content p,
div#content  li,
div#content h1,
div#content a {
	font-size: 20px;
}
*/
/*
.htmlarea-content-body table, 
table.contenttable, 
table.contenttable td {
	border-color: #666666;
	border-style: solid;
}

.htmlarea-content-body table, 
table.contenttable {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.htmlarea-content-body td, 
table.contenttable td {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: #F7F7F7;
}*/