@font-face {
	font-family:'IM Fell English SC';
	font-style:normal;
	font-weight:normal;
	src:local('IM FELL English SC'),local('IM_FELL_English_SC'),url('IM_FELL_English_SC.woff') format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#6666ff;
	text-decoration:underline;
}
a:hover {
	color:#000099;
}

menu {
	border-bottom:1px dashed #999;
}
menu:before {
	content:'Seiten: ';
}
menu .active {
	background-color:#a6d3ff;
}
menu a {
	color:#0C5397;
	text-decoration:underline;
}

@media screen and (min-width:640px) and (min-device-width:640px) {
	html {
		background: url(bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	body {
		background-color:rgba(255,255,255,0.9);
		width:600px;
		padding:0 10px 10px 10px;
		box-shadow:inset 0 0 10px 0px #aaa;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
	}
	header {
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
	}
	menu {
		float:left;
		width:180px;
		border-bottom:none;
	}
	menu:before {
		content:'';
	}
	
	menu a {
		display:block;
		border:1px solid #ccc;
		border-top:0px;
		padding:2px 5px;
		color:#0C5397;
	}
	
	menu a:first-of-type {
		border-top:1px solid #ccc;
	}
	
	menu a:hover {
		background-color:#0C5397;
		color:#fff;
	}
	section {
		margin-left:200px;
	}
}

@media screen and (min-width:800px) and (min-device-width:800px) {
	body {
		width:760px;
	}
}

@media screen and (min-width:1020px) and (min-device-width:1020px) {
	body {
		width:980px;
	}
}


body {
	margin:0 auto 10px auto;
	background-color:#fff;
	font:1em/1.5em "Bitstream Vera Sans","Verdana",sans-serif;
}

header {
	font-weight:bold;font-family:"IM FELL English SC";
	background-color:#0C5397;
	color:#fff;
	font-size:1.5em;
	line-height:1.5em;
	padding:0 1em;
	margin-bottom:1em;
}


footer {
	clear:both;
}

h1 { font-size:2em; margin:0.6em 0; border-bottom:1px solid #3397ff; }
h2 { font-size:1.7em; margin:0.5em 0; border-bottom:1px solid #027eff; }
h3 { font-size:1.4em;  margin:0.25em 0; border-bottom:1px solid #66b1ff; }
h4 { font-size:1.2em; margin:0.25em 0; border-bottom:1px dashed #b2d8ff; }
h1, h1 a, h1 a:hover {color:#3397ff;}
h2, h2 a, h2 a:hover {color:#027eff;}
h3, h3 a, h3 a:hover {color:#0264cc;}
h4, h4 a, h4 a:hover {color:#014b99;}
h1 a,h2 a,h3 a,h4 a {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center transparent;padding-right:13px;text-decoration:none;}
h1, h2, h3, h4 { font-weight:bold;font-family:"IM FELL English SC";line-height:1.1em }

p { margin:1em 0; }
.center {text-align:center}
blockquote {margin:10px 0px;padding-left:10px;border-left:10px solid #ccc}
strong,b { font-weight:bold; }
i { font-style:italic}
u { text-decoration:underline; }

@media print {
	header { display:none; }
	menu { display:none; }
	section {margin:0;}
}

input:required:invalid, input:focus:invalid {
	box-shadow:0 0 5px 1px #f00;
}
