body {
	margin : 0;
	padding : 0;
	font: 70% "Verdana", Arial, Helvetica, sans-serif;
	line-height : 1.7em;
font-color:#333333;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;

}
#border {
width:750px;
	margin : 0 auto;
	padding: 0px;
	background-image:url(images/border.png);
	background-repeat:repeat;
}
#container {
	width : 750px;
	margin : 0 auto;
	background:#F9FDE8;
	top:inherit;
}
#container a:link {
color:#006600;
text-decoration:none;
}
#container a:visited {
color:#006600;
text-decoration:none;
}
#container a:hover {
color:#006600;
text-decoration:none;
}
			/*TOP*/
#top {
margin : 18px;
padding : 0;
}
			/*BANNER*/
#banner {
width : 750px;
height : 135px;
margin : 0 auto;
padding : 0;
background : url(images/top.jpg) no-repeat center;
}
#menu ul ul{
display:none;
}		
#menu {
padding : 3px 0;
margin : 0;
text-align : left;
font : bold 110% "Trebuchet MS", verdana, sans-serif;
background:#006633;
text-decoration : none;
}
#menu li {
list-style : none;
margin : 0;
display : inline;
text-decoration : none;
}
#menu li a {
padding : 3px 1.5em;
margin : 0;
color : #fff;
background : #006633;
text-decoration : none;
}
#menu li a:link, #menu li a:visited {
color : #fff;
background :#006633;
text-decoration : none;
}
#menu li a:hover {
color : #fff;
background:#003333;
}
#menu ul ul a {
color:#330099;
background:#003333;
}
			/*MAIN CONTENT*/
#content {
	width : 95%;
	margin-top : 0;
	margin-left:20px;
	padding-top:15px;
	min-height: 500px;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 195px;
margin : 0;
padding-left : 0px;
background : transparent;
}
#sidebar p {
font-size : 90%;
line-height : 1.5em;
}
			/*FOOTER*/
#footer {
clear : both;
font-size : 85%;
color:#333333;
border-top : 1px solid #eee;
margin : 0;
text-align : left;
padding-left : 10px;
}
#footer a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color:#006600;
background : inherit;
text-decoration : none;
padding-left:10px;
}
#footer a:hover, #navlist a:hover, a:hover {
color:#006600;
background : inherit;
text-decoration : none;
padding-left:10px;
}
			/*schrift*/
h2 {
font : 130% "Verdana", Arial, Helvetica, sans-serif;
font-weight : bold;
color:#333333;
}
h1 {
font : 180% "Verdana", Arial, Helvetica, sans-serif;
font-weight : bold;
color:#333333;
}
h3 {
font : 110% "Verdana", Arial, Helvetica, sans-serif;
font-weight : bold;
color:#333333;
}
p {
font : "Verdana", Arial, Helvetica, sans-serif;
color:#333333;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
	
a img {
border : 1px;
border-color:#336633;
}

			/*SCROLL*/
div.scroll {
overflow : auto;
height : 11em;
width : 500px;
padding : 5px;
border : 1px solid #aaa;
margin : 20px 0 20px 0;
background : inherit;
color : #555;
font-size : 90%;
}
