html, body {
	height: 100%;
	font-family : "Tahoma", Verdana, Helvetica, sans-serif;
	font-size : 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fff url(/fileadmin/images/gfx/bg_view_01_900ds.jpg) repeat-y top center;
}	


/***************************/
/* General element styles: */
/****************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
}

PRE { font-family: monospace; }

A { 
	/*color: #B51215;*/
	color: #fff; 
	text-decoration: none; 
}

A:link, A:visited, A:active  { color: #fff; }

A:hover {
	color: #B6682A; 
	text-decoration: underline; 
}

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

/* ******************************* general Links ************************************************** */

a:link {font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; color: #fff; text-decoration: none;}
a:visited {font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; color: #fff; text-decoration: none;}
a:hover {font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; color: #fff; text-decoration: underline;}
a:active {font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; color: #fff; text-decoration: underline;}

/********************************************************************** */

#view {
	text-align: left;
 	width: 927px;
  	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;  /*xxx*/
	background: #fff url(/fileadmin/images/gfx/bg_view_01_900ds.jpg) repeat-y top left;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 899px;
	height: auto;
	text-align: left;
	background: url(/fileadmin/images/gfx/bg_container_temp.jpg) no-repeat top left;
}

#wrapAll {
	width: 100%;
}

#leftWrap {
	margin: 0;
	width: 188px;
	height: 500px;
	float: left;
}

#Logo {
	margin: 0;
	padding: 0;
	width: 187px;
	height: 67px;
	vertical-align: top;
}

/*************************************************** leftNAV ***************************************** */

#leftNav {
	margin: 30px 0 0 76px;
	width: 111px;
	height: auto;
}

#leftNav UL {
	margin: 0;
	padding-left: 0;
	list-style: none;	
}

#leftNav LI  {
	margin: 0;
	padding: 0;
	border-bottom: #580402 1px solid;
}

#leftNav A, #leftNav A:visited {
	margin: 0;
	display: block;
	color: #fc9;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	vertical-align: bottom;
	width: 101px;
	background: url(/fileadmin/rds3/images/icons/list_item01.gif) no-repeat left;		
}

*html #leftNav A, *html #leftNav A:visited {
	width: 111px;	
}

#leftNav A.active, #leftNav A.active:visited {
	color: #fc9;
	background-color: #D3D3D3;
	text-decoration: none;
}

#leftNav A:hover {
	color: #fc9;
	background-color: #894342;
	text-decoration: none;	
}

#leftNav A.navOpen, #leftNav A.navOpen:visited{
	color: #B6682A;
	background-color: #D3D3D3;
	font-weight: bold;
	background: url(/fileadmin/rds3/images/icons/bullet-square.gif) no-repeat left;
}

#leftNav UL.subNav {
	margin: 0;
	padding: 0;
	background-color: #ff0;
}

#leftNav UL.subNav LI {
/*	border-bottom: #9FA9B2 1px solid;*/
}

#leftNav UL.subNav A, #leftNav UL.subNav A:visited {
	padding: 3px 5px 3px 20px;
	width: 86px;
	background: #894342 url(../images/icons/bullet_list_02.gif) no-repeat 10px 50%;
		
}

/*#leftNav UL.subNav A:hover {
	background: #E9E9E9 url(/fileadmin/rds3/images/icons/list_item11.gif) no-repeat left;
}*/

#leftNav UL.subNav A.navOpen, #leftNav UL.subNav A.navOpen:visited {
	padding: 3px 5px 3px 20px;
	width: 86px;
	background: #894342 url(../images/icons/bullet_list_02_on.gif) no-repeat 10px 50%;
	font-weight: normal !important;
	color: #ecb86c;
}


#subNav.eins {}
#subNav.zwei {}
#subNav.drei {}
#subNav.vier {}
#subNav.fuenf {}
#subNav.sechs {}
#subNav.sieben {}

#middleWrap {
	margin: 0;
	width: 680px;
	float: left;
	background: transparent;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 72px;
}

