body {
	padding: 0;
	background: #ffffff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	border:none;
}

h1, h2, h3,h4 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size:36px; /*300%;*/
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}
h4{
	font-size: 100%;
	font-weight: normal;
	color: #666666;
}

p, ul {
	line-height: 120%;
}

p {

}
a {

	text-decoration: none;
	color: #666666;
}

a:hover {

	text-decoration: none;
	color: #F78F1E;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

hr {
	display: none;
}

table {
	margin-left:0px;
}
td {
	margin-left:0px;
}

#schattenbox {
	width: 900px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/schatten2.jpg);
	background-position: 0 20px;
	background-repeat: repeat-y;	
}
#schattenbox .oben{
	width: 900px;
	height: 20px;
	background-image: url(images/schatten1.jpg);
}
#schattenbox .unten{
	width: 900px;
	height: 30px;
	background-image: url(images/schatten3.jpg);
}
#container {
	width: 850px;
	background-image: url(images/papier.jpg);
	background-repeat: repeat;
	margin-left: 20px;
}


/* Logo */

#header {
	width: 800px;
	margin: auto;
	height: 155px;
	/*background: url(images/logo.gif) no-repeat 0px 30px;*/
	text-align: right;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #000000;
}
#logo{
	margin-top:30px;
	float:left;
}

#ueberschrift{
	width:440px;
	text-align:center;
	margin-top: 110px;
	float:left;
}
#infos{
	margin-top: 130px;
	float:right;
}

/* Menu */

#menu {
	
	width: 800px;
	margin: auto;
	padding-top: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:16px;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
}

#menu li {
	display: inline;	
	padding: 5px;
}

#menu a {
	color: #000000;
}

#menu a:hover {
	color: #F78F1E;
}

#menu .active a {
	color: #F78F1E;
}

/*Inhalt*/

#inhalt {
	width: 825px;
	/*margin: auto;*/
	padding-top: 30px;
}

.artikelliste {
}

.artikelliste .artikel {
	margin-left:30px;
	text-align: justify; 
	width: 240px;
	float: left;
}
.artikelliste .artikelGross {
	margin-left:30px;
	text-align: justify;
	width: 785px;
}
.artikelliste .artikel img {
  width:240px; height:180px;
  margin-bottom: 10px;
  border:none;
}
.artikelliste .titel {
	padding-bottom: 0px;
}

.artikelliste ul {
}

.artikelliste ul li {
	padding-left: 0px;
}

.freitext{
	margin-left:40px;
	margin-right:20px;
}


/* Footer */

#footer {
	width: 800px;
	margin:auto;
	height: 30px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000000;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer .copyright {
	float: left;
	height: 20px;
}

#footer .impressum {
	float: right;
	height: 20px;
}


#footer a {
	color: #000000;
}
#footer a:hover {
	color: #F78F1E;
}
#footer .active {
	color: #F78F1E;
}

