/* Allgemein */

BODY {
	background : #cccccc;
	margin: 0px;
	padding: 0px;
}

#eyecatcher {
   width: 975px;
   height: 112px;
   margin: 0px;
   padding: 0px 0px 0px 0px;
   background: url(../images/s2dlogo.jpg)
   no-repeat;
}

/* Textversion */

#plaintext {
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #84BA32;
	text-decoration:none;
	font-size:7pt;
}

#plaintext a:hover {
	color: #84BA32;
	text-decoration:underline;
	font-size:7pt;
}

/* Auflistung Menüschaltflächen */

#nav {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10px;
	top: 50px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li
{
	list-style: none;
}

ul.menuBar {
	margin: 7px;
	padding: 4px 0px 4px 0px;
}

/* Darstellung Menübutton bei Auflistung */

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	text-decoration: none;
	font-weight:bold;
	padding: 7px 6px 7px 6px;
}

.menu {
	background: #006600 url(../images/) repeat-x top left;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	z-index 20;
}

a.menuItem, a.menuItemActive {
	border-right: #84BA32;
	border-bottom: #84BA32;
  	border-left: #84BA32;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #006600;
  color: #CBE7A3;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #84BA32;
  color: #CBE7A3;
}

/* Allgemeine Seiten */

#commonpage {
   width: 255px;
}

#commonpage a {
   float:right;
   margin-top: 10px;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
   font-family: verdana, Arial, Helvetica; sans-serif;
   font-size: 9px;
   font-weight: bold;
   color: #CBE7A3;
   border-bottom: 1px solid #CBE7A3;
   border-left: 1px solid #CBE7A3;
   height: 11px;
}

#commonpage a:hover {
   text-decoration: none;
   color: #84BA32;
}

#commonpage a.sel {
   background-color: #000000;
   color: #84BA32;
}

/* Seiteninhalt */

#content {
   width: 590px;
   padding: 5px 10px 0px 10px;
   margin: 5px;
   background-color:#ffffff;
}

/* Kontextmenü */

#sidebar {
   width: 220px;
   rem height: 100%;
   alignment:center;
   border: 1px solid #CBE7A3;
   padding: 0px 0px 10px 0px;
}

/* Link */

#link a {
	color: #999999;
	text-decoration: none;
	font-size:7pt;
	padding-right:4pt;
}

#link a:hover {
	color: #999999;
	text-decoration:underline;
	font-size:7pt;
	padding-right:4pt;
}
 

