@import url("welcome_screen.css");
@import url("subpage_button.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");


body {
	background-color:       #F4E9D9;
	font-family:			Arial,serif;
}

h1 {
	padding-left:			26px;
	background-image:		url(../images/h1.png);
	background-position:	0px 10px;
	background-repeat:		no-repeat;
}

h2 {
	padding-left:			22px;
	background-image:		url(../images/h2.png);
	background-position:	0px 10px;
	background-repeat:		no-repeat;
}

a {
	color:					#96000B;
	text-decoration:		none;
}

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


/*
 * Allgemeine Formatierungen
 */
.red {
	color:					#96000b;
}

.black {
	color:					black;
}

.h1_bold {
	font-size:				11pt;
	font-weight:			bold;
	font-style:				italic;
}