/*
** Allgemeine Angaben zum Inhalt
** -----------------------------------------------------------------
*/

body {
	margin: 0px;

	background-color: #ffffff;
  background-image:url(/fileadmin/images/allgemein/bg.gif);
	/*background-position: center;*/
  background-repeat: repeat-x;
}


/*
** Schriftformatierung 
** -----------------------------------------------------------------
*/

/* 1) allg. Formatierung */
body, table, tr, td  {
	/*background-color: #ffffff;
  border: 0px;
  border-collapse: collapse;*/
	 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	line-height: 17px;
}

table.rahmen {
	background-color: #ffffff;
  /*border: 0px;
  border-collapse: collapse;*/
	 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	line-height: 17px;
}

h1  {
	font-size: 16px;
	font-weight: bold;
	color : #ffffff;
	margin-top: 0px; 
	margin-bottom: 23px;
	margin-left: 0px;
	padding-bottom: 4px;
	text-transform: none;


}

h2  {
	font-size: 12px;
	font-weight: bold;
	color : #ffffff;
	/*background-color: inherit;*/
	margin-top: 0px; 
	margin-bottom: 0px;
}

h3, h4, h5 , h6  {
	font-size: 10px;
	font-weight: bold;
	color : #ffffff;
	/*background-color: inherit;*/
	margin-top: 0px; 
	margin-bottom: 0px;
}


/*
** Standardlinks
** -----------------------------------------------------------------
*/

a:link, a:visited, a:active  {
	text-decoration : none;
	color : #2D71AC;
	/*background-color: inherit;*/
}

a:hover  {
	text-decoration : underline;
	color : #2D71AC;
	/*background-color: inherit;*/
}


/*
** Angaben zum Inhaltsbereich
** -----------------------------------------------------------------
*/

.inhaltsbereich {
	/*width: 439px;*/
	/*height: 360px;*/
	
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	
	vertical-align: top;
	
	padding-left: 33px;
	padding-right: 34px;
	padding-top: 18px;
	padding-bottom: 20px;

	
	background-color: #80ADD4;
	/*background-image: url(/fileadmin/images/allgemein/bg.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;*/

	border-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}


.content {
	width: 489px;
	height: 300px;
	
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	
	vertical-align: top;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	
	background-color: #80ADD4;
	/*background-image: url(/fileadmin/images/allgemein/bg.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;*/

	border-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}

ul {
	 list-style-image: url(/fileadmin/images/allgemein/bullet.gif);
	 /*list-style-type: disc;*/
	 padding-left: 17px;
	 margin-left: 0px;
}

li {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
		 padding-left: 0px;
	/*background-color: inherit;*/
	
	margin-bottom: 3px;
}


/*
** Header
** -----------------------------------------------------------------
*/
.header {
	/*background-color: inherit;*/
	color: #000000;
	height: 20px;
	margin: 0px;
	padding: 0px;
}




/*
** Suchfunktion
** -----------------------------------------------------------------
*/
.suchen  {
	font-size: 12px;
	font-weight: normal;
	color : #93AD24;
	/*background-color: inherit;*/
}


.suchen_table  {	
	padding: 0px;

  border: 0px;
  border-collapse: collapse;
	
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}




/*
** rechte Spalte
** -----------------------------------------------------------------
*/
.nutzfunktionen {
	font-size: 12px;
	font-weight: normal;
	color : #93AD24;
	line-height: 12px;
	
	/*background-color: inherit;*/
	
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	
  border: 0px;
}

.nutzfunktionbg {
	margin: 0px;
	padding:0px;
	
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #99B5D2;
	border-style: dotted;
	

}

.nutzfunktionen a:link, .nutzfunktionen a:visited, .nutzfunktionen a:active {
	color: #828282;
	/*background-color: inherit;*/
	text-decoration : none;
}
.nutzfunktionen a:hover {
	color: #93AD24;
	/*background-color: inherit;*/
	text-decoration : none;
}



/*
** Fusszeile
** -----------------------------------------------------------------
*/
.footer {
	background-color: #D5E5F3; 
	color: #000000;


	border-width: 0px;
	border-color: #D5E5F3;
	border-style: solid;
	
text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}


/*Rander*/

.rand_links {
	
	background-image: url(/fileadmin/images/allgemein/rand_links.gif); 
	background-repeat: no-repeat;
	background-position: top;
}

.rand_rechts {
	
	background-image: url(/fileadmin/images/allgemein/rand_rechts.gif); 
	background-repeat: no-repeat;
	background-position: top;
}



/*Startseite*/

.hp_rechts {
	background-color: #97C0E6; 
}

.hp_adresse {
	text-align: right;
	padding-right: 42px;
	padding-top: 14px;
	line-height: 16px;
}

.hp_adresse a:link, .hp_adresse a:visited, .hp_adresse a:active  {
	text-decoration : none;
	color : #ffffff;
	/*background-color: inherit;*/
}

.hp_adresse a:hover  {
	text-decoration : underline;
	color : #ffffff;
}



.hp_weiter {
	text-align: right;
	padding-right: 42px;
	padding-top: 162px;
	line-height: 16px;
}

.hp_weiter a:link, .hp_weiter a:visited, .hp_weiter a:active  {
	text-decoration : none;
	color : #ffffff;
	/*background-color: inherit;*/
}

.hp_weiter a:hover  {
	text-decoration : none;
	color : #ffffff;
}


.hp_rand_links {
	
	background-image: url(/fileadmin/images/hp/rand_links.gif); 
	background-repeat: no-repeat;
	background-position: top;
}

.hp_rand_rechts {
	
	background-image: url(/fileadmin/images/hp/rand_rechts.gif); 
	background-repeat: no-repeat;
	background-position: top;
}





/*----- Rahmen: Linie danach ----- */
.csc-frame-rulerAfter {
	border-top: 1px solid #fff; padding:0px; margin:0px; margin-bottom:5px;
}
/*----- Rahmen: Linie davor ------ */
.csc-frame-rulerBefore {
	border-bottom: 1px solid #fff; padding:0px; margin:0px; margin-top:5px;
}
/*----- Rahmen: Rahmen 1 ------ */
.csc-frame-frame1 {
	border: 1px solid #fff; padding:5px; margin:0px; margin-top:5px;
}
/*----- Rahmen: Rahmen 2 ------ */
.csc-frame-frame2 {
	border: 1px dotted #fff; padding:5px; margin:0px; margin-top:5px;
}
/*----- Link to Top ------ */
div.toTop { text-align:right; clear:both; }
div.toTop a, div.toTop a:hover {
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
/*----- Datum ------ */
.csc-header-date { 
  font-size:9px; color:#666; text-align:right; padding:0px; margin:0px; margin-top:10px;
}
/*----- Bild caption ------ */
.csc-textpic-caption {
  text-align:center; font-size:9px; color:#666;
}

/* */
.typo3-editPanel-label {
  font-size:9px;
}

