/***********************
	Structure Overview
************************
1. Document
2. Content Elements (+ RTE Conversions)
4. Navigation
5. Content
6. Sidebar
7. Footer
8. Sitemap
9. Searchform
10. Mailform
11. 2-Columns
12. Individuelle Styles
***********************/

/***********************
	DOCUMENT
***********************/

BODY {
	margin: 0;
	padding: 0;
	text-align:center;
	color: #CCCCCC;
	/*font-family: Georgia, Palatino, 'Bitstream Vera Serif', Times, 'Times New Roman', Serif;*/
	font-family:Tahoma,Verdana,Arial,sans-serif;
	
	background-color: #333333;
	background-image: url(../images/tns_bg_main.jpg);
	background-repeat: repeat-x;
}

DIV#main {
	margin: 0 auto;
	width: 800px;
	text-align:left;
}

/***********************
	CONTENT ELEMENTS
***********************/

P,H1,H2,H3,H4,H5,H6,UL,OL,LI,A,INPUT,SELECT,TEXTAREA,FILE,LABEL,TD,TR,TABlE,DL,DH {
	margin: 0;
	font-size: 13px;
	
	color: #CCCCCC;
	/*font-family: Georgia, Palatino, 'Bitstream Vera Serif', Times, 'Times New Roman', Serif;*/
	font-family:Tahoma,Verdana,Arial,sans-serif;
}

a.download-pdf, a.download-zip{padding-left:30px;padding-top:1px;background-image: url(../icons/pdf.gif); background-repeat: no-repeat; background-position: 0px 2px;}
a.download-pdf, a.download-zip {line-height:22px;}
a.download-zip {background-image: url(../icons/zip.gif);}

/***********************
	HEADER
***********************/

DIV#header {
 margin:26px 0px 33px 0px;
}

DIV#header IMG {}


/***********************
	NAVIGATION
***********************/

DIV#navigation {}

IMG#logo {}

DIV#navigation UL {
	margin: 0 0 20px 0;
	padding: 0;
	height: 33px;
	
	text-align: center;
	list-style-type: none;
}

DIV#navigation LI {
	padding: 0;
	display: inline;
}

DIV#navigation IMG {
	width: 799px;
	height: 50px;

	border: none;
}

DIV#navigation A {
	margin: 0 10px;
	padding: 8px 0 0 0;

	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

DIV#navigation UL LI A:hover { color: #EEEEEE; }
DIV#navigation UL LI A:focus { color: #EEEEEE; }
DIV#navigation UL LI A:active { color: #AAAAAA; }
DIV#navigation UL LI A:visited { color: #EEEEEE; }

DIV#navigation UL LI.active A {
	padding: 8px 0 0 0;
}

/***********************
	CONTENT
***********************/

DIV#content {
	margin: 0;
	padding: 0 0 10px 0;
	width: 540px;
	
	float: left;
}

DIV#content H1 { 
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
	display: block;
	height: 30px;
	
	/*font-family: Georgia, Palatino, 'Bitstream Vera Serif', Times, 'Times New Roman', Serif;*/
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px; 
	font-weight: normal;
	line-height: 18px; 
	color: #CCCCCC;
	
	background-image: url(../images/tns_bg_h1_green.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

DIV#content H2 { 
	margin: 10px 0 0 0;
	padding: 0;
	
	font-size: 24px; 
	font-weight: normal;
	line-height: 30px;
	color: #61CC31;
}

DIV#content P {
	margin: 15px 10px 10px 0;
	
	/* font-size: 14px; */
	line-height: 20px;
	color: #CCCCCC;
}

DIV#content P A { 
	text-decoration: underline; 
}

DIV#content UL {		
	margin: 10px 5px;
}

DIV#content OL {
	margin: 0 0 0 10px;
	padding: 5px 0;
}

DIV#content LI {	
	margin: 5px 0;  
	line-height: 16px;
}

#breadcrumb {
	float:left;
	font-size:11px;
}

#breadcrumb a {
	font-size:11px;
}


