/*
** General settings including font styles
*/
body {
	background: #BDCE48 url(background.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, h1, h2, h3, h4, h5, h6, p, td, ul, ol, blockquote, input, textarea, select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #859D30;
}
a:hover {
	text-decoration: underline;
}

/*
** Headers
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
}
h1 {
	margin: 15px 0px 10px;
	font-size: 1.9em;
}
h2, h4 {
	margin: 10px 0px 8px;
	font-size: 1.6em;
}
h3, h5 {
	margin: 10px 0px 5px;
	font-size: 1.2em;
}
h6 {
	margin: 5px 0px 2px;
	font-size: 1em;
}
h4, h5, h6 {
	text-align: justify;
}

.csc-header h1, .csc-header h2, .csc-header h3 {
	border-bottom: 1px solid #000000;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #000000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

.csc-header-date {
	font-size: 0.8em;
	display: inline;
	margin-right: 20px;
}
.csc-subheader {
	font-style: italic;
	display: block;
}

/*
** Texts
*/
.bodytext, .align-justify, .align-left, .align-center, .align-right {
	margin: 15px 0px;
	text-align: justify;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align:	center;
}
.align-right {
	text-align:	right;
}
.indent {
	margin-left: 20px;
}
.important {
	color: #990000;
}
.name-of-person {
	font-weight: bold;
}
.detail {
	font-style: italic;
}

/*
** Frames
*/
.csc-frame {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.csc-frame-invisible {
}
.csc-frame-rulerBefore {
	border-top: 1px solid #000000;
}
.csc-frame-rulerAfter {
	border-bottom: 1px solid #000000;
}
.csc-frame-indent {
	padding-left: 30px;
}
.csc-frame-indent3366 {
	padding-left: 33%;
}
.csc-frame-indent6633 {
	padding-right: 33%;
}
.csc-frame-frame1 {
	display: block;
}
.csc-frame-frame1:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.csc-frame-frame2 {
	margin: 10px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #000000;
}

/*
** Tables
*/
#vorstand-table {
	width: 80%;
}

/*
** Forms
*/
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	background-color: #BDCE48;
	color: #000000;
	border: none;
	margin: 3px 0px 5px 3px;
	padding: 0px;
}
.csc-mailform {
	border: none;
	margin: 0px;
	padding: 0px;
}
.csc-mailform-field {
	display: block;
}
.csc-mailform-field label {
	display: block;
	font-size: 0.9em;
}

/*
** Images
*/


/*
** Menu / Sitemap
*/
.csc-sitemap ul {
	margin: 5px 0px 2px 20px;
	padding: 5px 20px;
}
.csc-sitemap li {
	padding: 3px 1px;
	margin: 0px;
}
.csc-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 20px;
}
.csc-menu li {
	border-bottom: 1px solid #000000;
	display: block;
}
.csc-menu a {
	display: block;
	padding: 8px;
	text-decoration: none;
}
.csc-menu a:hover {
	background: #000000;
}
.csc-menu .csc-section {
	font-weight: normal;
	font-style: italic;
}
