/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* -------------
main definitions
--------------*/


body {
	background: #fff;
	font-size: 80%;
	min-height: 101%;
	padding-bottom: 1em;
	color: #000;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

h1 {
	color: #000;
	font-size: 140%;
	margin: 0 0 0.7em 0;
	line-height: 130%;
}

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;
}

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	width: 915px;
	margin: 0 auto;
}

#header {
	height: 138px;
	overflow: hidden;
	display: none;
}

#navigation {
	width: 480px;
	margin: 0 0 1.5em 70px;
	padding: 0 20px 25px 0;
	line-height: 140%;
}

#content {
	width: 480px;
	padding: 0 20px 0 70px;
	float: left;
	line-height: 140%;
}

#news {
	width: 264px;
	float: left;
	line-height: 140%;
	background: url(/images/bg-news.png) no-repeat transparent;
	padding: 18px 18px 0 18px;
	display: none;
}



/* ------------------
navigation defintions
-------------------*/

#navigation h3 {
	color: #000;
	padding: 7px 0 0 0;
}

#navigation ul {
	display: none;
}

#navigation p {
	font-style: italic;
}

#navigation img {
	background: 0;
	padding: 0;
	margin-bottom: 25px;
}
.ui-tabs-hide {
    display: none;
}

/* ---------------
content defintions
----------------*/

hr {
	margin: 0 0 1em 2em;

}

.pics {  
    display: none; 
} 

img.image-left {
	margin: 0.3em 0.7em 0.5em 0;
	float: left;
	background: url(/images/bg-image.png) no-repeat bottom right transparent;
	padding: 0 7px 7px 0;
}

img.image-right {
	margin: 0.3em 0 0.5em 0.7em;
	float: right;
	background: url(/images/bg-image.png) no-repeat bottom right transparent;
	padding: 0 7px 7px 0;
}

#content ul {
	margin: 0 0 1em 2em;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1em 2em;
}

#content li {
	margin-bottom: 0.2em;
}

div.downloads {
	display: none;
}

dl.image-text {
	width: 480px;
	margin-bottom: 0.5em;
}

dl.image-text dt {
	width: 115px;
	float: left;
	margin-bottom: 0.1em:
}

dl.image-text dt img {
	margin-top: 0.3em;
}

dl.image-text dd {
	width: 365px;
	float: left;
	margin-bottom: 0.2em;
}

dl.image-text dd p {
	margin-bottom: 0.6em;
}


/* ------------------
formular definitionen
-------------------*/

fieldset {
	border: 1px solid #000;
	margin-bottom: 1.2em;
	padding: 10px 10px 0 10px;
}

legend {
	font-size: 100%;
	font-weight: bold;
	color: #3ea62e;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	width: 250px;
	border: 1px solid #000;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}

select {
	width: 256px;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.submit-it, p.submit input {
	color: #000;
	width: 256px;
	font-weight: bold;
}











/* 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;
}
