/*----------------------------------------------------------------------*/
/*  Standard Stylesheet                                                 */
/*  ruhrbike-festival.de                                                */
/*----------------------------------------------------------------------*/

/*
ELEMENTE:

 	Standard
 	Elemente (Buttons, Links, etc.)
 	Header
 	Navi Function
 	Navi Main
 	Navi Clickpath
 	Navi Sub
 	Content (div)
 	Content (class)
 	Footer
 	tabellen
	formulare
*/


/*----------------------------------------------------------------------*/
/*  Standard                                                            */
/*----------------------------------------------------------------------*/

html
{
  height:            100%;
}
	
body,
h1, h2, h3, h4, h5, h6,
form, select, option, textarea, input,
th, td,
ol, ul, li
{
	font-family:		   Verdana,Arial,Helvetica,sans-serif;
	color:			       #303030;
}

body
{
	height:            100%;
	text-align:		     left;
	font-size:		     11px;
	line-height:		   18px;
	margin:			       0px;
	padding:		       0px;
	border:			       0px;
	background-color:		#195c76;
	background:	       url("bgRuhrbikefestival.gif") center;
}

IMG
{
border:				       0px;
}

A
{
	font-family:		   Verdana,Arial,Helvetica,sans-serif;
	text-decoration:	 none;
	text-align:		     left;
	font-size:		     11px;
	color:			       #ff6600;
}
	
A:hover
{
	font-family:		   Verdana,Arial,Helvetica,sans-serif;
	text-decoration:   underline;
	text-align:		     left;
	font-size:		     11px;
	color:			       #ff6600;
}

.smallText
{
	font-size: 		     9px;
	line-height: 		   18px;
	font-family: 		   Verdana,Arial,Helvetica,sans-serif;
	text-decoration: 	 none;
}


/*----------------------------------------------------------------------*/
/*  Navigation                                                          */
/*----------------------------------------------------------------------*/

/* NavigationTop1 */

ul.navigationTop1
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border:		  0px solid #303030;
	color:			#ffffff;
}

ul.navigationTop1 LI
{
	display:		inline;
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-right: 0px solid #303030;
	color:			#ffffff;
}

/* NavigationTop2 */

ul.navigationTop2
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-top:		0px solid #303030;
	color:			#ffffff;
	font-size:		11px;
	font-weight:		bold;
}

ul.navigationTop2 li
{
	list-style:		none;
	display:		inline;
	background: 		url("clear.gif");
	margin: 		0px 15px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-top:		0px solid #303030;
	color:			#ffffff;
	font-size:		11px;
	font-weight:		bold;
}

.navigationTop2 A
{
	text-decoration:	none;
	text-align:		left;
	font-weight:		normal;
	color:			#e6e6e6;
	font-size:		11px;
	font-weight:		bold;
}

.navigationTop2 A:hover
{
	text-decoration:	none;
	text-align:		left;
	font-weight:		normal;
	color:			#154455;
	font-size:		11px;
	font-weight:		bold;
}

ul.navigationTop2 li.act A
{
	text-decoration:	none;
	text-align:		left;
	font-weight:		normal;
	color:			#154455;
	font-size:		11px;
	font-weight:		bold;
}

/* Navigation3 */

.navigation3-1
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-top:		0px solid #303030;
}

.navigation3-1-1
{
	margin: 		15px 0px 10px 0px;
	padding: 		0px 0px 0px 0px;
	border:		0px solid #303030;
}

.navigation3-2
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-top:		0px solid #303030;
}

.navigation3-2-2
{
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border:		0px solid #303030;
}

.navigation3-2ST
{
	margin: 		15px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	border-top:		0px solid #303030;
}


/* Navigation Bottom */

.navigationBottom
{
  font-size:         9px;
  margin: 			    0px 0px 0px 0px;
  padding: 			    0px 0px 0px 0px;
  border-top:			  0px solid #303030;
  color:			      #ffffff;
}

.navigationBottom A
{
  font-size:         9px;
	text-decoration:	underline;
	text-align:		    left;
	font-weight:		  normal;
	color:			      #ffffff;
}