/***********************
	SIDEBAR
***********************/

DIV#sidebar {
	margin: 0;
	padding: 0;
	width: 240px;
	overflow: hidden;

	float: right;
}

DIV#sidebar DIV.sidebar-content-top {
	margin: 0 0 20px 0;
	padding: 0;

	background-color: #999999;
	background-image: url(../images/tns_bg_sidebar_grey_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

DIV#sidebar DIV.sidebar-content-top2 {
	margin: 0 0 20px 0;
	padding: 0;
}

DIV#sidebar DIV.sidebar-content-bottom {
	margin: 0 0 0 0;
	padding: 0;

	background-image: url(../images/tns_bg_sidebar_grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

DIV#sidebar DIV.sidebar-content-bottom2 {
	margin: 0 0 0 0;
	padding: 0;
}


DIV#sidebar IMG {
	margin: 0 0 -3px 0;
	border: none;
}
	
DIV#sidebar H1 {
	margin: 0 10px;
	padding: 15px 0 15px 0;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 30px; 
	color: #333333;
}

DIV#sidebar P {
	margin: 0;
	padding: 0 10px 10px 10px;
	
	/*font-size: 14px;*/
	line-height: 20px;
	color: #333333;
}

DIV#sidebar P A {
	margin: 0;
	padding: 0;
	
	color: #333333;
}

DIV#sidebar P A:hover {	
	color: #f63;
}


DIV#sidebar UL {		
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;

	list-style-type: none;
}

DIV#sidebar OL {
	margin: 0;
	padding: 0;
}

DIV#sidebar LI {  
	margin-bottom: 5px;
}

DIV#sidebar LI A {	
	display: block;
	width: 200px;
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
	padding-bottom:3px;
}

DIV#sidebar LI A:hover {	
	color: #f63;
}

DIV#sidebar div.csc-frame csc-frame-frame1 img {	
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
}

/* RTE CONVERSIONS */

DIV#sidebar DIV.csc-textpic {
	margin: 0;
}



/***********************
	FOOTER
***********************/

DIV#footer {
	padding: 10px 0 0 0;
	width: 540px;
	height: 30px;
	clear: both;
	
	text-align: right;
	
	border-top: 1px solid #999999;
}

DIV#footer UL {
	padding: 0;

	list-style-type: none;
}

DIV#footer UL LI {
	padding: 0;
	display: inline;
}

DIV#footer UL LI A {
	margin: 0 5px;
	text-decoration: none;
	color: #61CC31;
	/*font-size: 12px;*/
}

DIV#footer UL LI A:hover { color: #61CC31; }
DIV#footer UL LI A:focus { color: #61CC31; }
DIV#footer UL LI A:active { color: #61CC31; }
DIV#footer UL LI A:visited { color: #61CC31; }

DIV#footer UL LI.active A {
	padding: 8px 0 0 0;
	
	background-image: url(../images/gd_link_active.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}


/***********************
	SITEMAP
***********************/

DIV#csc-menu {}

P.csc-sitemap { 
	margin: 0 0 0 0;	
	padding: 5px 5px 5px 5px;
}


/* FIRST LEVEL */

P.csc-sitemap-level1 { 
	font-weight: bold;
	margin-left: 0px;
}

P.csc-sitemap-level1 A { 
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;

	background-image: none;
}

P.csc-sitemap-level1 A:link   {}
P.csc-sitemap-level1 A:hover   {}
P.csc-sitemap-level1 A:active  {}
P.csc-sitemap-level1 A:visited {}


/* SECOND LEVEL */

P.csc-sitemap-level2 { 
	margin-left: 10px;
}

P.csc-sitemap-level2 A {
	margin: 5px 0 5px 0;
}

P.csc-sitemap-level2 A:link	{}
P.csc-sitemap-level2 A:hover   {}
P.csc-sitemap-level2 A:active  {}
P.csc-sitemap-level2 A:visited {}


/* THIRD LEVEL */

P.csc-sitemap-level3 { 
	margin-left: 20px;
}

