html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

/* ############################################################ */
/* #### allg. Raster / Seitenaufteilung ####################### */

html, body{
	height:100%;
	margin:0;
	padding:0;
	color:#000000;
	background-color:#c8c8c7;
	text-align:center;
}

div#website{
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	width:1000px;
	text-align: left;
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/bg_website.gif);
}
div#header{
	height:385px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: 0 100px;
}
img#signet-w2k{
	position:absolute;
	left:30px;
	top:53px;
}
img#signet-wwk{
	position:absolute;
	left:635px;
	top:37px;
}
div#navigation{
	/* margin: 0 170px 0 0; */
	height:100px;
	background-color:#ffffff;
}

div#columns{ padding: 0 10px 20px 30px; }
div#leftcolumn{
	float:left;
	width:180px;
	overflow:hidden;
}
div#leftcolumn div.inner {
	font-size:30px;
	line-height:1.2em;
	min-height: 200px;
    height: auto !important;
    height: 200px;
	color:#333333;
}
div#contentcolumns{
	float:right;
	width:750px;
	overflow:hidden;
}
div#maincolumn{
	float:left;
	width:450px;
	overflow:hidden;
}
div#rightcolumn{
	float:right;
	width:230px;
	overflow:hidden;
}
div#rightcolumn div.inner{ padding: 0 30px 0 10px; }

div.clearer{ clear:both; }


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size:13px;
	line-height:1.6em;
	font-family: Georgia,"Times New Roman",serif;
}

h1{
	font-weight:normal;
	font-size:16px;
	line-height:1.4em;
	margin-top:0;
}
body.level_0 div#rightcolumn h1{
	font-size:22px;
	color:#333333;
}

h2{
	margin-top:0;
	font-size:13px;
	line-height:1.6em;
	font-weight:bold;
	color:#505050;
}
div#rightcolumn h2{
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin-bottom:0;
}




p{	margin: 0 0 1.6em 0; }
div#rightcolumn p {	margin:0; }
body.level_0 div#rightcolumn p,
body#page_9 div#rightcolumn p {
	font-size:11px;
	line-height:1.6em;
}


a{
	color:#013888;
	text-decoration:none;
}

table{
	margin:0;
	border-collapse:collapse;
}
td{
	padding: 0 7px 0 0;
	vertical-align:top;
}

hr{
	height:1px;
	background-color:#bbbbbb;
	border:0;
	margin: 1em 0 1em 0;
}
div#rightcolumn hr{ margin: 0.5em 0 0.5em 0; }

div#contentcolumns ul{
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}
div#contentcolumns li{
	padding-left:11px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}


img{ border:none; }

/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:3px;
}
.csc-mailform-field textarea,
input.csc-mailform-input,
.tx-guestbook-field textarea{
	width:300px;
}


/* ############################################################ */
/* #### Suche ################################################# */

div#searchform{	height:40px; }

form{ margin:0; }

input#txtsearch{
	float:left;
	display:block;
	margin:0;
	padding:0 0 0 3px;
	width:150px;
	font-size:12px;
	line-height:18px;
	height:18px;
	color:#000000;
	border:1px solid #bbbbbb;
}
input#submitbtn{
	float:right;
	display:block;
	margin:0;
	padding:0;
	width:20px;
	height:20px;
	color:#000000;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/go.gif);
}


/* ############################################################ */
/* #### Navigation ############################################ */

ul.mainnav{
	margin:0;
	padding:8px 0 0 30px;
	list-style-type: none;
}
ul.subnav{
	margin:0 0 0 0;
	padding:0 0 0 30px;
	list-style-type: none;
	clear:left;
}
ul.mainnav li{
	display:block;
	float:left;
	margin:0;
	padding:0 18px 0 0;
	font-size:20px;
	line-height:1.5em;	
}
ul.subnav li{
	float:left;
	margin:0;
	padding:0 12px 0 0;
	font-size:12px;
	line-height:1.75em;
}

ul.mainnav li a,
ul.subnav li a{
	color:#999999;
	text-decoration:none;
}
ul.mainnav li a.cur,
ul.mainnav li a.act,
ul.mainnav li a:hover,
ul.subnav li a.cur,
ul.subnav li a.act,
ul.subnav li a:hover{
	color:#000000;
}


ul.metanav,
ul.metanav li{
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.metanav li a{
	color:#000000;
	text-decoration:none;
}
