/* CSS Document */

/* 
########################################################################
	CSS - Guide
########################################################################
*/
/*
	Benutzte Farben
	#000000		Container Border
	#CA4597		Teaser Headline ;
	#CA4597		Inhalt Headline, Teaser Headline Schriftfarbe;
	#FFEBBE		Fußzeile;
	#6F2F30		Schriftfarbe Content, Teaser, H2;
	#B70271		Link Farbe
	#6F2F30		Hover Farbe
	#E7BA05		Spendenbox Background
	
	Benutzte Schriften
	Georgia 	Inhalt, Teaser, Headlines
	Verdana		Datum, Footer
*/


/* 
########################################################################
	Hier die Stylesheets rein importieren die man benötigt
########################################################################
*/

/*
@import url(html.css);
@import url(allround_klassen.css);
@import url(layout_2_spaltig.css);
*/

/* CSS Document */

/*
	CSS für HTML Tags
*/

/* 
########################################################################
HTML Tags
########################################################################
*/

body {	
	font-size: 1.0em;
	font-family: "Georgia",Verdana,Arial, Helvetica, sans-serif;	
    padding: 0;
	margin:0;	
}

p {
	padding:5px 0px;
	margin:0;
}

hr {
	border:0;
	height:1px;
	border-top:1px solid #2F71B8;
}
/* Inhalt Seiten Überschrift h1 siehe #inhalt h1 */
h1{
	padding: 0;
	margin: 0px 0px 25px 0px;
    font-size: 16px;
	color:#CA4597;
	font-weight:bold;
	letter-spacing:0.1em;
}
/* Teaser */
h2{
    font-size: 12px;
	color:#6F2F30;	
	padding:0;
	margin:10px 0px 5px 0px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.1em;
}

h3{
    font-size: 11px;
	width:450px;
	height:32px;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
} 

/* Benutzt unter Navi für Filialen*/
h4 {
	font-size: 11px;
	color:#A02511;	
	padding:0px 0px 0px 0px;
	margin:15px 0px 3px 0px;
} 
 
strong {
	font-size:11px;
}	

.labelspannen {
	overflow:auto;
}
* html .labelspannen {
	overflow:auto;	
	float:left;
	display:inline;
	
}

label{
	width:120px;
	padding:0;
	margin:0px 0px 0px 0px;
	float:left;	
}

ul {
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 20px 0px;	
}

li {
	padding:5px;
	margin: 0;
	list-style:none;
}

/* 
########################################################################
	HTML Link Tags 
########################################################################
*/

a {
	color: #B2DB11;
	text-decoration: none;
}

a.active {
	color: #B2DB11;
	text-decoration: none;
}

a:hover {
	color: #B2DB11;
	text-decoration: none;
}

a img{
	border: none;
}

/* CSS Document */

/*
	CSS für 2-spaltiges Layout
*/

/* 
########################################################################
Header
########################################################################
*/
#header {
display: none;
}

/* 
########################################################################
Grundaufbau
########################################################################
*/
#container{
	font-size:12px;
    margin: 0 auto;
    text-align: left;
	color:#6F2F30;
}

/* 
########################################################################
Content
########################################################################
*/

#content {
	width:615px;
	padding: 0;
	margin: 0;	
	float:left;
	line-height:1.5em;
	float:left;
}

#inhalt {
	width:545px;
	padding:0;
	margin:40px 35px 20px 35px;
	overflow:hidden;
}

#inhalt p {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
}

#inhalt a {
	color:#B70271;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}

#inhalt a:hover {
	color:#6F2F30;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}

/* 
########################################################################
Teaser
########################################################################
*/

#teaser {
display: none;
}

/* 
########################################################################
Footer
########################################################################
*/

#footer {
display: none;
}

/* 
########################################################################
	Floats
########################################################################
*/

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	display: inline;
}

.antifloat {
	float:none;
	clear:both;
}
.clearleft{
	clear: left;
}

/* 
########################################################################
	Fehlermeldungen/ Rahmen
########################################################################
*/

.bilderrahmen {
	border: 2px solid #A02511;
}

.fehlermeldung{
	color:#FF0000;
}

/* 
########################################################################
	Farben der Seite
########################################################################
*/

.rosa {
	color: #B70271;
}

.kurs_headline {
	color:#93751B;
	font-weight:bold;
}

.weiss {
	color:#fff;
}


/* 
########################################################################
Navigation
########################################################################
*/

#navigation {
display: none;
}

/* 
########################################################################
Sub-Navigation
########################################################################
*/

#subnavigation {
display: none;
}

