@CHARSET "ISO-8859-1";

/* CSS Imports: */

@import url(allgemein.css); /* Allgemeine Konfiguration */
@import url(layout.css); /* Alle Layoutoptionen */
@import url(inhalt.css); /* Aufbau Inhalt */

@import url(accordion.css); /* CSS für Extension accordion */

@import url(typo3_gruscht.css); /* Viele Typo3 Styles */

@import url(iehacks.css); /* Wie der Name schon sagt */

/* Allgemeines */

html, body {
	height: 100%;
	border: none;
	text-align: left;
}

* {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 	12px;
}

hr { 
	
	border-top: 1px solid #FFF;	
	/**border-bottom: 1px solid #136ab5;*/
	border-bottom: 1px solid #d00000;
}

em { 

	color: red;
	font-style: normal;
	font-weight: bold;
}

.fett {	font-weight: bold }

.klein, .csc-textpic-caption {
	
	color: #555;
	font-size: 10px;
}

.rot {

	color: #d00000;	
	font-weight: bold;
}

.onesto_seite .rot {

	color: #d00000;
	text-decoration: none;
}

#onesto_subnavi a, .cargo_seite a,
.onesto_seite .tx-mininews-pi1 a {

	color: #d00000;
	text-decoration: none;
}

#onesto_subnavi a:hover, .cargo_seite a:hover,
.onesto_seite .tx-mininews-pi1 a:hover { text-decoration: underline }

/**
.cargo_seite a {

	color: #136ab5;
	text-decoration: none;
}
.cargo_seite a:hover { text-decoration: underline }
*/



/* Bilderrahmen */

.rahmen { border: 1px solid #DDD }

img.logo { 
	
	margin: 12px;
	margin-left: 0px;
	margin-bottom: 25px;
}


/* Sonderlösung */


