@charset "UTF-8";
/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html {
	/* Wahlweise Grid-Hintergrund
Rasterhintergrund, der die Breite bis 100 Pixel und eine Höhe bis 950 Pixel anzeigt. Die Breite von 960 Pixel ist markiert. Der Hintergrund ist transparent, muss also nicht nur mit #fff verwendet werden. Es wird eine Schriftgröße von 75% oder 12px festgelegt.
	background: #fff url(bilder/grid.png) top left no-repeat;
*/	
	background: #4d0305;
}

body {
	/* Wahlweise Linienhintergrund
Linienhintergrund abgestimmt auf eine Schriftgröße von 12px.	
	background: transparent url(bilder/line-height.gif) top left;
	*/	
	background: #4d0305;
	font-size: 75%;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	color: #FFFFFF;
}

html>body {
	font-size: 14px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #f08400;
}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus {
    outline: none;
}


/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */
p {
	font-size: 12px;
}

h1 {
	font-size: 1.67em;
	text-indent: -2500px;
	float: left;
}

h2 {
	font-size: 15px;
	color: #f08400;
}

h3 {
	margin-top: 1.13em;
	margin-bottom: 1.13em;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-size: 1.33em;
	line-height: 1.13em;
}

h4 {
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	font-size: 1.17em;
	line-height: 1.29em;
}


/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}


/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */
.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
