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

/* --------------------
generelle einstellungen
-------------------- */

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

html {
	height: 100%;
}

body {
	background: #fff;
	font-size: 80%;
	min-height: 101%;
	margin: 0;
	padding: 0;
	color: #000;
}

img {
	border: none;
}

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

ul {
	list-style-type: none;
}


/* -----------------
layout einstellungen
----------------- */

#container {
	width: 945px;
	background: #fff;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	width: 600px;
	float: left;
	line-height: 150%;
}

#service {
	display: none;
}


#footer {
	display: none;
}

#logo-print {
	margin-bottom: 0.8em;
	display: block;
}


/* ------------------
content einstellungen
------------------ */

#content p.breadcrump {
	border-color: #000;
}

#content p.breadcrump a {
	color: #000;
}

h1 {
	color: #000;
	font-size: 120%;
	padding: 0.3em;
	margin-bottom: 1em;
}

h2 {
	color: #000;
	font-size: 110%;
	padding: 0.3em;
	margin-bottom: 1em;
	clear: left;
}

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

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

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

#content p {
	padding: 0 0.4em;
	margin-bottom: 1em;
}


dl.image-left {
	margin: 0.4em 0.6em 0.5em 0.4em;
	float: left;
}

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

dl.image-center {
	margin: 0 0 0.8em 0;
}

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

dl.image-center dd, dl.image-left dd, dl.image-right dd, div.images dl dd {
	font-size: 90%;
	font-style: italic;
	line-height: 120%;
}
dl.image-center dd {
	/*padding: 0 0.4em;*/
	text-align: center;
}

img.image-center {
	margin: 0.5em 0;
}

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

div.images dl {
	float: left;
	padding-right: 10px;
	width: 160px;
}
* html div.images dl {
	padding-right: 8px;
}

#content h6 {
	font-size: 100%;
	color: #333;
	padding: 0 0.4em;
}
#content a h6 {
	text-decoration: none;
	color: #333;
}

#content a.events {
	background: 0;
	padding: 0;
}

a.events h4 {
	text-decoration: none;
	color: #000;
	margin: 0;
}

#content a.events p {
	border-bottom: 1px solid #000;
	padding: 0 0.4em 0.8em 0.4em;
}
#content a.events p {
	text-decoration: none;
	color: #000;
}
#content a.events p span {
	color: #000;
}
#content a.events:hover p span, #content a.events:focus span {
	text-decoration: underline;
}

#content h6 span {
	font-weight: normal;
}

dl.news {
	width: 515px;
	margin-bottom: 0.6em;
}

dl.news dt {
	width: 170px;
	float: right;
	text-align: right;
	margin-top: 0.3em;
}
#content dl.news dt a {
	padding: 0;
	background: 0;
}

dl.news dd {
	width: 345px;
	float: right;
}

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

#content ol {
	margin: 0 0.4em 1em 3em;
}

#content ul li, #content ol li {
	margin-bottom: 0.2em;
}

div.downloads {
	display: block;;
}

.tx-bfactorsezform-pi14 div.downloads {
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.4em;
	margin-bottom: 1em;
}

#content div.downloads ul {
	margin: 0 0 0 2em;
}

#content div.downloads dl {
	padding: 0 0.4em;
}

#content div.downloads dl dt {
	width: 30%;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#content div.downloads dl dd {
	width: 68%;
	float: left;
	margin-bottom: 0.4em;
}


#content p.print {
	display: none;
}



/* pager */

#content ul.pager {
	display: none;
}


/* team */

dl.team {
	border-bottom: 1px solid #000;
	padding: 0.7em 0.4em 0 0.4em;
	margin-bottom: 1em;
}

dl.team dt {
	width: 25%;
	float: left;
	padding-bottom: 1px;
}

dl.team dt img {
	padding-top: 0.3em;
}

dl.team dd {
	width: 75%;
	float: left;
	margin-bottom: 0.4em;
}

#content dl.team dd h3 {
	margin-bottom: 0.2em;
}

#content dl.team dd h6 {
	background: none;
	padding: 0 0.4em;
	margin-bottom: 0.4em;
}


/* materialien */

