@charset "utf-8";
/* CSS Document */



/** Willkommensbox **/

#startseite div.top {
/* linke obere Ecke mit Hintergrundfarbe */
	background: #841218 url(images/RoundedDarkRed2.gif) top left no-repeat;
}

#startseite div.top div { 
/* da im #content div.top div die line-height überschrieben werden muss */
	line-height: 2px;
	
/* rechte obere Ecke */
	background: url(images/RoundedDarkRed2.gif) top right no-repeat;
}	


/* Mittelteil Hauptbox */

#startseite div.middle {
/* linker Außenrand */
	padding-left: 2px;
	background: #FFF url(images/dotDarkRed.gif) top left repeat-y;
}

#startseite div.middle div { 
/* rechter Außenrand */
	padding-right: 2px;
	background: #FFF url(images/dotDarkRed.gif) top right repeat-y; 
}

#startseite div.middle div div { 
	background-image: none; 
	background-color: #eeeeee;
	
/* grundlegender Innenabstand des Textes zur Box */
	padding: 4px 0px 4px 0px;
}


/* unterer Bereich Hauptbox */

#startseite div.bottom { 
/* untere linke Ecke mit Hintergrundfarbe */
	background: #841218 url(images/RoundedDarkRed2.gif) left bottom no-repeat; 
}

#startseite div.bottom div {
/* im Firefix und IE7 unnötig */
	padding:0px; 
	
/* Randstärkenbegrenzung */
	line-height: 2px; 
	
/* untere rechte Ecke */
	background: url(images/RoundedDarkRed2.gif) right bottom no-repeat;
}



/* Anpassung der Überschriften */

#startseite h1 {
	font-size: 22px;
	margin-top: 4px;
	margin-left: 30px;
	padding-left: 8px;
}

#startseite h1 span {
	font-size: 16px;
}

#startseite h2 {
	font-size: 22px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: right;
	padding-right: 8px;
}

/*### Ende Willkommensbox */

