/* CSS Reset 
	background-color:#212121;
	TEXT COLOR YELLOW: #f7d53e;
	
*/
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;
	font-size: 22px;



font-family: Garamond, serif;
 line-height: 1em;
 color: #f7d53e;
 font-size: 47px;
 text-shadow:0px 0px 0 rgb(142,108,-43),1px 1px 0 rgb(57,23,-128),2px 2px 0 rgb(-28,-62,-213), 3px 3px 0 rgb(-113,-147,-298),4px 4px 3px rgba(0,0,0,0.4),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);}

}
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;
}
/* END of CSS RESET -----------------------------------------------------------------------------*/


html {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	left: 50%;
	right:50%;
	margin-top: -50px;
	margin-left: -100px;
	height: 100%;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
*{
    margin:0;
    padding:0;
}
body {
    font:22px/1.3 Arial,sans-serif;
    background-color:#212121;
    /* background-color:red; */
    text-align: center;
}
a {font-family:Verdana,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,'Lucida Grande',Arial,sans-serif serif;font-size:large;cursor: auto}
a:link{color:white; text-decoration:none; }
a:hover { color: white; background-color:#121212; }
a:visited {color: white; }
a:active {color: white; }
a:focus { color: yellow; }

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}


/* Header SIEHE header.css
-----------------------------------------------------------------------------*/

/* Middle not set.
-----------------------------------------------------------------------------*/


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: fixed;
	width:100%;
	height: 20px;
	background-color:#212121;
	text-decoration:none;
	text-align: left;
	left: 0px;
	bottom: 5px;
	color:#f7d53e;
	font-size-adjust: 0.3; /* x-height = 12px × 0.25 = 3px */
}
