* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	color: #cccccc; /*Schriftfarbe*/
	font: normal 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
  background-color: #000000;
}

a {
	text-decoration:none;
}

a:link {
	color:#cccccc;
}

a:visited {
	color:#cccccc;
}

a:hover {
	color:#888888;
	text-decoration: underline;
}

a:active {
	color:#cccccc;
}

img {
	border: 0px;
}

ul {
	margin-left: 20px;
}

table {
	font: normal 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text_only {
	margin: 20px;
}

#page {
	margin: 0 auto;
	width: 1000px;
  height: 100%;
}

#header {
	background: #3f3f3f url(../../../designs/fbdark01/img/header.jpg) no-repeat;
	margin-bottom: 0px;
	height: 200px;
  text-align: right;
	/*cursor: pointer;*/
}

#content {
	text-align: left;
	background: #3f3f3f url(../../../designs/fbdark01/img/dp_content.gif) repeat-y;
	height: 3500px;
}

/* In DIV "content" */
#navi {
	float: left;
  height: 100%;
}

/* In DIV "navi" */
#sidebar {
margin-left: 50px;
  width: 160px;
  border: 0px solid #000000;
  padding-top: 25px;
}

.sidebar_top {
  width: 160px;
  font-size: 1px;
  text-align: right;
	height: 1px;
}

.sidebar_bottom {
  width: 160px;
  font-size: 1px;
  text-align: right;
	height: 5px;
}

.sidebar_element {
background: #000000 url(../../../designs/fbdark01/img/dp_element.gif) repeat;
  height: 13px;
  width: 160px;
  font-size: 100%;
  line-height: 10px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* In DIV "content" */
#main {
  padding-right: 50px;
  margin-left: 20px;
  height: 3500px;
  overflow: auto;
  float: right;
  width: 720px;
  border: 0px solid #000000;

}

/* In DIV "content" */
#bottom {
	background: #000000 url(../../../designs/fbdark01/img/dp_footer.gif) no-repeat;
	height: 34px;
	text-align: right;
	padding-top: 5px;
	padding-right: 60px;
}

.bottomtext {
	height: 10px;
	line-height: 12px;
  font-size: 9px;
  color: #cccccc;
}

DIV.shadow {
   float: left;
   background-color: #1f1f1f;
   padding: 0;
   }

DIV.shadow IMG {
   display:block;
   border: 1px solid #000000;
   position: relative;
   top: -3px;
   left: -3px;
   }

a.gelb {
  color: #ffc014;
  text-decoration: none;
}

a.gelb:hover {
  color: #ffc014;
  text-decoration: underline;
}

.rot {
   color: #ff0000;
}

.mittel {
  font-family: Verdana, Geneva, Arial, Helvetica, "sans-serif";
  font-size: 12px;
}
.gross {
  font-family: Verdana, Geneva, Arial, Helvetica, "sans-serif";
  font-size: 18px;
}
