/*
----- Kurze Konzept-Beschreibung -----

Ein scrollbares "Content"-Div "#scrollbox" stellt die Scrollbars,
postioniert bei x,y = (0,0) und Breite x Hoehe = (100% x 100%).

Auf der linken Seite daruebergelegt mit z-index=1 das Menue "#menubox".

Die "#scrollbox" enthaelt ein Div "#typo3_content", das dann alle
uebrigen Elemente enthaelt:

	- TABLE oben (die Seiten-Logos)
	- das Hierarchie-Menue, Div "#rootline" 
	- die Leiste rechts, Div "#leiste_rechts"
	- den Typo3-Marker "REGULAR_CONTENT" (fuer: Typo3-Spalte "normal")

	- Liste folgender(enthaltener) Seiten,  Div "#menu_directory" 
	   je Eintrag erstellt Typo3 "div.sub_dir" inkl. "p.page_abstract"		

	- die untere Bannerbox, Div "#banner_unten" 

Optional nur fuer die Startseite(!):
	Ausblendung von "#leiste_rechts", "#rootline", H1-Titel,
	stattdessen Einblendung von:
	- Div "#frontpage" mit 4 Content-Boxen (aus den 4 Typo3-Spalten)

Die Ausblende-Logik steht im Typo3-Template, TSsetup, bei "# -- Conditionals"

-------------------------------------------
*/


/* zur Kombatibilitaet mit dem WebGenesis-Auftritt
   wird im Template z.Zt. auch "Styles.css" importiert */

html,body {
	height:100%;	 /* Hoehe auf Viewport beschraenken */
        overflow:hidden; /* wichtig fuer: keine BODY-Scrollbars */
}

body {
      	margin: 0px;
      	padding: 0px;

}	/* BODY-Font/Color-Einstellungen siehe Styles.css */



p {
	margin-top:1px;
}

/* div,h1,p,img {
    border-style:dotted;
    border-color:green;
    border-width:1px;
}   /* DIV Rahmen, nur fuer debugging! */


div#scrollbox{			/* scrollbares DIV */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto; 		/* Scroll-Balken hier erzwingen */
	border-color:yellow;
	padding:0px;
}

iframe.fullscreen{
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        overflow:auto;          /* Scroll-Balken hier erzwingen */
        border-color:yellow;
        padding:0px;
	padding-left:160px;
}

div#scroll_content {		
	position:relative;
	min-height:100%;	/* fuer Mozilla, IE siehe nachstehend */
			font-size: 12px;
}

* html div#scroll_content { /* fuer IE6, nicht fuer Firefox (per Star-Html-Hack) */ 
	height:100%;	/* #scroll_content soll im Gegensatz zu #scrollbox nach unten
			   expandieren. Die IE6-CSS-Eigentschaft "height" expandiert ggf.,
			   bei Firefox funktioniert das nur mit "min-height" (s.o.)  */
			font-size: 12px;
}


#typo3content {
	position:relative;
	width:510px; 	/* regulaere Content-Breite */
	margin: 0px;
	margin-left:191px;
	padding-bottom:70px;	/* Platz fuer unteres Banner-Overlay lassen  */

}

div#home_header {
	float:left;
	position:relative;
	background-image: url(../../Bitmaps/logo.gif);
	width:354px;
	height:81px;
	margin: 21px 1px 22px; 0px;
}

div#page_header {
	width:296px;
	height:70px;
	background-image: url(../../Bitmaps/logoklein.gif);
	margin: 27px 3px 4px 0px;
}

div#header_chat {
	position:absolute;
	left:380px;
	top:17px;
	z-index:1;
}

div#menubox {
	position:absolute;
        top:0px;
        left:0px;
	min-height:100%;	/* Mozilla */
	height:100%;	/* IE */
	border-width:0px;
	border-right-width:1px; /* Rahmen-Strich rechts */
	border-color:#dedede;
	border-style:solid;
	z-index:1; /* ueber die #scrollbox heben */
	background-color: #FFF9F6;
	width:160px;
	overflow:auto;
	overflow-x:hidden; 

}


div#leiste_rechts {
	position:absolute;
	top:0px;
	left:745px;	
	width:140px;
	margin-left:40px;
}

div#navi_ro {	/* oben innerhalb von #leiste_rechts */
	position:relative;
	padding-top:116px;
	height:50px;
}

div#banner_unten{
	position:absolute;
       	bottom:0px;
	right:0px;
	height:70px;
	width:100%;
	border-width:0px;
	border-style:solid;
	border-top-width:1px;	/* Rahmen-Strich oben */
	border-color:#dedede;
}

div #footer_helper{
	display:none;
}

div#banner_wrap {
	position:relative;
	padding-left:162px;	/* Banner links von der Menubox plazieren */ 
}

