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

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

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


body {
	background: #fff;
	font-size: 80%;
	min-height: 101%;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}

img {
	border: none;
}

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

h1 {
	color: #000;
	font-size: 140%;
	margin: 0 0 0.7em 0;
}

h2 {
	color: #000;
	font-size: 120%;
	margin: 0 0 0.6em 0;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

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

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

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

p {
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


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

#container {
	margin: 0 auto;
	width: 850px;
	padding: 0 7px;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	width: 491px;
	line-height: 150%;
	padding: 37px 22px 0 22px;
	float: left;
	background: url(/fileadmin/templates/img/bg-content.png) repeat-x #fff;
}

#service {
	display: none;
}


#footer {
	display: none;
}


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

h4 span, h3 span, h1 span, h2 span {
	color: #000;
}

#content img {
	border: 1px solid #000;
}

img.image-left, #teaser img, dl.image-left, #teaser dl.image-left {
	float: left;
	margin: 0.4em 0.6em 0.5em 0;
}

img.image-right, dl.image-right {
	float: right; 
	margin: 0.4em 0 0.5em 0.6em;
}

dl.image-big {
	margin: 0 0 1em 0;
	padding-top: 1em;
}

dl.image-left dt, dl.image-right dt {
	line-height: 100%;
}

dl.image-big dt, div.images dl dt {
	text-align: center;
	line-height: 100%;
}

dl.image-left dd, dl.image-right dd, dl.image-big dd, div.images dl dd {
	font-style: italic;
	color: #000;
	font-size: 90%;
	line-height: 130%;
	margin-top: 0.1em;
}

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

dl.image-left dd p, dl.image-right dd p {
	margin: 0;
}

div.images {
	margin: 0 0 1em 0;
}

div.images dl {
	float: left;
	padding-right: 15px;
}

/* teaser boxen */

dl.text-teaser-left {
	width: 491px;
	margin: 0 0 1em 0;
}

dl.text-teaser-left dt {
	width: 145px;
	float: left;
	padding: 0 0 1px 0;
	margin-bottom: 0.3em;
}

dl.text-teaser-left dt img, dl.text-teaser-right dt img {
	margin-top: 0.3m;
}

dl.text-teaser-left dd {
	width: 346px;
	float: left;
	margin-bottom: 0.3em;
}

dl.text-teaser-right {
	width: 491px;
	margin: 0 0 1em 0;
}

dl.text-teaser-right dt img {
	margin-top: 0.3m;
}

dl.text-teaser-right dd {
	width: 346px;
	float: right;
	margin-bottom: 0.3em;
}

dl.text-teaser-right dt {
	width: 145px;
	float: right;
	padding: 0 0 1px 0;
	margin-bottom: 0.3em;
}


/* teaser boxen */

#teaser {
	margin: 1.2em 0 1em 0;
}

#teaser h4 {
	padding-right: 25px;
}

#teaser-left, .teaser-left {
	clear: left;
	float: left;
	width: 233px;
	padding: 0 25px 0 0;
	margin-top: 1em;
}

#teaser-right, .teaser-right {
	float: left;
	width: 233px;
	margin-top: 1em;
}

#teaser p a, .termine p a {
	font-weight: bold;
	padding: 0 11px 0 1px;
}

#content ul {
	margin: 0 0 1em 2em;
	list-style-type: disc;
}

#content ol {
	margin: 0 0 1em 2em;
}

#content ol li {
	margin-bottom: 0.1em;
}

#content ul li {
	margin-bottom: 0.1em;
}


/* downloads */

div.downloads {
	display: none;
}

div.termindetail {
	margin: 0 0 1.2em 0;
	padding: 2px 12px 4px 12px;
}

#content div.downloads ul, #content div.termindetail ul {
	margin: 0.8em 0 0.6em 0;
}

#content div.downloads ul li, #content div.termindetail ul li {
	background: url(/fileadmin/templates/img/bg-download-listing.png) no-repeat 0 5px transparent;
}

#content div.termindetail dl {
	width: 467px;
	margin: 0.5em 0 0.3em 0;
}

#content div.termindetail dl dt {
	width: 160px;
	float: left;
	padding-bottom: 0.3em;
	clear: left;
	color: #000;
}

#content div.termindetail dl dd {
	width: 307px;
	float: left;
	padding-bottom: 0.3em;
}



/* pager */

ul.pager {
	display: none;
}


/* table */

table {
	border-collapse: collapse;
	width: auto;
	margin-bottom: 1.2em;
}
table td {
	padding: 2px 5px;
	vertical-align: top;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #000;
}
table td.position {
	width: 200px;
}
table td.email {
	width: 180px;
}
table td.name {
	width: 150px;
}
table td.telefon {
	width: 136px;
}

table thead td, table th {
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
	vertical-align: top;
	text-align: left;
	padding: 2px 5px;
}

table tfoot td {
	font-style: italic;
	font-size: 85%;
	border-bottom: 1px solid #000;
}


/* medien / referenten */

#content ul.medien {
	margin: 1.5em 0 1.2em 0;
}

#content ul.medien li {
	margin-bottom: 4px;
	padding: 0;
}

#content ul.medien li a {
	padding: 0.2em 30px 0.2em 0.6em;
	display: block;
}

object#referenten {
	padding: 0 0 0 50px;
	margin-bottom: 1em;
}

.video {
	margin-bottom: 1.5em;
}


/* termine */

.termine h3 {
	margin-bottom: 0.2em;
}

.termine h6 {
	border-bottom: 1px solid #000;
	padding-bottom: 0.2em;
	margin: 1.5em 0 0.2em 0;
}


/* sitemap */

#content ul.sitemap {
	margin: 0 0 1em 0;
}

#content ul.sitemap li {
	border-top: 1px solid #000;
	padding: 0.5em 0 0.5em 0.5em;
}

#content ul.sitemap li a {
	font-weight: bold;
}

#content ul.sitemap ul li {
	margin-bottom: 0.1em;
}

#content ul.sitemap ul {
	margin: 0.5em 0 0.6em 2em;
}

#content ul.sitemap ul li a {
	font-weight: normal;
}


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

fieldset {
	border: 2px solid #000;
	margin-bottom: 1.2em;
	padding: 10px 10px 0 10px;
}

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

label {
	width: 120px;
	float: left;
}

input, textarea, select {
	width: 300px;
	border: 1px solid #000;
	padding: 3px 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}

p.input-small input {
	width: 50px;
}

select {
	width: 306px;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 100px;
}

p.text-big textarea {
	height: 180px;
}

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

input.input-small {
	width: 30px;
}

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

input.submit-it, p.submit input {
	width: 306px;
	font-weight: bold;
}

p.check-radio input {
	width: auto;
	margin-right: 10px;
	float: left;
}

p.check-radio label {
	width: 380px;
	float: left;
}

form h4 {
	margin-bottom: 0.6em;
}

.profil label {
	width: auto;
	float: none;
}

input.error {
	border: 1px solid #000;
}

p.error {
	color: #000;
	padding: 0.5em;
	border: 1px solid #000;
	margin: 0 0 1.5em 0;
}
div.error ul {
	margin: 0 0 1em 2em;
}












/* 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;
}




