@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	font-size: 0.9em;
	min-height: 700px;
	padding-top:20px !important;
}

body#wallpaperPage {
  background-image: url(../bilder/background/KachelHell.jpg);
}

body#wallpaperPage p {
	text-align:center;
}

.linkGross {
  font-size: 1em !important;
}

div#pageWrapper {
	position:relative;
	width:90%;
	margin: 0 auto 0 auto;
	min-width: 950px;
	max-width: 1400px;
	background-color:#726A43;
	color:#000;
}

td {
	line-height:1.5em;
	background-color: transparent !important;
}

h6 {
	line-height:1.5em;
}

h1, h2, h3, h4, h5, td.newsHL {
	color:#9e0000;
	background-color:transparent;
}