.navigationBottom A:hover
{
  font-size:         9px;
	text-decoration:	none;
	text-align:		    left;
	font-weight:	    normal;
	color:			      #ffffff;
}

.navigationBottomACT
{
  font-size:         9px;
  margin: 		      0px 0px 0px 0px;
  padding: 		      0px 0px 0px 0px;
  border:			      0px solid #303030;
  color:			      #ffffff;
}

.navigationBottomACT A
{
  font-size:         9px;
	text-decoration:	none;
	text-align:		    left;
	font-weight:		  bold;
	color:			      #ffffff;
}

.navigationBottomACT A:hover
{
  font-size:         9px;
	text-decoration:	underline;
	text-align:		    left;
	font-weight:		  bold;
	color:			      #ffffff;
}

/*----------------------------------------------------------------------*/
/*  Content (div)                                                       */
/*----------------------------------------------------------------------*/

/* Seitenelemente */

#screen
{
	position:			relative;
	min-height:   100%;
	padding:			0px 0px 0px 0px;
	margin: 			0px auto;
	border:	      0px solid #000000;
	width:				920px;
	overflow:			visible;
	background:   url("bgBremsspur.gif") repeat-y;
}

* html #screen
{
	height:       100%;
}

#screenShadowBackground
{
	position: absolute; 
	top:0px;
	left:-143px;
	background:	url("bgRadspur.gif");
	width:143px;
	height:146px;
}

#navigationConnector
{
  z-index: 159;
	position: absolute; 
	top:144px;
	left:200px;
	background-color:	#ff6600;
	width:5px;
	height:83px;
}

#headerContainer
{
	position:			relative;
	left:				  0px;
	padding:			0px 0px 0px 0px;
	border:				0px solid #660066;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
	background-color:		#ffffff;
}

