/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* -------------
main definitions
--------------*/


body {
	background: #fff;
	font-size: 85%;
	min-height: 101%;
	padding-bottom: 1em;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

img {
	display: none;
}

h1, h2.csc-firstheader, h3.csc-firstheader {
	color: #000;
	text-transform: uppercase;
	font-size: 110%;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
	color: #000;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
	color: #000;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 100%;
	margin: 0 0 0.1em 0;
	color: #000;
}

h5 {
	font-size: 100%;
	margin: 0 0 0.1em 0;
	color: #000;
}

h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	color: #000;
}

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote, blockquote p {
	font-family: georgia, times, times new roman, serif !important;
	color: #000;
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	margin: 0 auto;
	width: 945px;
	padding: 0 25px;
}

#back-image {
	
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	width: 479px;
	float: left;
	padding: 30px 36px 20px 36px;
	line-height: 180%;
}

#news {
	display: none;
}

#footer {
	display: none;
}



/* ---------------
content defintions
----------------*/

/* content */

#content ul {
	margin: 0 0 1em 15px;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1em 25px;
}

#content li {
	margin-bottom: 0.4em;
}

#content p, #content ul, #content ol, #content table, #content blockquote {
	letter-spacing: 0.1em;
}

.image-left {
	display: none;
}

.image-right {
	display: none;
}

dl.image-big {
	display: none;
}

dl.image-big dt {
	text-align: center;
}

.images {
	display: none;
}


/* pager */

#content ul.pager {
	display: none;
}



/* tag cloud */

dl.tagcloud {
	display: none;
}


/* news */

dl.news {
	width: 479px;
	margin-bottom: 1em;
	border-top: 1px solid #000;
	padding-top: 1em;
}

dl.news dt {
	width: 180px;
	float: left;
	margin: 0.4em 0 0.2em 0;
	padding-bottom: 0.1em;
}

dl.news dd {
	width: 299px;
	margin-bottom: 0.4em;
	float: left;
}

dl.news dd h2 {
	margin: 0;
}



/* search */


span.tx-indexedsearch-sw {
	font-weight: bold;
}

h2.search {
	border-top: 1px solid #000;
	padding-top: 1em;
}


/* contact */

dl.contact-box {
	width: 479px;
	margin-bottom: 1em;
	border-top: 1px solid #000;
	padding-top: 1em;
}

dl.contact-box dt {
	width: 265px;
	float: right;
	text-align: right;
	margin: 0.4em 0 0.2em 0;
	padding-bottom: 0.1em;
}

dl.contact-box dd {
	width: 214px;
	float: right;
	margin-bottom: 0.4em;
}

#content .csc-sitemap ul {
	margin: 0 0 1em 5px;
	text-transform: uppercase;
}

#content .csc-sitemap ul ul {
	text-transform: none;
}



/* ------------------
formular definitionen
-------------------*/

fieldset {
	margin-bottom: 1.2em;
}

form {
	margin: 0 0 1.2em 0;
	padding: 10px;
}

legend {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

label {
	float: left;
	width: 170px;
	color: #000;
}

* html label {
	width: 165px;
}

input, textarea, select {
	width: 260px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	padding: 3px;
	border: 1px solid #000;
}
textarea {
	width: 258px;
	height: 170px;
	padding: 3x;
}
select {
	padding: 3px;
	width: 267px;
}

p.input-small input {
	width: 50px;
}
option {
	padding: 0 3px;
	background: transparent;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.submit-btn {
	color: #000;
	padding: 2px 10px 2px 5px;
	width: 266px;
	background: none;
	letter-spacing: 0.1em;
}

p.check-radio input, input.check-radio {
	width: auto;
	margin-right: 5px;
	background: none;
	border: none;
	height: auto;
	padding: 0;
}




/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}