div#page_wrap {
	padding-left:6px;

}

div#frontpage {		/* wrapper fuer die frontpage_box1 bis 4 */
	position:relative;	
	margin-top:0px;
	width:698px;	/* die Frontpage ist breiter als regulaerer Content */
}


div.frontpage_box {
	position:relative;
        float:left;		/* die Boxen floaten nebeneinander */
        width:295px;
	margin-right:55px;
	padding-bottom: 5px;
}


div#frontpage_box1 {
}
div#frontpage_box2 {
	margin-right:0px;
}
div#frontpage_box3 {
	clear:left;		/* neue Float-Zeile anfangen */
}

div#frontpage_box4 {
	margin-right:0px;
}

.frontpagewrap {         
	padding:2px 0px 0px 6px;
		margin: 0px 0px 0px 0px;
	font-size:11px;
}
.frontpagewrap img {
        padding-right:6px;
}
		


div.csc-mailform-field label {
	display:block;
	width:120px;
}

/* --------------------------------- Liste der enthaltenen Seiten */
#menu_directory{	
	clear:both;	/* noetig fuer voranstehenden widerspenstigen Plugin-Content */
	position:relative;
	padding-top:23px;
}
	
div.sub_dir {
	/* hier darf kein position:relative stehen, weil
	   sonst die background-grafik verschwindet :-) */
	background-image:url(../../Bitmaps/Category/Document.24.gif);
	background-repeat:no-repeat;
	background-position:top 5px;
	padding-left:52px;
	padding-bottom:23px;
}

p.page_abstract{
	position:relative;
	margin-top:12px;
	margin-bottom:0px; /* der margin-bottom kommt via div.sub_dir */
}

a.dir_nav {
	display:block;
	padding-top:5px;
	 color : #E62058;
	 text-decoration : none;
 }

a.dir_nav:hover 	{
	color : #E62058;
        text-decoration : underline;
}


/* ------------------------------------- Details Menue links ---- */

div.menu {	/* Menue-Sektionen links */
	position:relative;
	padding-top:0px;
	padding-bottom:10px;
	width:160px;
}

img.menu_category {
	margin-bottom:2px;
}

div.menu_ad {   /* Banner links */
	max-height:120px;
	padding:4px 6px 6px 14px;	/* left-padding kleiner, wenn das Gif fÃr vertikalen Abstand im Template aktiv ist */
	border-width:0px;
	border-top-width:1px; /* Rahmen-Strich oben */
	border-color:#dedede;
	border-style:solid;
	vertical-align:middle;
	width:140px;
	overflow:visible;
}

div.menu_ad img {
	vertical-align:middle;
	margin:0px;
}

div.linie_grau	{ /* Trenner links */ 
	background-color:#dedede;
}

.nav_bg {	/* menue-eintrage links */
	padding-left:10px;
}
	
.nav_bg_act {	/* wird derzeit nicht genutzt */
	padding-left:10px;
}

/* ------------------------------- Details Navi rechtsoben -- */

.nav_arrow {
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	float:left;
}

#nav_next {
	position:relative;
	background-image:url(../../Bitmaps/Arrow/RightH.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav_prev {
	position:relative;
	background-image:url(../../Bitmaps/Arrow/LeftH.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/* ------------------------------------- Details rootline -- */

a.rootline   {
        color : #E62058;
	text-decoration : none;
}

a.rootline:hover   {
        color : #E62058;
        text-decoration : underline;
}

a.rootline_current {font-weight:bold; }

div#rootline {
	position:relative;
	width:500px;
	padding-left:3px;
}

/* ------------------------------------- Sonstiges --------- */


a.internal-link {	/* ueberschreibt eine Typo3 RTE-Default-Anchor-Klasse */
	text-decoration: underline;
	font-weight: normal;
}

a.internal-link:hover {
	text-decoration: underline;
	font-weight: normal; 
}


.align-right {		/* aus der Typo3-HTMLArea */
	text-align:right;
}

.align-center {
	text-align:center;
}

#wg_td_2 {
	width:200px;
	float:left;
}

/* ---- ke_smallads hacks */

.tx-kesmallads-pi1 {
	position:relative;
}

.tx-kesmallads-pi1-modeSelector{
width: 500px !important;
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 0px;
/*border: solid 1px;*/
}

.tx-kesmallads-pi1-modeSelector-SCell, .tx-kesmallads-pi1-modeSelector-Category{
	float: left;
	padding: 0px 10px 5px 0px;
	white-space: nowrap;

}
.tx-kesmallads-pi1-listrow{
		margin: 0px 0px 0px 0px !important;

}
.tx-kesmallads-pi1-searchbox {
	display:none;
}

.tx-kesmallads-pi1-image {

margin: 5px 0px 10px 0px;
	clear:both;
	float:left;
}

.tx-kesmallads-pi1-textcontent {
	width:260px;
		clear:both;
	float:left;
}

.tx-kesmallads-pi1-browsebox {
	margin-top:10px;
	clear:both;
}

.tx-kesmallads-pi1-listdivider {
	clear:both;
	float:left;
	margin-top:15px;
	margin-bottom:0px;
	background-color:#F65F13;
	width:500px;
	height:2px;
	overflow:hidden;
}

.tx-kesmallads-pi1-phone {
	float:left;
	margin-top:10px;
	width:230px;
}

.tx-kesmallads-pi1-email {
	float:left;
	width:230px;
}


/* ---- typo3 Kalender plugin hacks ----- */

div.tx-tc2lcal-p1 {
	position:relative; 	
}

#jumpTo { display:none; }

th#miniCal_Month { color:#505050; width:400px; text-align:left; }
th#miniCal_DayOfWeek { background-color:white; }
th#miniCal_WeekNumber { color:white; }
th { text-align:left; }

#contentMiniCal { 
	float:left;
	clear:both;
	margin-bottom:10px; 
	width:200px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#909090;
}

