/* CSS Screen Styles Fritz Effekt  */

/* Init Base Styles                                                                         */
/* ---------------------------------------------------------------------------------------- */

* {
  margin: 0;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, li, a, span, dl, dt, dd, address,
table, thead, tbody, th, tr, td, form, fieldset, legend, label {
  padding: 0;
}

img {
  border: 0;
}

ul, li {
  list-style: none;
}

html, body {
  height: 100%;
}

body {
	position: relative; /*stabiliseren van IE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

/* ClearFix Hack
----------------------------------------------- */
  
.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Gliederung
----------------------------------------------- */

#pageholder {
	position: relative;
	min-height: 610px;
	height: 100% !important;
	width: 100%;
	
}

#container {
	min-height: 610px;
	height: auto !important;
	height: 610px;
	min-width: 960px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation {
	height: 127px;
	background-color: #A2D5F4;
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

/* Navigationen
----------------------------------------------- */

#main {
	display: table;
	margin: 0 auto;
	padding: 5px 36px 0px 36px;
	height: 15px;
}


#main ul {
	display: table-row;
	text-align: center;
    	white-space : nowrap;
	list-style: none;
	margin: 0px;
}

#main ul li {
	display: table-cell;
	list-style: none;
	margin: 0px;
	padding: 0 5px 0 5px;
}

#main ul li div.divlevel2wrapper {
	padding-top: 10px;
	position: absolute;
	top: 20px;
}

#main ul li div.divlevel2 {
	position: relative;
	left: -50%;
}

#main ul li div.divlevel2 ul {
	padding: 0;
	margin: 0;
}

* html #main ul li {
	display: inline;
	zoom: 1;
}

* +html #main ul li {
	display: inline;
	zoom :1;
}
/*
#main {
	width: 888px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 5px 36px 0px 36px;
	height: 15px;
	background-color:#33FF66;
}

#main ul, #main ul li {
	list-style: none;
	margin: 0px;
	padding: 0 5px 0 5px;
	text-align: center;
	display: block;
}


*/
#main ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: 0 5px 0px 5px;
}

#main .li1act a,
#main .li2act a {
	color: #000000;
}

#main .li2no a,
#main .li2act a {
	font-size: 12px;
}

#main .li1no a:link, #main .li1no a:active, #main .li1no a:visited,
#main .li2no a:link, #main .li2no a:active, #main .li2no a:visited  {
	color: #7193aa;
}

#main .li1no a:hover,
#main .li2no a:hover  {
	color: #000000;
}

#logo {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#flogo {
	width: 10%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 26px;
	right: 25px;
	text-align:right;
}

#content {
  clear: left;
  float: none;
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
}

#content_left {
	width: 49%;
	float: left;
	display: block;
}
/*
#content_container_header {
  height: 245px;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden; 
}
*/
/*
#content_container_main {
	padding: 0 0 0 157px;
}
*/

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h1 a {
  font-size: 1em;
  /* margin: 0.75em 0; */
  margin: 0;
  color: #000000;
}


.csc-header-n1 h1 {
  margin-bottom: 0px !important;
}

.csc-header-n2 h1 {
  margin-top: 0px !important;
  margin-bottom: 0px!important;
}

.csc-header-n3 h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


h2, h2 a {
  font-size: 1.6em;
  margin-bottom: 1.2em;
}

h3, h3 a {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#content_left p {
	padding-left: 20px;
}

#content ul, li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
