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

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

html {
	height: 100%;
}

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


body {
	background: url(/bilder/bg-body.jpg) repeat-x #f4f4f4;
	font-size: 75%;
	min-height: 101%;
	padding: 0 0 1em 0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #fed140;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fed140;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: #696969;
	font-size: 150%;
	margin: 0 0 0.8em 0;
}

h2 {
	color: #696969;
	font-size: 130%;
	margin: 0 0 0.6em 0;
}

h3 {
	color: #696969;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

h4 {
	color: #696969;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1em 0;
	color: #696969;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}


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

#container {
	width: 900px;
	background: url(/bilder/bg-container.png) repeat-y transparent;
	margin: 0 auto;
	padding: 0 12px;
	z-index: 10;
}
* html #container {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/bg-container.png',sizingMethod='scale');
}

#footer {
	background: url(/bilder/bg-footer.gif) no-repeat transparent bottom;
	height: 138px;
	margin-top: -30px;
	z-index: 1;
}

* html #footer {
	margin-top: -13px;
	margin-left: -1px;
}
* + html #footer {
	margin-top: -13px;
	margin-left: -1px;
}

#header {
	border-top: 2px solid #fdce33;
	background: url(/bilder/bg-header.jpg) repeat-x transparent;
	height: 212px;
}

#navigation {
	width: 185px;
	padding: 0 9px 0 0;
	float: left;
}

#content {
	width: 486px;
	float: left;
	padding: 0 27px 0 0;
	line-height: 160%;
	color: #696969;
}

#third {
	width: 180px;
	float: left;
	padding: 0 13px 0 0;
}




/* ----------------
header definitionen 
-----------------*/

#header img {
	margin: 34px 0 0 25px;
	float: left;
}

#header p {
	height: 55px;
	overflow: hidden;
	width: 702px;
	background: url(/bilder/bg-meta.jpg) no-repeat transparent;
	float: right;
	text-align: right;
	padding: 132px 16px 0 0;
}

#header p a {
	font-weight: normal;
	color: #6a6a6a;
	padding: 0 0.1em;
}


/* --------------------
navigation definitionen 
---------------------*/

#navigation ul {
	background: url(/bilder/bg-nav-line.gif) no-repeat transparent top;
	margin-bottom: 1em;
}

#navigation ul li {
	background: url(/bilder/bg-nav-line.gif) no-repeat transparent bottom;
	padding: 0 0 1px 10px;
}

#navigation ul li a {
	color: #6a6a6a;
	display: block;
	padding: 5px 0 4px 20px;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	color: #fdce33;
	text-decoration: none;
	background: url(/bilder/bg-nav-l1-hover.gif) no-repeat transparent 0 9px;
}

#navigation ul ul {
	background: none;
	margin-bottom: 0.3em;
}

#navigation ul ul li {
	background: none;
	padding: 0 0 1px 9px;
}

#navigation ul ul a {
	font-weight: normal;
	padding: 2px 0 2px 11px;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.aktiv {
	color: #fdce33;
	text-decoration: none;
	background: url(/bilder/bg-nav-l2-hover.gif) no-repeat transparent 0 7px;
}

#navigation ul ul ul {
	background: none;
	margin-bottom: 0.1em;
}

#navigation ul ul ul li {
	background: none;
	padding: 0 0 1px 12px;
}

#navigation ul ul ul a {
	font-weight: normal;
	font-size: 90%;
	padding: 0 0 0 10px;
}

#navigation ul ul ul li a:hover, #navigation ul ul ul li a:focus, #navigation ul ul ul li a.aktiv {
	color: #fdce33;
	text-decoration: none;
	background: url(/bilder/bg-nav-l3-hover.gif) no-repeat transparent 0 6px;
}



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

#content ul {
	margin: 0 0 1em 2em;
}

#content ol {
	margin: 0 0 1em 2em;
}

#content li {
	margin-bottom: 0.3em;
}

