/* --------------------------------------------
	Grundelemente
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	background-color:#ffe6b3;
}

table, td, tr, p, ul, li, ol, h1, h2, h3, h4, input, form, div {
	margin:0;
	padding:0;
}

td, p, li, h1, h2, h3, h4, input, form, span, a, div {
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
}

strong {
	color: #660000;
}

img, fieldset {
	border:none;
}

label {
	float:left;
	clear:both;
}

.csc-mailform-check {
	float:left;
}

.csc-mailform-field, .csc-mailform-label {
	margin: 5px 0 5px 0;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-label {
	clear:both;
	float:left;
}

a {
	text-decoration:none;
	color: #660000;
}

a:hover {
	text-decoration:underline;
}

li {
	list-style:none;
}

input {
	border: 1px solid #4a0000;
}

textarea {
	border: 1px solid #4a0000;
}

h1 {
	clear:both;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#660000;
	padding:0 0 15px 0;
}

h2 {
	clear:both;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#660000;
	padding:0 0 10px 0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color: #660000;
}

hr {
	border:0px solid #000000;
	border-top: 1px solid #660000;
	height:0px;
}

/* --------------------------------------------
	NEWS
----------------------------------------------- */

.news-list-item h3, .bodytext, .news-single-author, .news-single-timedata {
	padding: 2px 0 5px 0;
}

.news-list-item {
	clear:both;
	padding-bottom:20px;
	display:block;
}

.news-list-item img {
	float:left;
	display:block;
	border: 1px solid #ffe6b3;
	border-width: 0 10px 0 0;
}
  
.news-list-item hr {
	border:0px solid #000000;
	height:0px;
	visibility:hidden;
	clear:both;
}

.news-single-img {
	float:right;
}

.news-single-img img {
	padding:0 0 0 10px;
}

.news-single-item hr {
	border:0px solid #000000;
	height:0px;
	visibility:hidden;
	clear:both;
}
