/*******************Body-Definition*******************/
body {
    font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #898989;
    background: #fff;
}

img {border-style: none;}
a { text-decoration: none;}

td.contend {
	font-size: 11px;
	padding: 0 50 30 30;
	word-spacing: 1px;
	line-height: 18px;
    vertical-align: top;
}

td.contend a {     
	color: #FE9B00; ;
	border-bottom: dotted 1px;
	text-decoration: none;
}
td.contend a:hover { 
	color: #FE9B00;
	border-bottom: solid 1px;
	text-decoration: none;}

td.contend ul {
list-style-type: none;
list-style-image: url(images/dot.gif);
}

h1 {
	font-size: 9px;
	font-weight: normal;
	color: #898989;
	margin: -5 0 0 0;
    text-align: right;
}

h2 {
	display: none;
}

h3 {
	display: none;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FE9B00;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #FE9B00;
	margin: 0 0 15px 0;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #8177FF;
	margin: 0 0 15px 0;
}

/********************************************menu********/

#menu ul {
padding: 0;
margin: 0;
padding-left: 27px;
  	list-style-type: none;
  	font-size: 11px;
  	font-weight: bold;
}

#menu li {
  	float: left;
  	text-align: center;
}

#menu a {
  	display: block;
  	color: #8177FF;
  	width: 77px;
  	padding: 3 0 5 0 ;
  	text-decoration: none;
	background: url(images/nav_0.gif) center left no-repeat #dedede;
}

li.sdoc{
  	display: block;
  	color: #8177FF;
  	width: 77px;
  	padding: 3 0 5 0 ;
  	text-decoration: none;
	background: url(images/nav_0.gif) center left no-repeat #dedede;
}
#menu a:hover {
  	display: block;
  	color: #8177FF;
  	width: 77px;
  	padding: 3 0 5 0 ;
  	text-decoration: none;
	background: url(images/nav_1.gif) center left no-repeat #dedede;
}

/***************************stuff********/

.bild_links {
float: left;
margin: 0 20 10 0;
border: 1px solid #e5e5e5;
}

.bild_rechts {
float: right;
margin: 0 0 10 5;
border: 1px solid #e5e5e5;
}

.edit {
	background: red;
	font-weight: bold;
	border: 0;
	font-size: 11px;
}

.edit a {
	color: #fff;
}

table.maintable{       
    border-left: 1px solid #FE9B00;
    border-right: 1px solid #FE9B00;
}

td.schatten{       
	background: url(images/schatten.gif) center left repeat-y;
}