#contentMiniCal table { width:200px; }

#contentMiniCal a {
	text-decoration:underline;font-weight:bold;
}
#contentMiniCal a:hover {
        text-decoration:underline;font-weight:bold;
}

#contentMiniCal td { text-align:right; padding-right:3px;}

div#contentListNumberEvent{
	float:right;
	width:270px;
	background-color:#FFEFE7;
	padding:5px;
	min-height:300px;
	padding-bottom:10px;
	overflow:visible;
}
* html div#contentListNumberEvent { /* fuer IE6, nicht fuer Firefox (per Star-Html-Hack) */
	height:300px;	/* fuer FireFox min-height, s.o. */
}

#contentEvent {
	clear:both;
}

#headerTc2lCalEvent {
	font-weight:bold;
	font-size:large;
	}

 
div.tc2lcal_event_label{
	clear:left;
	float:left;
	width:100px;
}


div.tc2lcal_event_data{
	clear:left;
	float:left;
	width:400px;
}


.legendListEvents {
	font-weight:bold; color:#909090;
}

#In_Progress { display:none; }

.viewEvent_day_IMG { display:none; }
.viewEvent_week_IMG { display:none; }
.viewEvent_month_IMG  { display:none; }

#listEvent_firstColor_Fut { background-color:transparent; }
#listEvent_secondColor_Fut { background-color:transparent; }

#listEvent_firstColor_Fut>td>a { text-decoration:none;font-weight:bold; }
#listEvent_secondColor_Fut>td>a { text-decoration:none;font-weight:bold; }

#listEvent_firstColor_Fut>td>a:hover { text-decoration:underline;font-weight:bold; }
#listEvent_secondColor_Fut>td>a:hover { text-decoration:underline;font-weight:bold; }

#miniCal_rightArrow { margin:5px;}
#miniCal_leftArrow { margin:5px; }

/*
-------------Darstellung Terminuebersicht Startseiter -------------
*/
.list_category{
	font-weight: bold;
	font-size: 12px !important;
	margin-bottom:10px;
	background-color: #FFEFE7;
}

p.list_event{
	font-size: 12px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
		background-color: #FFEFE7;
}

#listEvent_firstColor_Fut a.anja_list_event:link, a.list_event:visited,  {
	font-size: 12px !important;
	font-weight: normal;
}
#listEvent_firstColor_Fut a.anja_list_event:hover {
	text-decoration: underline;
	font-weight: normal;
}

h4.list_ort{
	font-size: 11px;
	font-style: italic;
	background-color: #FFEFE7;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list_beschreibung{
	font-size: 11px;
	background-color: #FFEFE7;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list_time{
	font-size: 11px;
	background-color: #FFEFE7 !important;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#listEvent_secondColor_Fut tr{
	background-color: #FFEFE7;
}
#contentListNumberEvent{
	background-color: #FFEFE7 !important;
}
.event_block{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 20px;
		background-color: #FFEFE7 !important;
		width: 235px;
	/*border: solid 1px;*/
}
/*
-------------Darstellung Kommentare -------------
*/

.sk-pagecomments-counter{
	font-size: 10px;
}
.sk-pagecomments-headline{
	font-size: 12px;
}
.sk-pagecomments-comment{
	font-size: 11px;
	margin: 5px 0px 20px 0px;
}
.tx-skpagecomments-pi1{
font-size: 11px !important;
}
/*
-------------Darstellung Bildunterschrift -------------
*/
.csc-textpic-caption{
	padding: 5px 0px 5px 0px;
  font-size: 10px;
}

#header_anker{
	position:absolute;
	left:550px;
	top:10px;
	z-index:2;

}