@charset "utf-8";

/* ----- Schriftgrößen, Schriftfarbe etc. ----- */

.Headline {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
.Teaser {
	font-size: 14px;
	font-weight: bold;
}
.Bodytext {
	font-size: 12px;
}
.Kleingedrucktes {
	font-size: 10px;
	color: #666666;
}

/* ----- Hintergrundfarbe, Hintergrundbild, Schriftart etc. ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
}

/* ----- Aussehen und Verhalten von Links innerhalb der Texte ----- */

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

/* ----- Aussehen und Verhalten von den Menüpunkten ----- */

.navigation {
	font-size: 13px;
	font-weight: bold;
	}
.navigation a {
	color: 	#FFFFFF;
	text-decoration: none;
	}
.navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
/* ----- Aussehen und Verhalten von Schaltflächen ----- */

a.button {
	float:left;
	margin: 0 10px 0 0;
	padding: 0px 5px 0px 5px;
	color: white;
	font-size: 14px;
	line-height: 1.1em;
	background: url(images/button_background.jpg) center repeat-x;
	border: 1px solid #000;
	}
a.button:hover {
    color: #FF0000;
	text-decoration: none;
	}

