@charset "UTF-8";

/*
Firma Kaufmann:

Farben:

Gelb: #f7c52a
Schwarz: #000000
Weis: #000000
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	line-height:13px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7f7f7;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px dashed #d6d6d6;
	border-left: 0px dashed #d6d6d6;
	border-right: 1px dashed #d6d6d6;
	border-bottom: 0px dashed #d6d6d6;
} 

.twoColFixLtHdr #header2 { 
	background: #f7f7f7; 
	padding: 67px 5px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 450px;
}

.twoColFixLtHdr #header {
	float: left;/* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:50px;
	background: #f7f7f7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0;
	margin: 0 0 0 250px;
}

.twoColFixLtHdr #banner { 
	background: #f7f7f7; 
	padding:  0px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 250px;
}

.twoColFixLtHdr #pfad { 
	background: #f7f7f7; 
	padding:  0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 250px;
}

.twoColFixLtHdr #menu { 
	background: #d6d6d6; 
	padding: 0px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 75px 0 25px 250px;
	border-top: 0px dashed #f7c52a;
	border-bottom: 0px dashed #f7c52a;
}
  
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	/*float: left; */  /* since this element is floated, a width must be given */
	position:absolute;
	top:225px;
	left:20px;
	overflow:visible;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:300px;
	background: #f7f7f7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	vertical-align:bottom;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 25px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d6d6d6;
	border-top: 0px dashed #ffffff;
	border-left: 0px dashed #f7c52a;
	border-right: 0px dashed #f7c52a;
	border-bottom: 0px dashed #f7c52a;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} /* #####################################

START MENU & Links

 ##################################### */





.navi { 



color: #000000; font-size:11px; font-weight: normal;

font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height: 14pt; 

}



.navi_ak { 



color: #000000; font-size: 11px; font-weight: normal;

font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height: 14pt;  

}





a:link {

	text-decoration: none;

	color:#595959;

}



a:visited {

	text-decoration: none;

	color:#595959;

}



a:active

{

  text-decoration: none;

color:000000;

}



a:hover {

	text-decoration: underline, bold;

	color:000000;

}


.csc-uploads-fileName {


	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color: #000000;

	line-height:13px;

	text-decoration: bold; 

}

.filelink {


	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color: #000000;

	line-height:13px;

	text-decoration: bold; 

}

.gmapmarker {


	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color: #000000;

	line-height:13px;

	text-decoration: bold; 

}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	line-height:13px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
}


.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
	font-size:13px;
	color: #000000;
	line-height:15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
	font-size:13px;
	color: #000000;
	line-height:15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

 /* #####################################

ENDE MENU & Links

 ##################################### */
 
  /* #####################################

BEGINN MENU CSS

 ##################################### */


ul.menu, ul.menu ul {

    list-style-type: none;

}



ul.menu a {

    display: block;

    padding: 3px 10px 3px 10px;

    font-weight: normal;

}



ul.menu li {

    padding: 0;

    margin: 0;

    float: left;

    background-color: #FFF9E4;

    border:1px solid #26383D;

    height: 20px;

}



/* F�r Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {

    float:none;

    background-color: transparent;

}



/* Links auf Unterpunkten sollen die Hintergrundfarbe �ndern */

ul.menu ul li.hover, ul.menu ul li:hover {

    background-color: #FFF9E4;

}



/* Zweite Ebene */

        ul.menu ul {

              margin:0;

                 padding: 0;

               position: absolute;

               background-color: #26383D;

                border: 1px solid #FFF9E4;

                display: none;

                    width: 180px;

     }



   /* Zweite Ebene anzeigen */

       ul.menu li.hover ul, ul.menu li:hover ul  {

               display: block;

   }



/* Dritte Ebene */

   ul.menu li.hover ul ul, ul.menu li:hover ul ul {

                  display: none;

                    margin-left: 160px; /* Breite eines Listenelements - �berlagerung */

              margin-top: -20px; /* H�he eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {

                display: block;

   }





/* Vierte Ebene */

     ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {

                  display: none;

    }



   /* Vierte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {

               display: block;

   }
 
 /* #####################################

ENDE MENU CSS

 ##################################### */