#headerShortcuts {
	width: 50%;
	float: left;
	margin: 18px 0 0 0;
	padding: 0 0 2px 5px;
}

#headerShortcuts ul {
	margin: 0; 
	padding: 0; 
}
	
#headerShortcuts li {
	margin: 0;
	padding: 0 4px 0 0;
	display: inline;
	border-left: #000 1px solid; 
	font-size:11px; 
}

#headerShortcuts A, #headerShortcuts A:visited {
	padding: 0 5px;
	color: #000;
	text-transform: lowercase;
}

#headerShortcuts li A:hover, #headerShortcuts li A.active, #headerShortcuts li A.active:visited {
	padding: 0 5px;
	color: #000;
	/*border-left: #B6682A 1px solid;*/
	text-transform: lowercase;
	text-decoration: underline;	
}
#headerShortcuts LI.first {
	border-left: none;
	padding-right: 0px;
}
#headerShortcuts LI.last {
	border-right: none;
	padding-right: 0px;
}

/********************************************************** searchBox ******************************/
#searchBox {
	float: left;
	margin: 18px 20px 10px 0;
	padding: 0;
	width: 45%;
	vertical-align: top;
	text-align: left;
}

#button-go {margin-left: 2px;}
#searchField {line-height: 1em;}

#themeImg { 
	position: absolute;
	left: 780px;
	top: 20px;
	z-index: 99;
}

/* ************************************** HAUPTNAVIGATION ********************* */

#mainNav {
	margin: 0;
	vertical-align: top;
	width: 100%;
	color: #000;
	font-weight: bolder;
}

*html #mainNav, html* #mainNav { margin-top: -9px;}
	
#mainNav ul {
	list-style: none;
	margin: 0;
	padding:0; 
	color: #000;
	font-weight: bolder; 
}

*html #mainNav ul, html* #mainNav ul {
	padding: 8px 0;
}
	
#mainNav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size:11px;
}

html* #mainNav li {line-height: 22px; padding: 2px 0;}

#mainNav A, #mainNav A:visited {
 	padding: 4px 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: bolder;	
}

#mainNav A.eins {background-color: #C66;}
#mainNav A.zwei {background-color: #F96;}
#mainNav A.drei {background-color: #FC6;}
#mainNav A.vier {background-color: #CC6;}
#mainNav A.fuenf {background-color: #9CC;}
#mainNav A.sechs {background-color: #99C;}
#mainNav A.sieben {background-color: #369;}

#mainNav li A:hover {padding: 4px 15px; color: #000; text-transform: uppercase; font-weight: bolder; text-decoration: none; border-top: 5px solid #000;}

#mainNav li A.active_01, #mainNav li A.active_01:visited {border-top: 5px solid #000; background-color: #C66;}
#mainNav li A.active_02, #mainNav li A.active_02:visited {border-top: 5px solid #F96; background-color: #F96;}
#mainNav li A.active_03, #mainNav li A.active_03:visited {border-top: 5px solid #FC6; background-color: #FC6;}
#mainNav li A.active_04, #mainNav li A.active_04:visited {border-top: 5px solid #CC6; background-color: #CC6;}
#mainNav li A.active_05, #mainNav li A.active_05:visited {border-top: 5px solid #9CC; background-color: #9CC;}
#mainNav li A.active_06, #mainNav li A.active_06:visited {border-top: 5px solid #99C; background-color: #99C;}
#mainNav li A.active_07, #mainNav li A.active_07:visited {border-top: 5px solid #369; background-color: #369;}


/* ************************** standard Content */

#content {
	margin: 0 0 0 30px;
	padding: 35px;
    width: 90%;
	height: auto;
	background: transparent;
}

*html #content {}

#content p {
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

#content H1.csc-firstHeader, #colNormal H1.csc-firstHeader {
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 26px;
	color: #580402;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: lighter;
}

#html #content H1.csc-firstHeader, #colNormal H1.csc-firstHeader {
}

/****************** content-Links *******************/