P.csc-sitemap-level3 A { 
	margin: 5px 0 5px 0;
}

P.csc-sitemap-level3 A:link	{}
P.csc-sitemap-level3 A:hover   {}
P.csc-sitemap-level3 A:active  {}
P.csc-sitemap-level3 A:visited {}


/***********************
	LOGIN FORM
***********************/

TABLE.csc-loginform {

}

TABLE.csc-loginform TD.csc-form-labelcell {
	padding: 0 0 3px 5px;
}

TABLE.csc-loginform P.csc-form-label {}
TABLE.csc-loginform P.csc-form-label-req {
	margin: 1px 5px 0 5px;
}

TABLE.csc-loginform TD.csc-form-fieldcell {}

TABLE.csc-loginform INPUT {
	background-color: transparent;
}


/***********************
	SEARCHFORM
***********************/

TABLE.csc-searchform {}

TABLE.csc-searchform TD.csc-form-labelcell {}

TABLE.csc-searchform TD.csc-form-fieldcell {
	padding: 5px 0 0 0;
}

TABLE.csc-searchform P.csc-form-label {
	padding: 0 0 0 5px;
}

TABLE.csc-searchform INPUT,SELECT,TEXTAREA,FILE {
	font-size: 12px;
	
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

TABLE.csc-searchResultInfo {
	width: 400px;
}

TABLE.csc-searchResultInfo TD.csc-searchResultRange {}
TABLE.csc-searchResultInfo TD.csc-searchResultPrevNext {}

H3.csc-noSearchResultMsg {
}

H3.csc-searchResultHeader { 
	margin: 20px 0 10px 0;
	padding: 0 0 0 10px;   
	/*
	background-image: url(../images/small_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: center left;
	*/
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold;
	text-decoration: underline;
}

P.csc-searchResult {}


/***********************
	MAILFORM
***********************/

FORM#mailform {
	position
	font-size: 12px;
	color: #CCCCCC;
}

FIELDSET.csc-mailform {
	margin: 0 0 0 10px;
	padding: 0;
	
	font-size: 12px;
	
	border: none;
}

FIELDSET.cscmailform P {
	font-size: 12px;
}

DIV.csc-mailform-field {
	margin: 10px 0;
}

DIV.csc-mailform-field LABEL {
	float: left;
	padding: 0 0 10px 0;
	width: 200px;
	
	font-size: 12px;
	color: #CCCCCC;
}

DIV.csc-mailform-field INPUT {
	clear: both;
	display: block;
	padding: 2px;
	
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

DIV.csc-mailform-field TEXTAREA {
	clear: both;
	display: block;
}

DIV.csc-mailform-field SELECT {
	float: left;
	margin: 0 0 0 10px;
}

DIV.csc-mailform-field INPUT.csc-mailform-radio {
	margin: 3px;
	display: inline;
}

DIV.csc-mailform-field INPUT.csc-mailform-check {
	position: relative;
}

INPUT.csc-mailform-submit {
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}


/*************************
   TABELLE
*************************/

table.contenttable-2 td.td-0 {
	width: 180px;
}

table.contenttable-2 td.td-1 {
	width: 80px;
}



table.contenttable-3 td.td-0 {
	width: 100px;
	color: #f63;
}

table.contenttable-3 td.td-1 {
	width: 160px;
}


/**************************
Individuelles 
**************************/

div#content #c919 li {
margin-right:9px;
}

#c919 .csc-textpic-clear {
	clear:none;
}

div#content #c920 li {
margin-right:9px;
}

div#content #c920 li.csc-textpic-lastcol {
margin-right:0px;
}

/**************************
Online Kat Button
**************************/

.okatcontent {
background:#589834 url('../images/onlinekat_bg.jpg') no-repeat;
width:240px;
height:150px;
}

.okatcontent #onlinekat {
margin-top:38px;

}.okatcontent #rotstiftkat {
margin-top:38px;
}

div#sidebar .okatcontent p {
padding-top:38px;
}