body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #dbdbdb;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	
/*AUFBAU*/

#container {
	display: block;
	margin: auto;
	text-align: left;
	width: 900px;
	height: 3000px;
	background-color: #dbdbdb;

}
#kopfbild {
	width: 850px;
	height: 120px;
}
#topnavi {
	color: #4a4949;
	margin-left: 20px;
}
#content {
	width: 850px;
	background-color: #ffffff;
	height: 3000px;

}
#navi {
	width: 220px;
	height: 3000px;
	background-color: #717070;
	float: left;
	padding-top: 22px;
}
#text {
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 100px;
	overflow: auto;
	

}
#news {
	background-color: #cac8c8;
	width: 160px;
	margin-left: 780px;
	margin-top: 300px;
	position: absolute;
	padding: 5px;

}


/*TOP-NAVI*/
ul.menu-top {
	padding: 0px;
	margin: 0px;
}
ul.menu-top li {
	padding: 5px;
	margin: 0px;
	display: inline-block;								
}

ul.menu-top li a:link, ul.menu-top li a:visited {
	color: #000000;
	text-decoration: none;
}
ul.menu-top li a:hover, ul.menu-top li#current a {
	color: #dbdbdb;
}

/*HAUPTMENU*/
ul.menu {
	padding: 0px;
	margin-left: 24px;
}
ul.menu li {
	padding:0px;
	margin-top:20px;
	list-style:none;
	display: block;
}
ul.menu li a:link, ul.menu li a:visited {
	text-decoration: none;
	color: #ffffff;
}

ul.menu li a:hover, ul.menu li#current a {
	color: #dbdbdb;
}


/*ALLGEMEIN*/
img  {
	border: 0px none;
}

/*SCHRIFTEN*/

.ueberschrift {
	font-size: 1.2em;
	color: #4a4949;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.button {
}

h1 {
	font-size: 1.3em;
	color: #4a4949;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #4a4949;
	font-weight: normal;
}

p {
	color: #000000;
	text-decoration: none;
}

/*JOOMLA ELEMENTS*/
.componentheading {
	font-size: 1.2em;
	color: #4a4949;

}
.contentheading  {
	font-size: 1.2em;
	color: #4a4949;
}

.contentpaneopen {
}
.contentpaneopen table td {
}
.article_seperator {
	line-height: 1px;
	display: block;
}
.readmore {
	color: #ffffff;
}
.small {
	font-size: 0.8em;
}

/*MODULE*/
.contentpaneopen-news {

}
.moduletable-news a {

}