* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFFFFF url(images/body.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #353535;
	}

h1 {
	margin-bottom: .5em;
	font-size: 1.8em;
	color: #6EB115;
	}

p, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	}

ul {
	margin-left: 2em;
	list-style: square;
	}

a {
	color: #6EB115;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #353535;
	}

/****Box****/

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	}

.boxed .title {
	height: 20px;
	padding: 11px 0 0 27px;
	background: #353535;
	text-transform: uppercase;
	font-size: 1.0em;
	color: #FFFFFF;
	}

.boxed .content {
	padding: 10px;
	}

/****Header****/

#header {
	width: 700px;
	height: 134px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	}

	/****Top Menu****/

#topmenu {
	float: right;
	}

#topmenu ul {
	margin: 0;
	padding: 100px 10px 0 0;
	list-style: none;
	line-height: normal;
	}

#topmenu li { display: inline }

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	}

#topmenu a:hover {
	text-decoration: underline;
	color: #353535;
	}

#topmenu1 {	background: url(images/startseite.gif) no-repeat left center; }
#topmenu2 {	background: url(images/impressum.gif) no-repeat left center; }
#topmenu3 {	background: url(images/sitemap.gif) no-repeat left center; }

	/****Menu****/

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 10px 18px 0 25px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu a:hover {
	text-decoration: none;
	background: #353535;
	}


/****Content****/

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	}

	/****Main****/

#main {
	float: left;
	width: 476px;
	}

#text {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
	}

	/****Sidebar****/

#sidebar {
	float: right;
	width: 206px;
	}

/* Content > Sidebar > Updates*/

#updates ul {
	margin: 0;
	list-style: none;
	}

#updates li { margin-bottom: 1em; }

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/arrow.gif) no-repeat left center;
	font-size: x-small;
	}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
	}

/****Footer****/

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	background: #C4C4C4;
	border: 1px solid #353535;
	}

	/****Copyright****/

#copyright {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #353535;
	font-weight: bold;
	}

	/****Links****/

#links {
	margin: 0;
	padding: 5px;
	text-align: center;
	}
