
* {
	margin: 0;
	padding: 0;
}

body {
  background: #000000 repeat-x;
  height: 100%;
}

a {
	font-size: 13px;
	font-family: Verdana, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #cc6600;
}

textarea {
  font-family: Verdana, Helvetica, Verdana, serif;
  font-size: 10px;
}

input {
  font-family: Verdana, Helvetica, Verdana, serif;
  font-size: 10px;
}

a.h1, a.h2, a.h3, a.h4 {
  font: 15px "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color:#999999;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font: 18px Century Gothic, Verdana, Helvetica, sans-serif;
  color:#999999;
  font-weight: bold;
  text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
	padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
}

img.left {
	float: left;
	margin: 0px 20px 20px 10px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

ul {
}

ul li {
  list-style: none;
}

h1 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold; 
  padding: 4px 0px 4px 0px
}

h2 {
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold; 
  color: #cc6600;
  padding: 4px 0px 0px 10px
}

h3 {
  padding-top: 30px;
  padding-left: 20px;
}

h4 {
  padding-top: 10px;
  padding-left: 35px;
}

h5 {
  font-family: Comic Sans MS, sans-serif, Verdana, Helvetica;
  font-size: 18px;
  color: #cc6600;
}

a:hover {
	text-decoration: none;
	color:#993300;
}

.title {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, serif;
	display: block;
	background: #444444;
	border-bottom: 1px solid #555555;
	padding: 10px 15px;
	color: #CCCCCC;
}

.content { 
  padding-left: 5px;
  padding-top: 20px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Verdana, serif;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #3B3B3B;
	clear: both;
}

.content_main { 
  padding: 20px 20px 20px 20px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Verdana, serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #3B3B3B;
	clear: both;
}

.content_links { 
  padding: 5px 5px 5px 5px;
	font-size: 10px;
	font-family: Verdana, "Times New Roman", Verdana, serif;
	text-decoration: none;
	color: #FFFFFF;
	clear: both;
}

.content_href {
  padding: 5px 5px 20px 5px;
	font-size: 10px;
	font-family: Verdana, "Times New Roman", Verdana, serif;
	text-decoration: none;
	color: #FFFFFF;
	clear: both;
}

.post {
	clear: both;
	padding: 20px;
}

.postend {
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #3B3B3B;
}


/* header */

#header { 
  border-bottom: 1px solid #CCCCCC;
  height: 180px;
  margin: 0 auto;
  background: #666666 url(images/header.jpg) no-repeat;
}


/* page */

#page {
	width: 1000px;
	margin: 0 auto;
}


/* Navigation */

#leftnavi { 
  float: left;
  width: 200;
  background: #1b1b1b url(images/leftnavispacer.gif) repeat-y;
}

#rightnavi { 
  float: left;
  width: 200;
  background: #1b1b1b url(images/leftnavispacer.gif) repeat-y;
}


/* Menu */

#menu {
  width: 200px;
}

#menu_fett {
  width: 200px;
}

#menu a {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 12px;
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #555555;
	text-decoration: none;
	color: #888888;
	height: 15px;
}

#menu a:hover {
  background: #2f2e2e;
	color: #FFFFFF;
}

#menu .active a {
	background: #777777;
	color: #FFFFFF;
}


/* Inhaltsbereich */

#content {
  float: left;
	width: 600px;
	background: #2c2c2c url(images/pb_background.jpg) no-repeat;
}


/* Footer */

#footer {
  font-family: Century Gothic, Verdana, Helvetica, sans-serif;
  font-size: 9px; 
	color: #333333;
	clear: both;
	height: 150px;
	padding: 10px 0;
	background: #000000 url(images/footerspacer.gif) repeat-x;
	text-align: center;
}


#footer a {
  font-family: Century Gothic, Verdana, Helvetica, sans-serif;
  font-size: 9px; 
	color: #555555F;
	text-decoration: underline;
}

#footer a:hover {
  font-family: Century Gothic, Verdana, Helvetica, sans-serif;
  font-size: 9px; 
	color: #333333;
}

