
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
  font-family: "Tahoma", "Lucida Sans", Helvetica, Arial, sans-serif; 
	vertical-align: baseline;
}
 
   
body { 
  background: #800000;
  color: whitesmoke; 
  font-weight:normal;
  font-family: "Tahoma", "Lucida Sans", Helvetica, Arial, sans-serif; 
}
h1, h2 { 
  color: silver; 
  font-family:  "Tahoma", "Lucida Sans",Helvetica, Arial, sans-serif; 
}


h3,h4,h5,h6 { 
  color: white; 
  font-family: "Tahoma", "Lucida Sans", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1, h2 { font-weight: bold; }
h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 7em; line-height: 1; margin-bottom: -0.1em; letter-spacing:-0.1em; }
h2 { font-size: 2em; margin-bottom: 1.5em;  letter-spacing:-0.1em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p.last      { margin-bottom: 0; }
img         { margin: 1em 1em 1em 1em; }

ol          { margin:0 1.5em 1.5em 1.5em; }
ul          { margin:0 0 0 0; }
ul          { list-style-type: none; }
li	   		{ font-size: 1em; margin:0 0 0.6em 0; color: #000; border-bottom: 1px solid #FAF104;}
.nav li	    { margin:0 0 0 0; color: #000; border-bottom: 1px solid #FAF104;}
li:hover    { background:#FAF104;}
.navx li	    { margin:0 0 0 0; color: #000; border-bottom: 1px solid #FAF104; background:#FAF104;}

ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { background: gray; color: white}
a           { color: whitesmoke; text-decoration: none; }

a:focus.p, 
a:hover.p   { color: #fff; background:#000;}
a.p         { color: #000; text-decoration: none; background:#FAF104; }

a:focus.nav, 
a:hover.nav { color: #000; background: #FAF104;}
a.nav       { color: #000; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

.einblenden
{
animation:myfirst 2s;
-webkit-animation:myfirst 1s; /* Safari and Chrome */
-moz-animation:myfirst 1s; /* Safari and Chrome */
-o-animation:myfirst 1s; /* Safari and Chrome */
-ms-animation:myfirst 1s; /* Safari and Chrome */
}

@keyframes myfirst
{
from {opacity: 0.1;}
to {opacity: 1.0;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {opacity: 0.1;}
to {opacity: 1.0;}
}

.picbutton
{ 
	text-align:center;
	
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color: white; background:black;	
}
.picbutton:hover { border: 2px solid silver;}


.button
{ 
	text-align:center;
	border: 2px solid silver;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color: white; background:black;	
}
.button:hover { color: black; background:white;}


.scale09
{	
	transform: scale(0.9);
		-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
-ms-transform: scale(0.9);
}


.funkbutton
{
	text-align:center;
	border: 2px solid silver;
	padding: 5px;
	margin: 5px;
	cursor:pointer;
	color: white; background:black;	

}
.funkbutton:hover { color: black; background:white;}

.box400
{ 
	position:absolute;
	background:black;
	text-align:left;
	color: white;
	border: 2px solid silver;
	width:400px;
	padding:20px;
	opacity:1.0;
	z-index:9999;
}
.box500
{
	position:absolute;
	background:black;
	text-align:left;
	color: white;
	border: 2px solid silver;
	width:500px;
	padding:20px;
	opacity:1.0;
	z-index:9990;
}




