* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	color: #000000; /*Schriftfarbe*/
	font: normal 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
  background-color: #EEEEEE;
}

a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#999999;
	text-decoration: overline underline;
}

a:active {
	color:#FF0000;
}

img {
	border: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	margin-top: 10px;
	font: bold 15px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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: #EEEEEE url(../../../designs/xenotek/img/header.jpg) no-repeat;
	margin-bottom: 0px;
	height: 89px;
  text-align: right;
	/*cursor: pointer;*/
}

#content {
	text-align: left;
	background: #EEEEEE url(../../../designs/xenotek/img/bgimage.gif) repeat-y;
	height: 540px;
}

/* 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 {
	background-color: #e0e0e0;
  width: 160px;
  font-size: 1px;
  text-align: right;
	height: 5px;
}

.sidebar_bottom {
	background-color: #e0e0e0;
  width: 160px;
  font-size: 1px;
  text-align: right;
	height: 5px;
}

.sidebar_element {
	height: 13px;
  width: 160px;
	background-color: #e0e0e0;
  font-size: 100%;
	line-height: 10px;
}

/* In DIV "content" */
#main {
	margin-right: 50px;
  height: 540px;
  overflow: auto;
  float: right;
  width: 740px;
  border: 0px solid #000000;

}

/* In DIV "content" */
#bottom {
	background: #000000 url(../../../designs/xenotek/img/btimage.gif) repeat;
	height: 15px;
	text-align: center;
}

.bottomtext {
	height: 10px;
	line-height: 12px;
  font-size: 10px;
  color: #FFFFFF;
}