/* css created and developed by 12bis3.de - zeitgemäß kommunizieren */

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

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-size: 80%;
	min-height: 101%;
	text-align: center;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	margin: 10px 0;
}

img {
	border: none;
}

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

ul {
	margin: 0 0 0.7em 2em;
	list-style-type: disc;
}

ol {
	margin: 0 0 0.7em 2em;
}

ul li {
	margin-bottom: 0.3em;
}



/* -----------------
 layout definitionen 
----------------- */

#container {
	width: 918px;
	margin: 0 auto;
	text-align: left;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	float: left;
	width: 478px;
	padding: 27px 13px 0 13px;
	line-height: 140%;
	color: #000;
}

#service {
	display: none;
}

#footer {
	display: none;
}


/* -----------------
content definitionen
----------------- */

h1 {
	color: #000;
	font-size: 140%;
	margin-bottom: 0.8em;
}

h2 {
	color: #000;
	font-size: 110%;
	margin-bottom: 0.5em;
}

h3 {
	color: #000;
	font-size: 100%;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 100%;
	margin-bottom: 0.3em;
}

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

p {
	margin-bottom: 1em;
}


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

#content img.image-left {
	float: left;
	margin: 0 0.4em 0.5em 0;
}

#content img.image-right {
	float: right;
	margin: 0 0 0.5em 0.4em;
}

div.product {
	padding: 0 20px 25px 20px;
	margin-bottom: 1em;
}
div.download {
	padding: 0 20px 25px 20px;
	margin-bottom: 1em;
}
div.product h2, div.download h4 {
	padding: 12px 0 0 20px;
	margin: 0 0 0.6em -20px;
	color: #000;
}

div.product dl {
	width: 438px;
	padding-top: 0.9em;
}
div.product dt {
	float: left;
	width: 105px;
}
div.product dd {
	width: 333px;
	float: left;
}
div.product dd h3 {
	margin-bottom: 0;
}

p.news, h6.news {
	padding-top: 0.9em;
}

#content ul.news {
	display: none;
}

/* tables */

table {
	width: 478px;
	empty-cells: show;
	margin-bottom: 1em;
}
table td, table th {
	vertical-align: top;
	padding: 2px;
}
table th, table thead td {
	background-color: #fff;
	color: #000;
}

table tr.one td, table td {
	background-color: #fff;
}
table tr.two td {
	background-color: #fff;
}
table tfoot td {
	background-color: #fff;
	color: #fff;
	border-bottom: 2px solid #000;
	font-size: 85%;
	padding: 0 2px;
}
table tfoot tr.pager td {
	padding-top: 0.3em;
	border: none;
	background: #fff;
}
table tfoot tr.pager td#pag-left {
	text-align: left;
}
table tfoot tr.pager td#pag-middle {
	text-align: center;
	padding-right: 10px;
}
table tfoot tr.pager td#pag-right {
	text-align: right;
}
table tfoot tr.pager td a.aktiv {
	font-weight: bold;
}

/* formular definitionen */

form {
	margin-bottom: 1em;
}

form fieldset {
	width: 458px;
	padding: 10px;
	border: 1px solid #000;
}
form input, form textarea, form select {
	width: 270px;
	padding: 3px;
	border: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
form textarea {
	height: 100px;
}
form label {
	width: 170px;
	float: left;
	display: block;
	font-weight: normal;
}
form p {
	margin-bottom: 0.5em;
}
form legend {
	color: #000;
	font-weight: bold;
	font-size: 100%;
}
form p.check-radio {
	clear: left;
}
form p.check-radio input {
	width: 25px;
	float: left;
	border: none;
	background: none;
}
form p.check-radio label {
	width: 250px;
	padding-bottom: 0.2em;
}
form p.submit-it input {
	border: 1px solid #000;
}

form p.error {
	color: #000;
	margin-bottom: 0.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;
}