body {
	font-size: 0.80em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color:#564b47;
	padding:0;
	margin:0;
	background-color: #E8E8E8;
}
html{	
	padding:0;
	margin:0;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {color: #000}

h1 {
	font-size: 2em; 
	font-weight: normal;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 3px 25px;
	margin:0;
}
#small{
	font-size: 0.8em;
}
#orange {
	color: #EFA40B;
}

#picleft{
	float: left;
	margin-right: 40px;
	margin-left: 50px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
}
#picright{
	float: right;
	margin-right: 20px;

}

#picright2{
	float: right;
	margin-left: 40px;
	margin-right: 30px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}

.clr{
	clear:both;
	margin-bottom: 30px;
}
.linkbox{
	float:right;
	height: 23px;
	width: 150px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 46px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background-color: #EFA40B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(images/sidebg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 80px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#banner a, #banner a:link, #banner a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#banner a:hover, #banner a:active {
	color: #000;
	background-color: #FFFFFF;
}

/*--------------------Sidebar Navi---------------*/
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 12px;
text-align: left;
font: bold normal 0.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #333;
}

#navcontainer ul li a:hover
{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 5px;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #333;
}
#galbox {
	padding: 5px 10px 20px 35px;
	margin:0;
}

/* -----------------Inhalt--------------------- */
#content {
	min-height:570px;
	height:auto !important;
  	height:570px;
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 0 200px;
	background-image: url(images/contentback3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p, pre {
	padding: 0 20px 15px 25px;
	margin:0;
}
pre, code { font-size: 1.2em;}

h1 {
	padding: 25px 25px 15px;
	margin:0;
}
h2 {
	padding: 5px 25px;
	margin:0;
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 200px;
	margin: 0;
	padding:15px 0 0 0;
	color:#ffffff;
}
#left ul{
	list-style-type: none ;
	padding: 0 0 0 20px;
	margin: 0;
}
#left ul.borderbottom{
	border-bottom:1px solid #ffffff;
	padding: 0 0 10px 25px;
}

#left li a {
	font-size: 1.3em;
	text-decoration:none; 
}
#left  li li a { font-size: 1em; }
#left li{
	margin: 0;
	padding: 0 0 4px 0;
}
#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}
#left li a.selected {
	margin: 0;
	padding: 0 0 0 25px;
	color:#ffffff;
}

#left li li a.selected {
	margin: 0;
	padding: 0;
}

/* -----------footer--------------------------- */
#footer {
	clear: left;
	padding: 3px 0;
	margin: 0;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #464D55;
	}
.bold {
	font-weight: bold;
}
