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

/*---------------------
allgemeine definitionen
---------------------*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	margin: 10px 0;
	min-height: 101%;
}

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

img {
	border: none;
}



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


#container {
	width: 923px;
	margin: 0px auto;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	width: 474px;
	float: left;
	padding: 57px 40px 0 30px;
	line-height: 150%;
	color: #000;
}

#news {
	display: none;
}



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

h1 {
	font-size: 130%;
	margin-bottom: 1.2em;
	color: #000;
	line-height: 140%;
}

h2 {
	font-size: 120%;
	color: #000;
	margin-bottom: 0.8em;
}

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

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

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

p {
	margin-bottom: 1em;
}

img.bild-rechts {
	float: right;
	margin: 0.4em 0 0.5em 0.5em;
}

img.bild-links {
	float: left;
	margin: 0.4em 0.5em 0.5em 0;
}





/* weitere definitonen für den content */

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


p.einleitung {
	font-weight: bold;
}

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

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

#content dl {
	margin-bottom: 1em;
	padding: 5px;
}

#content  dd {
	font-style: italic;
}

#content  dl.downloads {
	display: none;
}

#content  ul.footer {
	display: none;
}


/*------------------------
definitionen für formulare 
------------------------*/

input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	font-size: 100%;
	border: 1px solid #000;
	padding: 1px;
	color: #000;
	width: 230px;
}
input#submit-button {
	text-align: center;
	font-weight: bold;
}
input.button-small {
	width: 15px;
	border: none;
	background-image: none;
	background-color: transparent;
}

fieldset {
	padding: 6px;
	border: 1px solid #000;
	margin-bottom: 1.4em;
}
* html fieldset {
	background-color: transparent;
}

legend {
	padding: 0 0.2em;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #000;
	font-size: 110%;
}

label {
	width: 150px;
	float: left;
	display: inline;
}

form p {
	margin-bottom: 0;
	padding-bottom: 12px;
}


