

/**
 * Main css-Template fuer KN
 * 
 * @author		Martin Kuster <martin@design-space.ch>
 * @since 		
 * @version		1.0
 * @package 	KN-Template
 */

/* 
 * Import der Stylesheets
 */
@import url(knwebstd.css);

@import url(pos.css);
@import url(menu.css);
@import url(csc.css);
@import url(mailform.css);
@import url(dam_table.css);



/****************************************/
/* Section: General definitions         */
/* Scope  : full page                   */
/****************************************/
BODY {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color: white;
}

.kndark {
  background-color: #002b55;
}
.knblue {
  background-color: #56b7e9;
}
.knwhite {
  background-color: #ffffff;
}


/****************************************/
/* Schriften
/* 
/****************************************/
p,td,div,li {
	color: #002b55;
}
h1,h2,h3{
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	color: #002b55;
	padding-bottom: 0px;
}
h1.csc-firstHeader {
	padding-top: 0px;
	padding-bottom: 15px;
}
h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	color: #002b55;
	font-size: 12px;
}
ul {
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #002b55;
	font-size: 12px;
}
td {
	padding-left: 0px;
	padding-right: 0px;
	color: #002b55;
}
/*#content p {
	padding-left: 0px;
	font-size: 13px;
}*/
.contenttable td p {
	padding: 0px;
	margin: 2px;
}
.contenttable td ul {
	margin: 2px;
}
.hp_box_top td, .hp_box_top {
	padding-left: 0px;
	padding-right: 0px;
}
A:link {
	color: #002b55;
}
A:visited {
	color: #002b55;
}
A:hover {
	color: #56b7e9;
}
A:active {
	  color: #002b55;
}
table {
  font-size: 12px;
}
div.csc-textpic-imagewrap{
	padding-top: 15px;
}


/****************************************/
/* Hintergründe
/* 
/****************************************/
#header {
}
#logo {
	background: white;
}
#anker {
	background: #002b55;
}
#body {
	background: none;
}
#fobalken{
/*	background: url(../images/header_shadow.jpg) repeat-x;*/
}
#content {
	background: none;
}
#content div.content_border{
	background: none; 
	min-height: 500px;
/*	border: 1px solid #ebecee;*/
}
#topnav_total{
	background: white;
}
.topnav_box {
	background: #002b55;
}

/****************************************/
/* Diverses
/* 
/****************************************/
div.clearer {
	clear: left;
}
.box_text p {
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
}
.box_text li {
	padding-left: 5px;
}
.box_text h1{
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	font-weight: bold;
	color: #002b55;
	padding-bottom: 10px;
	font-size: 16px;
}

/****************************************/
/* Quicknav 
/* 
/****************************************/
.quicknav { /* use*/
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  color: #002b55;
  text-decoration: none;
}

.quicknav_bold { /* use*/
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #002b55;
  text-decoration: none;
}

/****************************************/
/* Boxen
/* 
/****************************************/
.box { /* use*/
  width: 185px;
  background-color: #fcfcfc;
  font-weight: normal;
  text-align: left;
  border: 1px solid #dbdcde;
  border-collapse: collapse;
  margin: 10px 0 0 0;
}

.box_title { /* use*/
  vertical-align: middle;
  background: #ebecee;
  font-weight: bold;
  padding: 5px;
  background-image:url(../images/bg_info_title.gif);
  background-repeat: repeat-x;
  background-position: bottom right;
}

.box_text { /* use*/
  vertical-align: top;
}

/****************************************/
/* News
/* 
/****************************************/
h3.news {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 5px;
	font-size: 12px;
}
p.news {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.news-single-img {
	float: none;
	text-align: left;
	margin-left: 10px;
}
.news-single-backlink {
	margin-left: 10px;
}
.news-datum {
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}