#content ul li {
	background: url(/bilder/bg-nav-l2-hover.gif) no-repeat transparent 0 7px;
	padding-left: 12px;
}

img.image-left, dl.image-left {
	float: left;
	border: 1px solid #fed140;
	padding: 1px;
	margin: 0 0.5em 0.5em 0;
}

img.image-right, dl.image-right {
	float: right;
	border: 1px solid #fed140;
	padding: 1px;
	margin: 0 0 0.5em 0.5em;
}

img.image-center, dl.image-center {
	margin: 0 0 0.8em 0;
	border: 1px solid #fed140;
	padding: 1px;
}

dl.image-left dd, dl.image-right dd, dl.image-center dd {
	border-top: 1px solid #fed140;
	padding: 0.3em;
	line-height: 140%;
	font-size: 85%;
}

div.downloads {
	border: 1px solid #c5c6c8;
	padding: 0.5em;
}

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

div.downloads h4 {
	background: url(/bilder/bg-nav-l2-hover.gif) no-repeat transparent 0 7px;
	padding: 0 0 0.3em 12px;
	border-bottom: 1px solid #fed140;
	margin-bottom: 0.7em;
}

dl.ansprechpartner {
	width: 485px;
	margin-bottom: 0.8em;
	border-top: 1px solid #fed140;
	padding-top: 0.8em;
}

dl.ansprechpartner dt {
	width: 135px;
	float: left;
}

dl.ansprechpartner dt img {
	border: 1px solid #fed140;
	padding: 1px;
}

dl.ansprechpartner dd {
	float: left;
	width: 350px;
}

dl.ansprechpartner dd p {
	margin: 0;
}

div.double {

}

div.double div.d-left {
	width: 236px;
	float: left;
	padding-right: 14px;
}

div.double div.d-right {
	width: 236px;
	float: left;
}

#content div.double ol, #content div.double ul {
	margin: 0 0 1em 1em;
}

dl.image-big {
	width: 485px;
	margin-bottom: 0.8em;
}

dl.image-big dt {
	width: 265px;
	float: left;
}

dl.image-big dt img {
	border: 1px solid #fed140;
	padding: 1px;
}

dl.image-big dd {
	float: left;
	width: 220px;
}

dl.image-big dd p {
	margin: 0;
}

#content ul.sitemap ul {
	margin: 0.3em 0 0.7em 1.2em;
}

#content ul.sitemap ul a {
	font-weight: normal;
}

/* ------------------
formular definitionen 
-------------------*/

#third div {
	background: url(/bilder/bg-box-bottom.gif) no-repeat bottom transparent;
	padding-bottom: 2em;
}

#third div h6 {
	background: url(/bilder/bg-box-top.gif) no-repeat top transparent;
	color: #fed140;
	font-size: 100%;
	padding: 13px 7px 0 7px;
	margin-bottom: 1em;
}

#third div h6 span {
	background: url(/bilder/bg-box-head.gif) no-repeat transparent 5px 0.5em;
	border-bottom: 1px solid #fed140;
	display: block;
	padding: 0.2em 0 0.3em 17px;
}

#third div p {
	padding: 0 12px 0 13px;
	margin-bottom: 0.5em;
}




/* ------------------
formular definitionen 
-------------------*/

fieldset {
	border: 1px solid #fdce33;
	padding: 0.4em 0.5em 0 0.7em;
	margin-bottom: 1.2em;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #696969;
	margin-bottom: 0.5em;
}

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

input, textarea, select {
	width: 270px;
	border: 1px solid #696969;
	padding: 1px 2px;
	font-family: Trebuchet MS, trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #696969;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #fdce33;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.inputbtn {
	color: #fdce33;
	font-weight: bold;
	background-color: #f3f4f4;
}

input.inputbtn:hover, input.inputbtn:focus {
	border-color: #fdce33;
}

p.error {
	color: #990000;
	margin-bottom: 0.2em;
}

/*-----------------
footer definitionen
-----------------*/





/* 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;
}