#content ul.rubrik {
	background: #000;
	padding: 0.4em;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

#content ul.rubrik li { 
	display: inline;
	padding-right: 0.7em;
}

#content ul.rubrik a {
	background: none;
	padding: 0 0.4em 0 0;
}

p.warenkorb {
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0 0 5px 0;
	
}

dl.publikationen {
	margin-bottom: 0.7em;
	padding: 0.7em 0.4em;
	border-bottom: 1px solid #000;
}

dl.publikationen dt {
	width: 23%;
	float: left;
	padding-bottom: 1px;
}

dl.publikationen dt img {
	margin-top: 0.3em;
}

dl.publikationen dd {
	width: 77%;
	float: left;
	margin-bottom: 0.4em;
}

dl.publikationen p {
	margin-bottom: 0.6em;
}

dl.publikationen p.preis {
	text-align: right;
	font-weight: bold;
}

dl.publikationen p.preis span {
	float: left;
	text-align: left;
}

dl.publikationen p.preis span span {
	font-weight: normal;
	float: none;
}


table.warenkorb {
	width: 515px;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	color: #000;
}
table.warenkorb caption {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.4em;
	color: #000;
	padding: 0 0.4em;
}
table.warenkorb th {
	padding: 5px 3px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #000;
}
table.warenkorb td {
	padding: 3px;
	border-bottom: 1px solid #000;
}
table.warenkorb td input {
	width: 25px;
	margin-left: 7px;
}
table.warenkorb tfoot td {
	font-weight: bold;
}

dl.bestellung {
	padding: 0.7em 0.4em 0 0.4em;
}
dl.bestellung dt {
	width: 30%;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 0.5em;
}
dl.bestellung dd {
	width: 70%;
	float: left;
	margin-bottom: 0.5em;
}




/* formular definitionen */

form {
	margin-bottom: 1.5em;
}

fieldset {
	border: 1px solid #000;
	padding: 0.5em 0.5em 0 0.5em;
	margin: 0 0.4em 1em 0.4em;
}

legend {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0.2em 0 0.4em;
}

input, textarea, select {
	width: 240px;
	padding: 2px;
	border: 1px solid #000;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 100%;
}
select {
	width: 245px;
}
input.input-small {
	width: 120px;
}
input.submit-it {
	font-weight: bold;
	color: #000;
	width: 246px;
	text-align: center;
}
textarea {
	height: 100px;
}
label {
	width: 180px;
	float: left;
	display: block;
	font-weight: normal;
}
option {
	padding: 0 5px;
}
form p {
	margin-bottom: 0.7em;
	clear: left;
}

#content form p.form-kommentar {
	font-style: italic;
	font-size: 90%;
	padding-left: 184px;
	margin-top: -0.5em;
	line-height: 120%;
}

form p input.radio-check {
	width: auto;
	margin-left: 10px;
	border: none;
	background: none;
}

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

form p.radio-check label {
	width: 450px;
}

#lay #content {
	width: 600px;
}

#lay #container {
	background: none;
}

#lay form p.radio-check label {
	width: 325px;
}

form p.radio-check .inau {
	float: none;
	margin-left: 15px;
}

#content form ul {
	list-style-type: none;
	margin: 1em 0 1.5em 1em;
	height: 390px;
	overflow: auto;
}
#content form #schwer-asien ul, #content form #schwer-afrika ul, #content form #schwer-amerika ul {
	height: 275px;
}
#content form ul li {
	margin-bottom: 0.4em;
	padding-left: 19px;
	cursor: pointer;
}

#content fieldset#taetigkeiten ul li {
	clear: left;
}

#content fieldset#taetigkeiten ul li ul {
	height: auto;
	margin: -1.4em 0 0 1em;
	float: right;
}
* html #content fieldset#taetigkeiten ul li ul {
	margin-top: -1.5em;
}
* + html #content fieldset#taetigkeiten ul li ul {
	margin-top: -1.6em;
}

#content fieldset#taetigkeiten ul li ul li {
	float: left;
	margin-bottom: 0.2em;
	clear: none;
	padding-right: 1em;
}





/* clear me baby */

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

.clear {
	display: block;
}