/* CSS Document */
body 
{
 font-family:Verdana;
 font-size:82%;
 color:#2C1612;
 background-color:#E8ECE8;
 text-align:center;
 margin-top:2em;
}
/*h1 {font-size:1.6em;color:#584848;font-family:Serif;margin-bottom:0px;font-weight:normal;position:relative;text-align:left;border:1px solid #00ff00}
h2 {font-size:1.6em;color:#584848;font-family:Serif;font-weight:normal;padding-top:0.4em;margin-bottom:0px;}*/
h1 {font-size:1.6em;color:#584848;font-family:Verdana;margin-bottom:0px;font-weight:normal;position:relative;text-align:left;border:1px solid #00ff00}
h2 {font-size:1.6em;color:#584848;font-family:Verdana;font-weight:normal;padding-top:0.4em;margin-bottom:0px;}

.bottom {
	vertical-align: text-bottom;
}

p {
	line-height: 1.6em;
	margin-top:0.6em;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:#DE5E5B;
}
a:active, a:hover
{ 
  color:#CB0501;
}
a.menu {
 display:block;
 background-color:#F8F8F8;
 text-align:left;
 color:#484848;
 text-decoration:none;
}

html>body a.menu
{
 padding:6px;
}

a.menu:link, a.menu:visited
{ 
 color:#484848;
 text-decoration:none; 
}
a.menu:active, a.menu:hover
{ 
 color:#DE5E5B;
 background-color: none;
}
a.current:link, a.current:active, a.current:hover, a.current:visited
{ 
 display:block;
 text-align:left;
 color:#CB0501; 
 text-decoration:none;
}
html>body a.current:link, a.current:active, a.current:hover, a.current:visited
{
 padding:6px;
}

table.list {
	font-size: inherit;
}

.list td {
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 1em;
}

.listline {
	border-bottom:1px solid #B8B8A8;
}

.logo {
	float:left;
}

.nofloat {
	clear:both;
}

a:hover img {
	border: 1px solid #584860;
}
#content img, a img {
	/*border: 1px solid #B8B8A8;*/
}

#content p {
	padding-right: 1em;
}

#content ul{
	list-style-type:square;
	line-height: 1.6em;
}

.reference {
	list-style-type:square;
	list-style-image:  url(7_light.gif);
	line-height: 1.6em;
}
.reference li {
	border-bottom:1px solid #B8B8A8;
	line-height: 1.6em;
	margin: 10px 0px 0px 0px
}
.noborder, .noborder img {
	border: 2px solid #5455AF;
}

#title {
height:50px;
padding:5px;
vertical-align: middle;
}

#left {
/*	position: relative;
	width:120px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
	background-color:#F8F8F8;
}
.menucontainer1 {
	background-color:#F8F8F8;
	width:200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	list-style-type: square;
	list-style-image:  url(7_e8ece8.gif);
  line-height: 1em;
}

.menucontainer2 {
	background-color:#F8F8F8;
	width:180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 28px;
	list-style-type: square;
	list-style-image:  url(7_e8ece8.gif);
  line-height: 1em;
}

.menucontainer1 li {
  padding: 0px;
  margin: 0px;
}
.menucontainer2 li {
  padding: 0px;
	margin: 0px 0px 0px 0px;
}
.menucontainer1 ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

#content {
/*	background-color:#F8F8E9;
	border:1px solid #00FF00;  */
	position: relative;
	width:580px;
	float:right;
	padding:0px 0px 30px 0px;
}
/* nicht fuer msie: */
html>body #content {
	top:20px;
}

#footerl {
	background-color:#CB0501;
	width:760px;
	height:10px;
	float:left;
}
#footerr {
	background-color:#EEACAA;
	right:0px;
	width:40px;
	height:10px;
	float:left;
}
/* nicht fuer msie: */
html>body #footerr, #footerl {
	height:16px;
}


