.dummy, #wrap, #menu, #content-wrap, #content-wrap, #sidebar, #main, #rightbar {

  border: 0px solid black;
}

#content-wrap, #wrap {

  border-left: 0px solid black;
}

/****** Breiten ********/
#wrap, #menu ul, #footer-bottom {
    width: 900px;
}

#sidebar {
	float: left;
}

#main {
	width: 569px;
}

/* main column */
#main {
	float: left;
	padding: 0;
	color:black;
	font-size: 12px;
	text-align: justify;
	border-left:1px solid #aaaaaa;
	padding-left:30px;
}

#main b {
    font-size: 16px;
}

#main p {
    font-size: 14px;
    padding-bottom: 20px;
}

/****** Fusszeile ********/
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	margin: 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}

#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;
	letter-spacing: -1px;
	color: #6e6e6e;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}


#footer-bottom a {
	text-decoration: none;
	color: #6e6e6e;
}

#footer-bottom a:hover {
	text-decoration: none;
	color: green;
}


/********** general Settings ***********/


* {
	margin: 0; 
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 71%/1.5em  Arial, Verdana, Sans-serif;
	background: url(../images/headerbg-green.gif) repeat-x;
	text-align: center;
}

/*************** Sitemenu ********/
#sidebar {
	display: inline;
	width: 250px;
}

#sidebar span {
	display: inline;
	width: 220px;
	font-size: 12px;
	color: black;
	margin-top: 00px;
	padding-left: 5px;
	padding: 0px 0px 0px 0px;
	padding-left: 15px;
	font-size: 14px;
	color: #666666;
	font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	font-weight: bold;

	color: #555555;
}

.sidemenu {
	margin-top: 5px;
	padding: 0;
}

.sidemenu a, .sidemenu li {
	text-decoration: none;
	list-style: none;
}

.sidemenu a {
	color: green;
	font-size: 14px;
	margin-left: 20px;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#content-wrap {
	clear: both;
	margin: 0; padding:0;
   	width: 850px;
}


/* header */
#header {
	position: relative;
	background: url(../images/04.gif) no-repeat ;
	height: 84px;
}


/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
/*	color: brown; */
}

/* menu */
#menu {
	clear: both;
	margin: 0;
}

#menu ul {
	position: relative;
	bottom: 2px;
	margin: 0; padding: 0;
	float: left;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	border: 1px solid #808080;
	border-width: 0px 0px 2px 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a {
	position: relative; bottom: -2px;
	float: left;
	color: #808080;
	color: green;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(images/menudivide.gif) repeat-y right top;
	border-bottom: 2px solid #808080;
}

#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	background-color: #e3e3e3;
	border-bottom: 2px solid #32CD32;
}

#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3;
	background-color: #e3e3e3;
	border-bottom: 2px solid #32CD32;
}