#content a:link {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	/*padding-left: 12px;*/ 
	font-size: 1.0em; 
	color: #B6682A; 
	text-decoration: none;
	/*background: transparent url(/fileadmin/rds3/images/icons/link.gif) no-repeat left;*/
}

#content a:visited {	
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	/*padding-left: 12px;*/  
	font-size: 1.0em; 
	color: #B6682A; 
	text-decoration: none;
	/*background: transparent url(/fileadmin/rds3/images/icons/link.gif) no-repeat left;*/
}

#content a:hover   {	
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	/*padding-left: 12px;*/ 
	font-size: 1.0em; 
	color: #B6682A; 
	text-decoration: underline;
	/*background: transparent url(/fileadmin/rds3/images/icons/link.gif) no-repeat left;*/
}

#content a:active  {	
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	/*padding-left: 12px;*/ 
	font-size: 1.0em; 
	color: #B6682A; 
	text-decoration: underline;
	/*background: transparent url(/fileadmin/rds3/images/icons/link.gif) no-repeat left;*/
	}
	
#content UL {
	width: 500px;
	margin: 5px 0 5px 18px;
	padding-left: 0;	
}

#content LI  {
	margin: 0;
	padding: 3px 0;
	color: #000;
}

/**************************** */

#copyRight {
	padding: 3px;
	margin-right: 35px;
	text-align: right;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	clear: both;	
}

*html #copyRight {
	margin-right: 16px;
}


/*********************************************************************************** Pfadmenu */
#rootLine {
	width: 100%;
	margin: 5px 0 0 5px;
	padding: 0 0 0 5px;
	background: url(/fileadmin/rds3/images/gfx/gradient_long.gif) no-repeat bottom left;

}

*html #rootLine {
	margin-left: 16px;  	
}

#rootLine A, #rootLine A:visited {
	margin: 0;
	color: #000;
}
	
#rootLine ul {
	margin: 0; 
	padding: 0 0 3px 0;
	color: #000; 
}
	
#rootLine li {
	margin: 0;
	display: inline; 
	font-size:11px; 
}

/************************************ Zei-Spaltem-Automatismus **********************************/
	
#colNormal{
	width: 60%;
	margin: 0;
	padding: 10px;
	float: left;  
}

/************************ special content-formattings  (cols)  ***************************************/

#colNormal H2.csc-firstHeader, #colNormal H3.csc-firstHeader, #colNormal H4.csc-firstHeader, #colNormal H5.csc-firstHeader, #colNormal H6.csc-firstHeader { 
	margin-top: 10px;
	color: #580402; 
}

#html #colNormal H2.csc-firstHeader, #colNormal H3.csc-firstHeader, #colNormal H4.csc-firstHeader, #colNormal H5.csc-firstHeader, #colNormal H6.csc-firstHeader { 
	margin-top: 100px;
	}

#colRight {
	width: 160px;
	margin: 0;
	padding: 0 10px 15px 15px;
	float: right;
}

#colRight H1.csc-firstHeader, #colRight H2.csc-firstHeader, #colRight H3.csc-firstHeader, #colRight H4.csc-firstHeader, #colRight H5.csc-firstHeader, #colRight H6.csc-firstHeader { 
	margin-top: 10px;
	color: #580402; 
}
	
/*****************************************************************************************************/
/*								                  footer							                 */
/*****************************************************************************************************/

#footer1 {
	margin: 0;
	padding: 0;
	width: 1000px;
	clear: both;
}

#printLink {
	margin: 0;
	padding: 0 0 0 220px;
	width: 28%;
	float: left;
}

*html #printLink {
	width: 50%;
}
	
#topLink {
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: right;
	float: left;
}

#footer2 {
	margin: 0;
	padding: 0; 
	border-top: #ccc 1px dotted;
	width: 980px;
	clear: both;
}

#footerShortcuts {
	padding: 3px;
	float: left;
}

#footerShortcuts LI  {
	list-style: none;
	display: inline;
	float: none;
	padding: 0 4px;
	border-right: 1px solid #7E7E7E;
	voice-family: "\"}\"";
	voice-family:inherit;
	text-transform: uppercase;

}

