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

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/* generelle einstellungen */

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

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

img {
	border: none;
}


/* layout definitionen */

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

#header {
	display: none;
}

#content {
	background: none;
}

#navigation {
	display: none;
}

#main {
	width: 492px;
	float: left;
	background: none;
	padding: 0 10px;
	margin-top: 3px;
}

#third {
	display: none;
}

#footer {
	display: none;
}



/* inhalt / main definitionen */

h1 {
	color: #000;
	margin: 15px 0 17px 0;
	font-size: 160%;
}

h2 {
	color: #000;
	margin: 0 0 10px 0;
	font-size: 130%;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 0 0 8px 0;
}

p {
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	line-height: 160%;
	color: #000;
	margin-bottom: 1em;
}

div.image {
	margin-bottom: 1em
}
div.image img {
	border: 1px solid #000;
}
div.image div {
	background: none;
	height: 142px;
	width: 492px;
	position: absolute;
}

#main ul {
	margin: 0 0 1em 16px;
	line-height: 160%;
	color: #5c5d5f;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	list-style-type: square;
}

#main ol {
	margin: 0 0 1em 35px;
	line-height: 160%;
	color: #000;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
}

p.meldung {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

p.meldungen {
	border-top: 1px dotted #000;
	padding-top: 10px;
}

#main a {
	color: #3a62a3;
}

dl.downloads {
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	margin-bottom: 8px;
	padding-left: 17px;
	background: none;
}
dl.downloads dt {
	margin: 0 0 3px;
}

dl.presse {
	background: none;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	margin-bottom: 12px;
	padding-top: 12px;
	width: 489px;
	clear: left;
}
dl.presse dt {
	float: left;
	width: 120px;
	margin-bottom: 12px;
}
dl.presse dt img {
	border: 1px solid #000;
}
dl.presse dd {
	width: 369px;
	float: left;
	margin-bottom: 12px;
}
dl.presse dd h2 {
	margin-bottom: 6px;
	font-size: 110%;
}
dl.presse dd h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 0.3em;
}
dl.presse dd h2 span {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000;
	font-size: 90%;
}

p.quelle {
	font-style: italic;
}


dl.pressedocs {
	background: none;
	border-top: 1px dotted #000;
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	margin-bottom: 12px;
	padding-top: 12px;
	width: 490px;
	clear: left;
}
dl.pressedocs dt {
	float: left;
	width: 140px;
	margin-bottom: 12px;
}
dl.pressedocs dt img {
	border: 1px solid #000;
}
dl.pressedocs dd {
	width: 350px;
	float: left;
	margin-bottom: 12px;
	line-height: 140%;
}
dl.pressedocs dd h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	margin-bottom: 6px;
}
dl.pressedocs dd p {
	line-height: 160%;
	color: #000;
	margin-bottom: 8px;
}

div.abo {
	margin-bottom: 1.3em;
}
div.abo img {
	float: left;
	margin-right: 1px;
}

img.image-left {
	margin: 0 0.5em 0.5em 0;
	float: left;
	border: 1px solid #000;
}
img.image-right {
	margin: 0 0 0.5em 0.5em;
	float: right;
	border: 1px solid #000;
}

img.test-right {
	margin: -1.5em 0 0.2em 0.5em;
	float: right;
}


/* formular definitionen */


form p {
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	margin-bottom: 6px;
	clear: left;
}
fieldset {
	border: 1px solid #c2c2c2;
	padding: 10px;
}
legend {
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}

label {
	width: 180px;
	display: inline;
	float: left;
}
input {
	background: none;
	border: 1px solid #000;
	padding: 1px; 
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	width: 270px;
	color: #000;
	font-size: 100%;
}

p.form-small input {
	width: 20px;
}

p.form-cat {
	margin-left: 180px;
}
p.form-cat input {
	width: 20px;
}

textarea {
	background: none;
	border: 1px solid #000;
	padding: 1px; 
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	width: 270px;
	height: 150px;
	color: #000;
	font-size: 100%;
}

select {
	background: none;
	border: 1px solid #000;
	padding: 1px; 
	font-family: georgia, tahoma, arial, helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}

input#submit-login {
	margin-left: 60px;
	width: 114px;
	padding: 0 1px;
}
* html input#submit-login {
	margin-left: 63px;
}