#headerImage1
{
  width:        920px;
  height:       109px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#navigationContainerTop1
{
  float:        left;
  width:        720px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border-top:   1px solid #ffffff;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-image:	url("buttonBgSpacer.gif");
	background-repeat:	repeat-x;
}

#navigationTop1
{
  float:        left;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:       0px solid #303030;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#navigationSitemap
{
  float:        right;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:       0px solid #303030;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#navigationContainerTop2
{
  float:        left;
  width:        720px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:       0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ff6600;
}

#navigationTop2
{
	position:			relative;
	padding:			2px 0px 2px 12px;
	border:       0px solid #303030;
	margin: 			0px 0px 0px 0px;
}

#contentContainer
{
  clear:        both;
	position:			relative;
	padding:			0px 0px 229px 0px;
	border:				0px solid #990000;
	width:				920px;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#contentContainerLeft
{
  min-height:   100%;
  float:        left;
	position:			relative;
	padding:			0px 0px 140px 0px;
	border:				0px solid #336699;
	width:				200px;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
}

.html #contentContainerLeft
{
  height:   100%;
}

#headerImage2
{
  width:        200px;
  height:       87px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#headerLeft
{
  width:        200px;
  height:       31px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#navigationContainer3
{
  width:        173px;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:       0px solid #303030;
	margin: 			0px 0px 0px 27px;
	overflow:			hidden;
}

#navigation3
{
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:       0px solid #303030;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#contentLeft
{
	position:			relative;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #336699;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}





#contentContainerNormal
{
  float:        left;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #336699;
	width:				590px;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
	background-color: #ffffff;
}


#breadcrumbContainer
{
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #660000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	color:				#707070;
}

#breadcrumbNavigation
{
	position:			relative;
	padding:			10px 0px 20px 10px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	color:				#707070;
}

.breadcrumb
{
	text-decoration: none;
	text-align:		left;
	font-weight:	normal;
	color:				#707070;
}

#breadcrumbNavigation A
{
	text-decoration: underline;
	text-align:		left;
	font-weight:	normal;
	color:				#707070;
}

#breadcrumbNavigation A:hover
{
	text-decoration: none;
	text-align:		left;
	font-weight:	normal;
	color:				#707070;
}

span.breadcrumbAct A
{
	text-decoration: none !important;
}

span.breadcrumbAct A:hover
{
	text-decoration: none !important;
}

#slideshow
{
  width:        590px;
  height:       185px;
	position:			relative;
	padding:			4px 0px 0px 0px;
	border:				0px solid #336699;
	margin: 			0px 0px 25px 0px;
	overflow:			hidden;
	background:   url('bgImpressionen.gif') no-repeat;
}

#contentNormal
{
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #336699;
	margin: 			0px 25px 10px 25px;
	overflow:			hidden;
}

#druckversion
{
  text-align: center;
  z-index: 263;
	position: absolute; 
	bottom:192px;
	left:225px;
	border: 0px solid #000000;
	color: #303030;
	overflow: hidden;
}

#tipafriend
{
  text-align: center;
  z-index: 263;
	position: absolute; 
	bottom:192px;
	right:155px;
	border: 0px solid #000000;
	color: #303030;
	overflow: hidden;
}

#contentContainerRight
{
  float:        right;
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:				0px solid #336699;
	width:				130px;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
	background-color: #f2f2f2;
}

#contentRight
{
	position:			relative;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #336699;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#sponsorenRight
{
  text-align:    center;
	position:      relative; 
	width:         130px;
	border:        0px solid #000000;
	color:         #303030;
	overflow:      hidden;
}




#footerContainer
{
	position:     relative;
	width:        920px;
	height:       166px;
	margin:       -170px auto 0px auto;
	padding:			2px 0px 0px 0px;
	border-top:   0px solid #ffffff;
	color:        #ffffff;
	background-color: #ffffff;
	overflow:			visible;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #FooterContainer
{
	margin:       -170px 0px 0px 0px;
}

#VeranstalterLeft {
  text-align: center;
  z-index: 265;
	position: absolute; 
	bottom:180px;
	left:27px;
	width:146px;
	border: 0px solid #000000;
	color: #303030;
	overflow: hidden;
}

#navigationContainerBottom
{
	position:			relative;
	text-align:   center;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

#navigationBottom
{
  font-size:    9px;
	position:			relative;
	color:				#ffffff;
	padding:			6px 0px 6px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 2px 0px;
	overflow:			hidden;
	background:   #ff6600;
}

#footerImage
{
	position:			relative;
	padding:			0px 0px 0px 0px;
	border:		    0px solid #303030;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
}

/* Seitenelemente ENDE */


/* FCE */

/* 2-spaltiger Inhalt */

.content2sp
{
	position:			relative;
	clear:        both;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2sp1
{
	position:			relative;
	float:				left;
	width:				49%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spLeft
{

}

.content2sp2
{
	position:			relative;
	float:				right;
	width:				49%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spRight
{

}

/* 2-spaltiger Inhalt ENDE */


/* 2-spaltiger Inhalt 70/30 */

.content2sp70
{
	position:			relative;
	clear:        both;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2sp170
{
	position:			relative;
	float:				left;
	width:				69%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spLeft70
{

}

.content2sp270
{
	position:			relative;
	float:				right;
	width:				29%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spRight70
{

}

/* 2-spaltiger Inhalt 70/30 ENDE */


/* 2-spaltiger Inhalt Startseite */

.content2spStart
{
	position:			relative;
	clear:        both;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2sp1Start
{
	position:			relative;
	float:				left;
	width:				346px;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spLeftStart
{

}

.content2sp2Start
{
	position:			relative;
	float:				right;
	width:				194px;
	padding:			0px 0px 0px 0px;
	border:				0px solid #CCCCCC;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content2spRightStart
{

}

/* 2-spaltiger Inhalt Startseite ENDE */

/* 3-spaltiger Inhalt */

.content3sp
{
	position:			relative;
	clear:        both;
	width:				100%;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content3sp1
{
	position:			relative;
	float:				left;
	width:				32%;
	padding:			0px 0px 0px 0px;
	border:				1px solid #ffffff;
	margin: 			0px 1.5% 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content3spLeft
{

}

.content3sp2
{
	position:			relative;
	float:				left;
	width:				32%;
	padding:			0px 0px 0px 0px;
	border:				1px solid #ffffff;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content3spMiddle
{

}

.content3sp3
{
	position:			relative;
	float:				right;
	width:				32%;
	padding:			0px 0px 0px 0px;
	border:				1px solid #ffffff;
	margin: 			0px 0px 0px 0px;
	overflow:			hidden;
	background-color: #ffffff;
}

.content3spRight
{

}

/* 3-spaltiger Inhalt ENDE */


/* Teaserbox Rennen */
.teaserboxRennenContainer
{

}

.teaserboxRennenAbbildung
{

}

.teaserboxRennenAbbildungLinie
{
  position:     absolute;
  padding:      0px 0px 0px 0px;
  width:        165px;
  height:       6px;
  margin:       -3px 0px 0px 9px;
  background-color: #ff6600;
  overflow:     hidden;
}

.teaserboxTextContainer
{
  background-color: #ededed;
  margin:       0px 0px 0px 0px;
  padding:      20px 10px 0px 10px;
}

.teaserboxRennenHeadline
{
  margin:       0px 0px 0px 0px;
  padding:      0px 0px 5px 0px;
}

.teaserboxRennenText
{

}

.teaserboxRennenLink
{
  background-color: #ededed;
  margin:       0px 0px 0px 0px;
  padding:      5px 0px 5px 0px;
  text-align:   right;
}

.teaserboxRennenLinkAnmeldung
{

}

/* Teaserbox Rennen ENDE */


/* FCE ENDE */


/* Plugins und Funktionserweiterungen */

/* Druckversion */

.printversion
{
	position:			relative;
	float:				left;
	top:				0px;
	left:				0px;
	padding:			0px 0px 15px 15px;
	border:				0px solid #336699;
	margin: 			0px 0px 0px 0px;
	overflow:			visible;
}

.printversion A, .printversion A:hover
{
	font-weight:			normal;
}

/* Druckversion ENDE */


/* RTEHTMLAREA */

span.blau
{
  color:     #ff6600;
}

span.important
{
  color:     #FD544D;
}

span.detail, span.detail A, span.detail A:hover
{
  font-size: 10px;
}

span.name-of-person, span.name-of-person A, span.name-of-person A:hover
{
  color: #ff6600;
  font-size: 10px;
}

/* RTEHTMLAREA ENDE */


/* TIPAFRIEND */

/* siehe registerForm... */

/* TIPAFRIEND ENDE */


/* Headline #5 */
.csc-header-n1, .csc-header-n2, .csc-header-n3, .csc-header-n4, .csc-header-n5, .csc-header-n6, .csc-header-n7, .csc-header-n8, .csc-header-n9, .csc-header-n10
{
	position:			relative;
	overflow:			visible;
	margin:				0px 0px 5px 0px;
	padding:			0px 0px 0px 0px;
	border:				0px solid #990000;
}


/* CSS_STYLED_CONTENT */

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana,Arial,Helvetica,sans-serif; }
PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

blockquote {
  margin-left: 24px;
  margin-right: 0px;
  border: 0px solid #000000;
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: left; margin-top: 10px; }
P.csc-linkToTop A { font-weight: normal; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #ff6600; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #ff6600; }
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: #e1e1e1; padding: 2px 4px 2px 4px; border: 1px solid #303030; }
DIV.csc-frame-frame2 { background-color: #ffffff; padding: 2px 4px 2px 4px; border: 1px solid #ff6600; }

p.csc-frame-frame1, table.csc-frame-frame1, td.csc-frame-frame1 { background-color: #dedede; padding: 0px 4px 0px 4px; border: 0px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2, td.csc-frame-frame2 { background-color: #FFFFFF; padding: 0px 4px 0px 4px; border: 0px solid #333333; }

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: 13px; color: #303030; font-weight: bold; }
H2 { font-size: 13px; color: #ff6600; font-weight: bold; }
H3 { font-size: 13px; color: #000000; font-weight: bold; }
H4 { font-size: 11px; color: #ff6600; font-weight: bold; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 2px 0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; text-align: left;}

H2.h2rennen { margin-left: 24px;}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #ff6600; text-decoration: none; }
H2 A { color: #ff6600; }
H3 A { color: #ff6600; }
H4 A { color: #ff6600; }
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: 11px; color: #000000; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #cccccc; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #000000; }
P.csc-subheader-2 { color: #000000; }
P.csc-subheader-3 { color: #000000; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 11px; line-height: 18px; color: #303030; }
P.bodytext A { text-decoration: none; color: #ff6600; }
P.bodytext A:hover { text-decoration: underline; }

/* RTE / Bulletlists */
UL { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }

UL LI { font-size: 11px; background: url("bulletlist_normal.gif"); background-repeat: no-repeat; background-position: 0px 8px; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 8px; }

OL { margin: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 0px #333333 solid; margin: 0px 0px 0px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 4px 0px 0px; }
TABLE.contenttable TR TD P.bodytext { font-size: 11px; padding: 0px 0px 0px 0px; }
TABLE.contenttable TR { background-color: #ffffff; }
TABLE.contenttable THEAD TD { background-color: #bcbebc; padding: 0px 2px 0px 2px !important; }
/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { padding-top: 5px; padding-bottom: 5px; font-size: 11px; line-height:16px; color: #ff6600; font-style: normal; margin:1px; }

.csc-textpic-caption { color: #ff6600; font-size: 9px; line-height:13px;  }

/* 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 { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }

UL.csc-bulletlist-0 LI { font-size: 11px; background-image: url("bulletlist_normal.gif"); background-repeat: no-repeat; background-position: 0px 8px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 8px; }

UL.csc-bulletlist-1 LI { font-size: 11px; background-image: url("bulletlist_style1.gif"); background-repeat: no-repeat; background-position: 0px 6px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 10px; }

UL.csc-bulletlist-2 LI { font-size: 11px; background-image: url("bulletlist_style2.gif"); background-repeat: no-repeat; background-position: 0px 3px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px; }

UL.csc-bulletlist-3 LI { font-size: 11px; background-image: url("bulletlist_style3.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 12px; }


/* Bulletlists, specifically */
UL.csc-bulletlist-0 { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }
UL.csc-bulletlist-1 { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }
UL.csc-bulletlist-2 { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }
UL.csc-bulletlist-3 { list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 18px; }


/*********************/
/* 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: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }

TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
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: #D1D2E4;}
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; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 11px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { /* background-color: #DDDDDD; */ }
TABLE.csc-uploads TR.tr-odd { /* background-color: #e7e7e7; */ }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 3px; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; width: 1%; text-align: center; vertical-align: top; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 100%; padding-left: 5px; padding-top: 3px; padding-bottom: 3px; padding-right: 5px;}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { text-decoration: underline; color: #303030; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A:hover { text-decoration: none; color: #303030; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; text-align: center; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #333333; }

TABLE.csc-uploads-2 { border-color: #333333; }

TABLE.csc-uploads-3 { border-color: #333333; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #333333; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 0px; padding-right: 0px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
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 #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* 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: 0px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
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: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { border-bottom: 1px dotted #ff6600; background-color: #F5E2D9;}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; font-weight: normal; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 0px; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #b60000; text-decoration: underline; }

DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 0px; 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 { margin-left: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #b60000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #b60000; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #b60000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #b60000; }

/* 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 { right: 0px; top:0px; 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; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/



	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 6px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 6px;
	}
	
	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 6px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 6px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }


/* CSS_STYLED_CONTENT ENDE */


/* wssitemap Example */

.tx-wssitemap-pi1 .treemenudiv {}
.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle;border: none;}
.tx-wssitemap-pi1 .treemenudiv a {text-decoration: none;  color: #000000; }
.tx-wssitemap-pi1 .treemenudiv a:hover {color: #ffffff;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:#ffffff;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:#ffffff; }	

/* wssitemap Example ENDE */


/* NEWS BEGIN*/


/* TT_NEWS example styles for the pagebrowser*/
	.tx-ttnews-browsebox TD { font-size: 11px; }
	.tx-ttnews-browsebox-strong,
	.tx-ttnews-browsebox-SCell { font-weight: bold; }
	.tx-ttnews-browsebox-SCell { }


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:left;
	height:0px;
	border: 0px solid #990000;
}
.news-latest-container HR.clearer {
	clear:left;
	height:0px;
	border:0px solid #123456;
}

.news-latest-item HR.clearer {
	clear:left;
	height:0px;
	border:0px solid #990000;
}

.clearer {
	clear:both;
	height:0px;
	border: 0px solid #990000;
}


/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:0px solid #333;
	margin: 8px 10px 0px 27px;
	padding: 0px 0px 0px 0px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:0px;
	margin:0px;
	border:0px solid #666;
/*	background-color:#D8FA70; */
/*	background-color:#769024; */
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#1b2e5d;
}
.news-latest-gotoarchive A {
	color:#1b2e5d;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 22px;
	border:0px solid #666;
/*	background-color:#F9FFE5; */
	background: url('bgLatestNews.gif') repeat-y;
}

.news-latest-item IMG {
	margin-bottom:0px;
	margin-right:2px;
	border:0px solid #333333;
	clear:both;
}

.news-latest-item-headline {
	width:100%;
	line-height: 18px;
	border:0px solid #333333;
	border: 0px solid #333333;
	overflow:hidden;
}

.news-latest-item-headline A {
	color: #303030;
	font-weight: bold;
	text-decoration: none;
}

.news-latest-item-headline A:hover {
	color: #303030;
	font-weight: bold;
	text-decoration: underline;
}

.news-latest-item-headline IMG {
	margin-bottom:1px;
	margin-top:2px;
	border:0px solid #333333;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-date{
	padding-top: 0px;
	color: #ff6600;
}

.news-latest-morelink {
	padding-bottom:4px;
	text-align:right;
	right:0px;
	border-bottom:0px solid #333333;
	margin-bottom:0px;
}

.news-latest-morelink A {
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}

.news-latest-morelink A:hover {
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:0px solid #000;
/*	background-color:#BBE53A; */

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:0px;
	margin:0px 0px 0px 0px;
	border:0px solid #666;
/*	background-color:#F9FFE5; */

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 0px solid #666666;
/*	background-color: #769024; */
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:0px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:0px;
}
.news-list-date {
	float: left;
	color: #303030;
	border: 0px solid #666666;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
/*	background-color: #F9FFE5; */
	}

.news-list-imgcaption {
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: left;
	border:1px solid #303030;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:0px;
}

.news-list-item-headline {
	width:100%;
	border:0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

.news-list-item-headline IMG {
	float:left;
	margin-bottom:1px;
	margin-top:0px;
	margin-left:0px;
	border:0px solid #303030;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	float: right;
	font-size: 9px;
	line-height: 18px;
	margin-left:0px;
}
.news-list-morelink  {
	margin-bottom:3px;
}

.news-list-morelink A {
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}

.news-list-morelink A:hover {
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}

.news-list-morelink IMG {
	clear:both;
	border:0px solid #303030;
	margin: 5px 2px 0px 0px;
}

.news-list-browse {
	text-align: center;
}

.news_list_linie {
	width:100%;
	height: 1px;
	border:1px solid #303030;
	border-bottom: 0px solid #303030;
	margin: 0px 0px 5px 0px;
	overflow:hidden;
}

* html .news_list_linie {
	width:100%;
	height: 1px;
	border:0px solid #333333;
	border-bottom: 1px solid #303030;
	margin: -17px 0px -5px 0px;
	overflow:hidden;
}

.news_list_contentfloater {
	float: left;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:0px;
	border:0px solid #666;
	padding:0px;
		text-align: center;

}
.tx-ttnews-browsebox TD {
	font-size: 11px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	border:0px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px solid #666;
/*	background-color:#F9FFE5; */

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left:10px;
}

.news-single-img IMG {
	border: 1px solid #303030;

}

.news-single-item-headline {
	width:100%;
	border:0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	margin: 0px 0px 18px 0px;
	overflow:hidden;
}

.news-single-item-headline IMG {
	float:left;
	margin-bottom:1px;
	margin-top:0px;
	margin-left:0px;
	border:0px solid #303030;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.news-single-backlink a:hover {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.news-single-timedata {
	float: left;
	color: #303030;
	border: 0px solid #666666;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 11px;
}

.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	background-color: #BBE53A; */
/* 	clear: both; */
	margin-top: 10px;
	border: 0px solid #666;
	padding:0px;
	padding-bottom:0px;
}

news-single-additional-info DD {
	margin-left:0px;
	left: 0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #666;
	margin:0px;
	margin-bottom: 0px;
	padding:0px;
/*	background-color:#F9FFE5; */
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin: 1px 0px 1px 0px;
	padding:0px 3px 3px 3px;
	background-color:#e1e1e1;
}
.news-amenu-container LI {
	list-style: none;
	padding-bottom:0px;
}
.news-amenu-container UL {
	padding:0px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:0px solid #666;
/*	background-color:#F9FFE5; */
	list-style-type: none;
	list-style: none;
}

.news-amenu-container DD {
	padding:0px;
	margin-top:1px;
	margin-left:0px;
	margin-bottom:0px;
	border:0px solid #666;
/*	background-color:#F9FFE5; */
	list-style: none;
}


.news-amenu-container H2 {
	color:#000;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	border:0px solid #666;
/*	background-color:#769024; */
}

.news-amenu-item-year {
	font-weight: bold;
	border: 0px solid #666;
	padding: 0px;
/*	background-color: #769024; */
	color:#303030;
}

.news-amenu-item-year LI {
	list-style: none;
	list-style-type: none;
	border: 1px solid #666;
}

ol.news-amenu-container-ol
{
    margin: 			0px 0px 0px 0px;
    padding:		 	0px 0px 0px 0px;
    border:			0px solid #123456;
}

ol.news-amenu-container-ol li
{
    list-style: 		none;
    height:			18px;
    margin: 			0px 0px 0px 0px;
    padding: 			0px 0px 0px 0px;

}

/*
*html ol.news-amenu-container-ol DD
{
    list-style: 		none;
    margin: 			0px 0px 0px -40px;
    padding: 			0px 0px 0px 0px;
}
*/

.news-amenu-container-ol A {
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}


.news-amenu-container-ol A:hover {
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}


/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/* NEWS ENDE */


/* ruhrbikefestival*/

/* Registrierung */

#registerForm
{
     font-size: 11px;
}


#registerForm select
{
     border: 1px solid #bebebe;
}
#registerForm select.active
{
     background-color: #A9D7E7;
     border: 1px solid #bebebe;
}
#registerForm select.deactive
{
     background-color: #ffffff;
     border: 1px solid #bebebe;
}
#registerForm select.error
{
     background-color: #ff0000;
     border: 1px solid #bebebe;
}

#registerForm input.text
{
     border: 1px solid #bebebe;
     font-size: 14px;
     font-weight: 700;
     width:     355px;
}
#registerForm input.active
{
     background-color: #A9D7E7;
     border: 1px solid #bebebe;
     font-size: 14px;
     font-weight: 700;
     width:     355px;
}
#registerForm input.deactive
{
     background-color: #ffffff;
     border: 1px solid #bebebe;
     font-size: 14px;
     font-weight: 700;
     width:     355px;
}

#registerForm input.error
{
     background-color: #ff0000;
     border: 1px solid #bebebe;
     font-size: 14px;
     font-weight: 700;
     width:     355px;
}

#registerForm input.RaceClassInfo
{
     background-color: #ff6600;
     border: 0px;
     color: #ffffff;
     font-size: 14px;
     font-weight: 700;
     padding: 2px;
     text-align: center;
     width:     355px;
}

#registerForm textarea
{
     border: 1px solid #bebebe;
     font-weight: 700;
     font-size: 14px;
     padding: 6px;
     width: 347px;
     height: 120px;
}

#registerForm textarea.active
{
     background-color: #A9D7E7;
     border: 1px solid #bebebe;
     font-weight: 700;
     font-size: 14px;
     padding: 6px;
     width: 347px;
     height: 120px;
}

#registerForm textarea.deactive
{
     background-color: #ffffff;
     border: 1px solid #bebebe;
     font-weight: 700;
     font-size: 14px;
     padding: 6px;
     width: 347px;
     height: 120px;
}

#registerForm input.button
{
     background-color: #FFC630;
     border: 1px solid #FFDB92;
     border-bottom: 1px solid #D6A131;
     border-right: 1px solid #D6A131;
     color: #000000;
     font-size: 10px;
     font-weight: normal;
     height: 35px;
     cursor: pointer;
     width: 360px;
}
#registerForm input.buttonactive
{
     background-color: #ff6600;
     border: 1px solid #85C8DB;
     border-bottom: 1px solid #2082A5;
     border-right: 1px solid #2082A5;
     color: #ffffff;
     font-size: 10px;
     font-weight: normal;
     height: 35px;
     cursor: pointer;
     width: 360px;
}


#ucicode
{
     background-color:#bebebe; 
     border: 0px;
     border-bottom: 1px solid #8a8a8a;
     color: #ffffff; 
     font-weight:700; 
     float:right;
     padding:1px;
     text-align:center;
     width:70px; 
}


/* Anmeldestand */

.registrationOvBox
{
     font-size: 10px;
     font-weight: 700;
     float: left;
     color: #ffffff;
}

.registrationOvBox A
{
     font-size: 10px;
     color: #ffffff;
     text-decoration: underline;
}
.registrationList
{
     color: #000000;
}

.registrationListHeadline
{
     background-color: #F4B83E;
     overflow: hidden;
     width:100%;
}

.registrationOvHpaid
{
     float: left;
     text-align: center;
     overflow: hidden;
     width: 23px;
}
.registrationOvHname
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 90px;
}
.registrationOvHvorname
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 70px;
}
.registrationOvHnation
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 45px;
}
.registrationOvHteam
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 140px;
}
.registrationOvHclass
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 100px;
}
.registrationOvHjahr
{
     border-left: 1px solid #ffffff;
     float: left;
     overflow: hidden;
     width: 65px;
}
.registrationLine0
{
     background-color: #ffffff;
     font-weight: 500;
     overflow: hidden;
     width: 100%;
}
.registrationLine1
{
     background-color: #F5F5F5;
     font-weight: 500;
     overflow: hidden;
     width: 100%;
}

/* ruhrbikefestival ENDE*/


/* SEO Sitemap */

.deep0 li{
        margin:0;
        padding:0;
       }

.deep0 a{
        color:#fff;
        display:block;
        padding:2px;
        padding-left:10px;
        margin-top: 4px;
        font-size:12px;
        font-weight:bold;
        background:#ff6600;
       }

.deep0 a:hover{
        color:#fff;
        display:block;
        padding:2px;
        padding-left:10px;
        font-size:12px;
        font-weight:bold;
        background:#ff6600;
       }

.deep1 a{
        color:#ff6600;
        display:block;
        padding:2px;
        padding-left:20px;
        font-size:12px;
        font-weight:bold;
        background:#fff;
        margin-top:4px;
       }


.deep1 a:hover{
        color:#ff6600;
        display:block;
        padding:2px;
        padding-left:20px;
        font-size:12px;
        font-weight:bold;
        background:#fff;
        margin-top:4px;
       }

.deep2 a{
        color:#666;
        display:block;
        padding:2px;
        padding-left:40px;
        font-size:12px;
        font-weight:bold;
        background:#fff;
        margin-top:2px;
       }

.deep2 a:hover{
        color:#666;
        display:block;
        padding:2px;
        padding-left:40px;
        font-size:12px;
        font-weight:bold;
        background:#fff;
        margin-top:2px;
       }

.deep3 a{
        color:#333;
        display:block;
        padding:2px;
        padding-left:50px;
        font-size:11px;
        font-weight:normal;
        background:#fff;
        margin-top:0px;
       }


.deep3 a:hover{
        color:#333;
        display:block;
        padding:2px;
        padding-left:50px;
        font-size:11px;
        font-weight:normal;
        background:#fff;
        margin-top:0px;
       }

/* SEO Sitemap ENDE */


/* Plugins und Funktionserweiterungen ENDE */

