/*******************************************************
* Allgemeine Einstellungen
* THM 20080424
* allg.css, http://typo3-beratung.com
*
******************************************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left; 
	margin: 10px auto;
}

a img { border: black outset 1px; margin: 0; padding: 0;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* *** ALLGEMEINES ******************************* */

.float_ende {
    clear: both;
    overflow: hidden;
    height: 0px;
	font-size: 0px; 
    background-color: white; 
}

.mittig, .align-center { text-align: center; }


/* *** Sonstiges *** */   
.align-nix, .hidden { display: none; }

.abstand {
   width: 100.01%; 
   height: 1em;
}

/* *** Externe Links in UL *** */
.extern , .extern2 { list-style:url('/fileadmin/verweis.gif'); } 

.extern2 li { margin-bottom: 15px; }

.zurueck {
	margin-top: 30px;
	font-size: 0.8em;
}

/* *** SPEZIELLE SEITEN ************************** */
/* *** Kontaktformular *** */

.csc-mailform { border:none; }
.csc-mailform-field label { display: block; margin-top: 15px; }

/* *** SEO-Sitemap *** */

.csc-header-n1 + .tx-flseositemap-pi1 {
  margin-top: 15px;
}

.tx-flseositemap-pi1 li {
	margin-top: 5px;
	margin-bottom: 8px;
}

/* *** Text mit Bild  *** * /
.csc-textpic-image { border: 1px outset black; }
.csc-textpic-image:hover { border: 1px solid white; }
*/

/* *** Druckausgabe **************************************************** */
@media print {
    .hidden, .meta_menu , #meta, #meta2, .werbung_links, .align-nix { 
		display: none; 
	}

	
	/* Bei Mozilla und Safari die Verweisziele ausgeben */
	.extern a:after, .extern a:link:after, .extern a:visited:after,
	.extern2 a:after, .extern2 a:link:after, .extern2 a:visited:after { 
		color: black;
		background-color:transparent; 
		content: " >> Verweis: " attr(href) " << ";
	}	
}
