A:LINK, A:VISITED {
    font-weight: normal;
	color : #ED352D;
	text-decoration: none;
}
A:ACTIVE, A:HOVER { 
	color : #ED352D;
	text-decoration: underline;
}
img{
border:none;}	

/*   ********  NAV  ************   */

.nav_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav_1 a:link,.nav_1 a:visited {
	color:#ED352D;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px;
} 
.nav_1 a:hover{
	color:#000000;	
} 
.nav_R {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav_R a:link,.nav_R a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px;
} 
.nav_R a:hover{
	color:#ED352D;	
} 
.nav_1b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav_1b a:link,.nav_1b a:visited,.nav_1b a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px; 
} 

.nav_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.nav_2 a:link,.nav_2 a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px;
} 
.nav_2 a:hover{
	color:#ED352D;
} 
.nav_2b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*    :link,.nav_1b a:visited,.nav_1b a:hover,.nav_1b a:activ    */

.nav_2b a:link,.nav_2b a:visited,.nav_2b a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px;
} 

.nav_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.nav_3 a:link,.nav_3 a:visited {
	color: #9CAEB5;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;;
	line-height:17px;
} 
.nav_3 a:hover{
	color:#EA0437;
} 
.nav_3b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*    :link,.nav_1b a:visited,.nav_1b a:hover,.nav_1b a:activ    */

.nav_3b a:link,.nav_3b a:visited,.nav_3b a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	line-height:17px;
} 


/* HTML - BODY - TR - TD FONT */
BODY, HTML, TR, TD{
	margin:3px;
	padding:0px;
	font: 12px Verdana;
	color: #000000;
}

.title_rechts {
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	color: #666666;
	padding-bottom: 7px;
	padding-top: 2px;
	letter-spacing: 1px;
}




/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; }

TABLE.contenttable {  margin: 0px 0px 0px 0px; width: 100%; }

FORM { margin: 0px 0px 0px 0px;}
P, PRE { 
	margin: 0px 0px 0px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 12px;
	}
P A:LINK, P A:VISITED {
    font-weight: normal;
	color : #666666;
	text-decoration: underline;
}
P A:ACTIVE, P A:HOVER { 
	color : #ED352D;
	text-decoration: none;
}

UL, OL ,LI {
	color : #333333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(/fileadmin/material/bilder/icons/listpunkt.gif);
	margin-left: 10px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:0px;
	text-align: justify;
}


INPUT, TEXTAREA, SELECT { padding-left: 0px; font-size: 12px; }

H1 {
	font-size: 14px;
	color: #666666;
	font-weight : normal;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-bottom: 18px;
	padding-top: 0px;
	letter-spacing: 2px;
	padding-left: 0px;	
	}

H2 {
	font-size: 15px;
	color: #666666;
	font-weight : normal;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-top: 0px 0px 0px 0px ;
	}
H4 {
	font-size: 11px;
	color: #666666;
	font-weight : normal;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-top: 0px 0px 0px 0px ;
	}
/********************************/
/* titel H5 */
/********************************/
H5 {
	font-size: 14px;
	color: #666666;
	font-weight : bold;
	font-style : normal;
	margin: 0px 0px 0px 0px;
	padding-top: 6px ;
}

/********************************/
/* content bodytext */
/********************************/

P.bodytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
	color: #333333;
	line-height:18px;
	margin-bottom:8px;
	padding-left: 0px;
	padding-top:5px;
	text-align: justify;
	}
P.bodytext A:LINK, P.bodytext A:VISITED {
    font-weight: normal;
	color : #ED352D;
	text-decoration: none;
}
P.bodytext A:ACTIVE, P.bodytext A:HOVER { 
	color : #000000;
	text-decoration: underline;
}

.bodytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color: #666666;
	line-height:18px;
/*	letter-spacing: 1px;  
	padding-bottom:20px;   */	
	}
.bodytext A:LINK, .bodytext A:VISITED {
    font-weight: normal;
	color : #000000;
	text-decoration: underline;
}
.bodytext A:ACTIVE, .bodytext A:HOVER { 
	color : #ED352D;
	text-decoration: none;
}
/***************************/
/* Elements: bread */
/***************************/

.bread {
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color: #ED352D;
	line-height:12px;
/*	letter-spacing: 1px; 
	padding-top: 2px;
	padding-bottom: 2px;*/
}

.bread A:LINK, .bread A:VISITED {
	font-weight : bold;
	color : #ED352D;
	text-decoration: none;
}

.bread A:ACTIVE, .bread A:HOVER {
	font-weight : bold;
	color : #ED352D;
	text-decoration: none;
}
/***************************/
/* Elements: language */
/***************************/
.language {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.language A:LINK, .language A:VISITED {
	color : #FFFFFF;
	text-decoration: none;
	font-weight : bold;
}

.language A:ACTIVE, .language A:HOVER {
	color : #FFFFFF;
	text-decoration: underline;
}

/********************************/
/*  bilder  */
/********************************/


.imgtext-table{
margin:5px;
}


/********************************/
/*  link-to-top */
/********************************/

.linkToTop {
	font-size: 12px;
	color: #A86500;
	font-weight: bold;
}
.linkToTop A:LINK, .linkToTop A:VISITED { 
	color : #A86500;
	text-decoration: none;
}
.linkToTop A:ACTIVE, .linkToTop A:HOVER { 
	color : #A86500;
	text-decoration: underline;
}


.tx-indexedsearch{
	line-height:17px;
	padding-left:4px;  
	padding-top:4px;
	padding-bottom:8px;
	width: 470px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; font-size: 12px;}	
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	height:16; 
	width:180;
}	
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; font-size: 12px;}
.tx-indexedsearch .tx-indexedsetx-indexedsearch-searchboxarch-res .tx-indexedsearch-title P { font-weight:bold; font-size: 12px;}	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; font-size: 12px;}	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#EFEFEF; font-size: 12px;}	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; font-size: 12px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#FFFFFF; font-size: 12px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; font-size: 12px; }


.csc-sword{font-weight:bold;	color: #FF0000;

}
.searchbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	border: 1px solid #666666;  */
	height:18; 
	width:145;
	color: #666666;
	padding-left: 10px;
}
.inputrechts {
	font-size: 12px;
	width:155px;
	height:21px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	line-height:17px;
}
.inputsearch {
	font-size: 12px;
	width:155px;
	height:16px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	/*line-height:17px;*/
}
/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #666666; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #666666; padding-top: 8px;}
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #666666; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #666666; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
		

fieldset {
    border: none;
	}