#footerShortcuts LI.first {
	border-left: none;
	padding-left: 0px;
}

#footerShortcuts LI.last {
	border-right: none;
	padding-right: 0px;
}

#footerShortcuts LI, #footerShortcuts A, #footerShortcuts A:visited {
	font-size: 10px;
	text-decoration: none;
	color: #7E7E7E;
}

#footerShortcuts A:hover  {
    color: #7E7E7E; 
	text-decoration: underline;
}
   
#footerShortcuts A.active, #footerShortcuts A.active:visited, #footerShortcuts A.active:hover {
	color: #7E7E7E;
	text-decoration: underline;	
}

#languageMenu {
	font-size: 10px;
	color: #7E7E7E;
	margin-left: 25px;
	padding: 3px;
	float: left;
}

#languageMenu a, #languageMenu a:visited {
	color: #7E7E7E;
	text-decoration: none;
}

#languageMenu a:hover, #languageMenu a.active{
    color: #7E7E7E; 
	text-decoration: underline;
}



/* ********************************* Formulare  ******************************* */

form .form_line{
                margin:0;
                padding: 5px 0 5px 0;
}

form .form_line label {
                  float: left;
                  width: 200px;
                  margin-right: .3em;
                  margin-left: 0;
                  margin-bottom:5px;
}

/********************************/
/* 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 #CCCCCC; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #CCCCCC; }
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 #CCCCCC; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #CCCCCC; }

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; }
				
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; color: #666666; }
H2 { font-size: 18px; color: #666666; }
H3 { font-size: 16px; color: #666666; }
H4 { font-size: 14px; color: #666666; }
H1, H2, H3, H4, H5, H6 {                 
                margin: 10px 0 10px 0;
               /* border: 1px solid #ccc;
                border-width: 1px 0;*/
                padding: 6px 4px 6px 4px;
                font-size:16px; 
}
#right H1, H2, H3, H4, H5, H6 {                 
                margin: 0;
                border: none;
                padding:6px 0 4px 0;
                font-size:12px; 
                color: #B6682A;
}

/*H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin: 10px; }*/

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #666666; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #B6682A; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {                 
	margin: 2px 0;
	line-height: 160%;
	margin: 1px 15px 1px 0;
	padding-bottom: 0px;
	text-indent: 20px;
	font-size: 12px;
}
#colBorder P.bodytext {                 
	line-height : 140%;
	text-indent : 5px;
	font-size: 11px;
}
P.bodytext A { font-weight: bold;}

/*RTE / Bulletlists*/
#content UL { margin-top: 0px;  }
#content UL UL LI { font-size: 11px; }
#content OL { margin-top: 0px; }
#content LI {
	list-style: none;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0 14px;
	background: url(/fileadmin/images/icons/bullet_list_01.gif) no-repeat left top; 	
}

/* zweispalten Bulletlists*/
#content.tx-xinittwocolumn-pi1 LI {
	font-size: 10px;
}

