body {
	color: #fff700;
	background: url(pix/skullbg.gif) #080000 fixed;
	padding-left: 150px;
}

a {
	color: #fff700;
}

a:visited {
	color: #fcc18d;
}

a:hover {
	background-color: #fcc18d;
	color: #080000;
}

a.nohover {
	background-color: transparent;
}

div.hinweisfsm {
	font-family: Tahoma;
	background-color: #0000FF;
	padding: 2ex;
	margin: 1ex;
}

em {
	background-color: #0000FF;
	padding: 1px;
	margin: 0px;
	font-style: normal;
}

/*=========================== FONTS =============================*/

body {
	font-family: Nosfer, Nosferatu, "Comic Sans MS", Serif;
	font-size: 14pt;
}

.big {
	font-size: 18pt;
}

h1, h2, h3 {
	font-family: "Schwaben Alt", Frankenstein, Iglesia-Light, Nosfer, Nosferatu, "Comic Sans MS", Serif;
	font-size: 24pt;
}

blockquote {
	font-family: Courier, monospace;
	font-size: 12pt;
}

a img {
	border: 0;
	vertical-align: middle;
}

#menu {
        display: block;
        position: fixed;
        left: 5px;
        top: 10px;
	width: 140px;
	text-align: center;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

* html #menu {
        position: absolute;
}

#menu img {
	width: 115px;
	height: 35px;
	border: 0;
}

#menu a {
	text-decoration: none;
}

#menu {
	text-align: center;
}

h1,h2,h3, .centered {
	text-align: center;
}

td {
	vertical-align: top;
}

.disc, .disc a, .disc a:visited, .disc a:hover {
	clear: both;
	font-weight: bold;
	font-size: 11pt;
	color: #808000;
	text-align: center;
	text-decoration: none;
}

.right {
	float: right;
	margin-left: 1ex;
}
.left {
	float: left;
	margin-right: 1ex;
}
.clear {
	clear: both;
}

