/*
----- 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 "#nav_position".

Die "#scrollbox" enthaelt ein Div "#typo3content", das dann alle
uebrigen Elemente enthaelt:

	- Seiten-Logo
	- das Hierarchie-Menue, Div "#rootline"  (Aulbi: nur aktueller Level2)
	- den Typo3-Marker "REGULAR_CONTENT" (fuer: Typo3-Spalte "normal")

Ggf. werden Bereiche ausgblendet, siehe im 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, div,h1 {
   border-style:dotted;
    border-color:green;
    border-width:1px; 
}   /* DIV Rahmen, nur fuer debugging! */

.bodyText {
	margin:0px;
	padding:0px;
}

div#scrollbox{			/* scrollbares DIV */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;  
	overflow:auto; 
	border-color:yellow;
	padding:0px;
}

div#scroll_content {		/* Wrapper/Helper fuer div#banner_unten */
	position:relative;
	min-height:100%;	/* fuer Mozilla, IE siehe unten */
	border-top-style:solid;
   	border-color:white;
	border-width:1px;
}

* html div#scroll_content {
	height:100%;	/* fuer IE6, nicht fuer Firefox (per Star-Html-Hack) */
}


div#typo3content {
	position:relative;
	width:510px; 	/* regulaere Content-Breite */
	margin: 0px;
	margin-left:260px;
	padding-bottom:70px;	/* Platz fuer div#banner_unten lassen */
}

div#nav_position {
	position:absolute;
        top:0px;
        left:0px;
	width:188px;
	min-height:100%; /* Moz */
	height:100%;	/* IE */
	z-index:1; /* ueber die #scrollbox heben */
	background-color:white;
	overflow:auto;
	background-image: url(/fileadmin/Bitmaps/Kebe/nav_hinter.gif);
}

div#leiste_rechts {
	position:absolute;
	top:0px;
	left:705px;	
	min-height:100%;
	width:120px;
	margin-left:40px;
}

div#navi_ro {	/* oben innerhalb von #leiste_rechts */
	position:relative;
	padding-top:120px;
	height:50px;
}

div#banner_unten{
	position:absolute;
       	bottom:0px;
    	left:0px;
	width:100%; 
	height:70px;
	border-width:0px;
	border-style:solid;
	border-top-width:1px;	/* Rahmen-Strich oben */
	border-color:#dedede;
}

div#banner_wrap {
	position:relative;
	padding-left:162px;	/* Banner links von der Menubox plazieren */ 
}


div#frontpage {		/* wrapper fuer die frontpage_box1 bis 4 */
	margin-top:0px;
	width:750px;	/* die Frontpage ist breiter als regulaerer Content */
	}


div.frontpage_box {
	position:relative;
        float:left;		/* die Boxen floaten nebeneinander */
        width:320px;
	margin-right:20px;
	margin-bottom:5px;
}

div#frontpage_box1 {
}
div#frontpage_box2 {
}
div#frontpage_box3 {
	clear:both;		/* neue Float-Zeile anfangen */
}

div#frontpage_box4 {
}

/* --------------------- */

.rootline {
	color: #F25100;
	font-weight:bold;
	display:inline;
	position:static;
	overflow:visible;
	height:20px;
	margin-top: 145px;
	margin-bottom: 35px;
}

#page_heading {
	position:absolute;
	top:0px;
	left:188px;
}

/* --------------------------------- Liste der enthaltenen Seiten */
#menu_directory{	
	clear:both;	/* noetig fuer voranstehenden widerspenstigen Plugin-Content */
	position:relative;
	padding-top:15px;
}
	
.sub_dir, .csc-menu {
	/* hier darf kein position:relative stehen, weil
	   sonst die background-grafik verschwindet :-) */

	list-style-image: url(/Bitmaps/Category/Document.24.gif);
	list-style-type: none;
/* background-image:url(/Bitmaps/Category/Document.24.gif);
*/	background-repeat:no-repeat;
	background-position:top left;
	padding: 20px 0px 15px 0px;
	margin:0px;
	position:relative;
}

p.page_abstract{
	position:relative;
	margin-top:12px;
	margin-bottom:0px; /* der margin-bottom kommt via div.sub_dir */
}

a.dir_nav , .csc-menu li {
	display:block;
	padding:5px 0px 15px 24px;
	color : #E62058;
	text-decoration : none;
	position:relative;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url(/fileadmin/Bitmaps/Category/Document.24.gif);
	list-style-image: none;
}

a.dir_nav:hover 	{
	color : #E62058;
        text-decoration : underline;
}


/* ------------------------------------- Details Menue links ---- */

div.menu {	/* Menue-Sektionen links */
	padding-top:10px;
}

img.menu_category {
	margin-bottom:2px;
}

div.menu_ad {   /* Banner links */
	padding:10px;
}

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(/fileadmin/Bitmaps/Arrow/RightH.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav_prev {
	position:relative;
	background-image:url(/fileadmin/Bitmaps/Arrow/LeftH.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav_up	{
	position:relative;
	background-image:url(/fileadmin/Bitmaps/Arrow/Up.gif);
	background-repeat: no-repeat;
	margin-right:8px;
}


/* ------------------------------------- Sonstiges --------- */



a.internal-link {	/* ueberschreibt eine Typo3 RTE-Default-Anchor-Klasse */
}

a.internal-link:hover {
}


/* ### Typo3-Plugins */


/* Plugin: CSS-Styled-Content */

.csc-header {

}

.csc-mailform label {
	color: #003467;
}

/* eingefuegt am sonnntag */

#page_logo{
	margin: 0px 0px 0px 188px;
	padding: 0px 0px 0px 0px;
}

#main_content {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* ---- 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:#c0c0c0; }
th { text-align:left; }
                                                                                                                                                                                                                                                            
#contentMiniCal {
	float:left;
	clear:both;
        margin-right:10px;
	margin-bottom:2px;
        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:white;
        padding:5px;
        min-height:300px;
        height:300px;
}
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            
#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; }
                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                            
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:#FFEBB5 !important; }
#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; }

/* csc mailform field */

form#mailform {
	margin-top:20px;
}

.csc-mailform-field label {
	color:black;
	width:110px;
	float:left;
	padding-top:2px;
	padding-left:5px;
}

.csc-mailform-field input {
	width:290px
}

.csc-mailform-field textarea {
        width:290px
}

.csc-mailform-field {
	margin-top:5px;
	padding-bottom:5px;	
}

.csc-mailform-submit {
	width:100px !important;
	margin-left:315px;
        font-weight: bold;
        border-width: 1px;
        border-style: solid;
        background:#FFE39B;
        border-color: #f65f13;
        color: #333333;

}