/* RTE / Table styling */
TABLE.contenttable { border: 1px #CCCCCC solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: none; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { 
	font-size: 11px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0 12px;
	background: url(/fileadmin/rds3/images/icons/bullet_01.gif) no-repeat left; 	
}

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #666666; list-style-image: url(/fileadmin/rds3/images/icons/bullet_01.gif); }
UL.csc-bulletlist-1 { color: #666666; list-style-image: url(/fileadmin/rds3/images/icons/sitemap4.gif);  margin:0 0 0 10px; padding:0 0 0 10px; }
UL.csc-bulletlist-2 { color: #666666; list-style-image: url(/fileadmin/rds3/images/icons/sitemap3.gif); }
UL.csc-bulletlist-3 { color: #666666; list-style-image: url(/fileadmin/rds3/images/icons/sitemap2.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: none;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: none;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: none;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; width: 300px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: none; }
TABLE.csc-uploads TR.tr-odd { background-color: none; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #CCCCCC; }

TABLE.csc-uploads-2 { border-color: #CCCCCC; }

TABLE.csc-uploads-3 { border-color: #CCCCCC; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #CCCCCC; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #CCCCCC; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { 
	padding-left: 5px; 
	padding-right: 20px;
	background-color: transparent; 
}

FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { 

}
FORM TABLE TR TD.csc-form-fieldcell { background-color: none; }

FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #7F9DB9; }

FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { 
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	 
}

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
P.csc-form-label {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: transparent; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #003399; }
H3.csc-searchResultHeader { background-color: transparent; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 11px; font-weight: normal; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px;  }
DIV.csc-menu P A { color:#039; text-decoration: none; }
DIV.csc-menu P A:hover { color:#06C; text-decoration: none; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P { }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { background: transparent; }
DIV.csc-menu-2 P.csc-sitemap-level2 { background: transparent; }
DIV.csc-menu-2 P.csc-sitemap-level3 { background: transparent; }
DIV.csc-menu-2 P.csc-sitemap-level4 { background: transparent; }
DIV.csc-menu-2 P.csc-sitemap-level1 A {
	background : transparent url(/fileadmin/rds3/images/icons/sitemap1.gif) no-repeat;
	font-weight: bold;
	color: #f0f;
	margin: 0 0 0 0;
	padding: 0 0 5px 18px;

}
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover {background : transparent url(/fileadmin/rds3/images/icons/sitemap1_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { 
	margin: 0 0 0 20px;
		color: #f0f;
                padding: 0 0 4px 18px;
                background : transparent url(/fileadmin/rds3/images/icons/sitemap2.gif);background-repeat : no-repeat;
                display:block;
}
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover {background : transparent url(/fileadmin/rds3/images/icons/sitemap2_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { 
	margin: 0 0 0 40px;
		color: #f0f;
                padding: 0 0 3px 12px;
                background: transparent url(/fileadmin/rds3/images/icons/sitemap3.gif);background-repeat : no-repeat;	
                font-size:11px;
                line-height:110%;
}
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover {background: transparent url(/fileadmin/rds3/images/icons/sitemap3_act.gif);background-repeat : no-repeat; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { 
	margin: 0 0 0 60px;
                padding: 0 0 2px 10px;
                background: transparent url(/fileadmin/rds3/images/icons/sitemap4.gif);background-repeat : no-repeat;
                font-size:10px;
                line-height:100%;
}
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { background: transparent url(/fileadmin/rds3/images/icons/sitemap4_act.gif);background-repeat : no-repeat; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px;  }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/* mininews */

p.tx-mininews-pi1-fp_listrowField-teaser {
	background: url(/fileadmin/rds3/images/gfx/gradient_short.gif) no-repeat bottom left;
}


/******************************************************************* new better login-form */
DIV.tx-newloginbox-pi1 {}
DIV.tx-newloginbox-pi1 H3 {}
DIV.tx-newloginbox-pi1 P {}
DIV.tx-newloginbox-pi1 TABLE {}
DIV.tx-newloginbox-pi1 TABLE TR TD P {}
DIV.tx-newloginbox-pi1 TABLE TR TD {}
DIV.tx-newloginbox-pi1 TABLE TR {}
DIV.tx-newloginbox-pi1 TABLE TR TD INPUT.tx-newloginbox-pi1-submit {}
DIV.tx-newloginbox-pi1 TABLE TR TD INPUT {}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP {}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP A {}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back {}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back A {}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-username {}

/****************************************************** */

#fe_us_create {
	width: 100%;
	margin:auto;
}

.fe_us_comment {
	width: 49%;
	padding-right: 5px;
	text-align: right;
	float: left;
}

.fe_us_alert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	font-weight: bolder;
}

.fe_us_formfield {
	text-align: left;
	width: 49%;
	float: left;
}

.printlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
/* ******************************** Images ************************* */
.csc-textpic-caption {display: none;}
 
 /* ******************************** Iframe ************************* */
.tx-sriframe-pi1 {
	margin-left: -60px;
	}
