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

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

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

html {
	height: 100%;
}

body {
	background: #fff;
	font-size: 80%;
	min-height: 101%;
	margin: 0;
	padding: 0;
	color: #5b5b5b;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #fea800;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fea800;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}


/* -----------------
layout einstellungen
----------------- */

#container {
	width: 750px;
	background: url(/bilder/bg-container.png) repeat-y #fff;
	margin: 0 auto;
}

#header {
	height: 140px;
	overflow: hidden;
	background: url(/bilder/header-visual.jpg) no-repeat left top #fff;
	text-align: right;
}

#navigation {
	background: url(/bilder/bg-navigation.png) no-repeat transparent;
	text-align: center;
}

#dropDownMenu, #dropDownMenu * {
	margin: 0;
	padding: 0;
}

#subnavigation {
	border-bottom: 2px solid #fff;
	background: #d3d3d3;
	min-height: 26px;
}
* html #subnavigation {
	height: 26px;
}

#content {
	width: 552px;
	float: left;
	padding: 12px 0;
	line-height: 150%;
}

#service {
	width: 198px;
	float: left;
	line-height: 120%;
}

#footer {
	background: url(/bilder/bg-footer.png) no-repeat #fbba00;
	padding-top: 19px;
	clear: left;
}


/* -----------------
header einstellungen
----------------- */

#navigation h3 {
	height: 30px;
	font-size: 130%;
	color: #fff;
	float: left;
	margin: 0;
	padding-top: 10px;
	overflow: visible;
	white-space: nowrap;
}

/* ---------------------
navigation einstellungen
--------------------- */

#navigation ul li#meta {
	font-size: 85%;
	border-right: none;
	padding-top: 10px;
	float: right;
	width: 198px;
	font-weight: normal;
}

#navigation ul li#meta a {
	display: inline;
	padding: 0 3px 0 15px;
	color: #696969;
}
#navigation ul li#meta a#meta-home {
	background: url(/bilder/icon-home.png) no-repeat center left;
}
#navigation ul li#meta a#meta-kontakt {
	background: url(/bilder/icon-kontakt.png) no-repeat center left;
}
#navigation ul li#meta a#meta-impressum {
	background: url(/bilder/icon-impressum.png) no-repeat center left;
}

#navigation ul li#meta a:hover, #navigation ul li#meta a:focus {
	background: transparent;
	text-decoration: underline;
}

/* ---------------------
dropdown menu einstellungen
--------------------- */

/* gesamtes menu */
#dropDownMenu ul {
	position: relative;
	background: #fbe7a5;
	width: 750px;
	float: left;
}

/* submenu */
#dropDownMenu ul li ul {
	top: 26px;
	position: absolute;
	background: #d3d3d3;
	display: none;
	width: 750px;
	float: left;
}

/* hauptmenü LIs */
#dropDownMenu ul li {
	float:left;
	text-align:center;
	font-weight:bold;
}

/* submenu LIs */
#dropDownMenu ul li ul li {
	background: #d3d3d3;
}

/* hauptmenu As */
#dropDownMenu ul li a {
	border-right: 2px solid #fff;
	float: left;
	font-weight: bold;
	position: relative;
	color: #696969;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.8em;
}

/* submenu As */
#dropDownMenu ul li ul li a {
	font-weight: normal;
	border-right: 1px solid #696969;
}

/* :hover hauptmenu */
#dropDownMenu ul li a:hover, #dropDownMenu ul li a:focus, #dropDownMenu ul li a:active {
	background: #fbba00;
	text-decoration: none;
}

/* :hover submenu */
#dropDownMenu ul li ul li a:hover, #dropDownMenu ul li ul li:focus, #dropDownMenu ul li ul li:active {
	background: #f0f0f0;
	text-decoration: none;
}

/* :hover submenu anzeigen , IEfix */
#dropDownMenu ul li:hover ul, #dropDownMenu ul li.msieFix ul {
	left: 0px;
	display: block;
}

#dropDownMenu ul li a.aktiv {
	background: #fbba00;
	text-decoration: none;
}

/* ------------------
subnavigation
------------------ */

#subnavigation ul {
	background: #d3d3d3;
	width: 750px;
	float: left;
}

#subnavigation ul li {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #696969;
}

#subnavigation ul li a {
	color: #696969;
}

#subnavigation ul li:hover, #subnavigation ul li.msieFix2 {
	background: #f0f0f0;
}

#subnavigation ul li a:hover, #subnavigation ul li a:focus, #subnavigation ul li.aktiv {
	background: #f0f0f0;
	text-decoration: none;
}

/* ------------------
content einstellungen
------------------ */

h1 {
	color: #000;
	font-size: 130%;
	margin-bottom: 0.4em;
	padding: 0 12px;
}

h2 {
	color: #000;
	font-size: 120%;
	margin-bottom: 0.4em;
	padding: 0 12px;
}

h3 {
	color: #000;
	font-size: 110%;
	margin-bottom: 0.3em;
	padding: 0 12px;
}

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

h5 {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.2em;
	padding: 0 12px;
}

h6 {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	padding: 0 12px;
}

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


dl.teaser, dl.traeger {
	width: 550px;
	margin-bottom: 1.2em;
	padding-top: 1em;
}

dl.teaser dt {
	width: 170px;
	float: left;
	padding: 0 0 1px 12px;
	margin: 0 0 1px 0;
}

dl.teaser dd {
	width: 356px;
	float: left;
	padding: 0 12px 0 0;
}

dl.traeger dt {
	width: 170px;
	height: 148px;
	float: right;
	text-align: center;
	vertical-align: middle;
	background: url("/bilder/traeger-weiss-gross.png") center center no-repeat;
}

dl.traeger dd {
	width: 356px;
	float: right;
	padding: 0 0 0 12px;
}

dl.teaser dt img {
	border: 2px solid #fff;
}

dl.teaser dd p, dl.traeger dd p {
	margin-bottom: 0.7em;
}

dl.teaser dd p, dl.teaser dd h3, dl.teaser dd h6, dl.traeger dd p, dl.traeger dd h3 {
	padding: 0;
}

.galerie img {
	border: 1px solid #fff !important;
	margin: 0 6px 6px 0;
	float: left;
}

.left, #content ul.pager {
	background: url(/bilder/bg-box-links.png) no-repeat top left;
}

.right, div.downloads {
	background: url(/bilder/bg-box-rechts.png) no-repeat top right;
}

div.absatzText {
	background: url(/bilder/bg-box-rechts.png) no-repeat top right;
}

.bild {
	padding-top: 1em;
}

div.left {
	padding-left: 12px;
}

div.right {
	padding-right: 12px;
	margin-right: 2px;
}

div.center {
	text-align: center;
	margin-bottom: 1em;
	background: url(/bilder/bg-box-rechts.png) no-repeat top right;
	margin-right: 2px;
}

div.center img {
	border: 2px solid #fff;
}

div.left img, img.left-img {
	float: left;
	margin: 0.2em 0.7em 0.6em 0;
	border: 2px solid #fff;
}

div.right img, img.right-img {
	float: right;
	margin: 0.2em 0 0.6em 0.7em;
	border: 2px solid #fff;
}

div.left p {
	padding-left: 0;
}

#content ul {
	margin: 0 0 0.8em 2.5em;
	list-style-type: square;
	padding-right: 12px;
}

#content ol {
	margin: 0 0 0.8em 2.5em;
	padding-right: 12px;
}

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

div.downloads {
	padding: 0.8em 12px 0 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

div.absatzText {
	padding: 0.8em 12px 0 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

div.downloads h3 {
	padding: 0;
}

div.absatzText h3 {
	padding: 0;
}

div.downloads p {
	padding: 0;
}

div.absatzText p {
	padding: 0;
}


#content div.downloads ul {
	margin: 0 0 0.7em 0.3em;
	list-style-type: none;
}

#content div.absatzText ul {
	margin: 0 0 0.7em 0.3em;
	list-style-type: square;
}

#content div.downloads ul li {
	padding-left: 23px;
	background: no-repeat transparent 0 3px
}

#content div.absatzText ul li {
	padding-left: 5px;
	margin-left: 15px;
	background: no-repeat transparent 0 3px
}

#content div.downloads ul li.downloads {
	background-image: url(/bilder/icon-download.png);
}

#content div.absatzText ul li.downloads {
	background-image: url(/bilder/icon-download.png);
}

#content div.downloads ul li.links {
	background-image: url(/bilder/icon-link.png);
	background-position: 3px 5px;
}

#content div.absatzText ul li.links {
	background-image: url(/bilder/icon-link.png);
	background-position: 3px 5px;
}

#content ul.pager {
	border-top: 2px solid #fff;
	padding: 0.8em 12px 0 12px;
	margin: 0;
	list-style-type: none;
}

#content p.pager  {
	background: url(/bilder/bg-box-links.png) no-repeat top left;
	border-top: 2px solid #fff;
	padding: 0.8em 12px 0 12px;
	margin: 0;
}

#content ul.pager li {
	float: left;
}
#content ul.pager li.p-left {
	width: 33.3%;
}
#content ul.pager li.p-center {
	text-align: center;
	width: 33.3%;
}
#content ul.pager li.p-right {
	text-align: right;
	width: 33.3%;
}

#content ul.pager li a.aktiv {
	border-top: 1px solid #fbba00;
	border-bottom: 1px solid #fbba00;
}

div.downloads dl {
	width: 526px;
	margin-bottom: 0.7em;
}

div.downloads dt {
	width: 150px;
	float: left;
	clear: left;
	padding-right: 12px;
	margin-bottom: 0.2em;
	color: #000;
}

div.downloads dd {
	float: left;
	width: 350px;
	margin-bottom: 0.2em;
}

div.absatzText dl {
	width: 526px;
	margin-bottom: 0.7em;
}

div.absatzText dt {
	width: 150px;
	float: left;
	clear: left;
	padding-right: 12px;
	margin-bottom: 0.2em;
	color: #000;
}

div.absatzText dd {
	float: left;
	width: 350px;
	margin-bottom: 0.2em;
}

/* tabellen */

table {
	width: 528px;
	margin: 0 12px 1em 12px;
	border-collapse: collapse;
}

table thead td, table th {
	background: #d3d3d3;
	border-bottom: 2px solid #fff;
}

table td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fff;
	background: #e2e2e2;
	height: 60px;
}

table td.logo {
	background: url("/bilder/traeger-weiss.png") center no-repeat #E2E2E2;
	width: 50px;
	vertical-align: middle;
	text-align: center;
}
table td.logo img {
	margin-top: 5px;
}

table td.traeger {
	width: 300px;
	vertical-align: middle;
	font-weight: bold;
}

table td.traegerdetail {
	background: none;
	border: none;
	width: 356px;
}

table td.traegerdetail-bild {
	background: none;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 170;
	height: 148;
	background: url("/bilder/traeger-weiss-gross.png") center center no-repeat;
}

table td.weiter {
	width: 148px;
	vertical-align: middle;
}

p a.aktiv {
	font-weight: bold;
	border-top: 1px solid #fbba00;
	border-bottom: 1px solid #fbba00;
}


/* galerie */

div.galpic {
	padding: 0.3em 0 0.7em 12px;
	width: 160px;
	height: 160px;
	float: left;
	text-align: center;
}

div.galpic a img {
	border: 2px solid #fff;
}

div.galpic a:hover img, div.galpic a:focus img {
	border-color: #fbba00;
}

dl.galerie-detail {
	width: 522px;
	margin: 0 0 1em 0;
}

dl.galerie-detail dt {
	text-align: center;
	padding-top: 0.3em;
}

dl.galerie-detail dt img {
	border: 2px solid #fff;
	margin: 0 0 0.3em;
}

dl.galerie-detail dd {
	padding: 0 11px;
}

dl.galerie-detail dd p {
	margin: 0 0 0.5em 0;
}


/* menschen */

#content ul li h4 {
	padding: 0;
	cursor: pointer;
}

#content ul li h4 a {
	font-weight: normal;
}

#content ul dl {
	width: 455px;
}

#content ul dl dt {
	width: 140px;
	float: left;
	margin-top: 0.3em;
}
#content ul dl dt img {
	border: 2px solid #fff;
}

#content ul dl dd {
	width: 315px;
	float: left;
}
#content ul dl dd p, #content ul li p {
	padding: 0;
}


/* formular definitionen */

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

fieldset {
	border: none;
}

legend {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0.2em 0.5em 8px;
}
* html legend {
	margin-left: -0.6em;
}

input, textarea, select {
	width: 260px;
	padding: 2px;
	border: 2px solid #fff;
	background-color: #e2e2e2;
	font-family: arial, helvetica, sans-serif;
	color: #959595;
	font-size: 100%;
	background: url(/bilder/bg-box-service.png) no-repeat top right #e2e2e2;
}
select {
	width: 268px;
}
span#submit-it input  {
	width: 268px;
       font-weight:bold;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border-color: #fbba00;
	color: #626262;
}
input.submit-it, form p.submit-it input {
	font-weight: bold;
	color: #626262;
	width: 268px;
	text-align: center;
}
textarea {
	height: 100px;
}

label {
	width: 180px;
	float: left;
	display: block;
	font-weight: normal;
	color: #959595;
}

h3 label {
	color: #000;
       width: 400px;
       font-weight: bold;
       padding: 0;
	margin: 0 0 0.7em 0;
}

form p.form-check label {
	width: 400px;
}
form p.form-check input {
	width: auto;
	float: left;
	margin: 0.2em 0.4em 0 1em;
}

option {
	padding: 0 5px;
}
form p {
	margin-bottom: 0.7em;
	clear: left;
	padding: 0;
}
form p.check-radio {
	clear: left;
}

form p.radio-check input, form p input.radio-check {
	width: auto;
	margin-left: 10px;
	border: none;
	background: none;
}

form h3 {
	padding: 0;
	margin: 1em 0 0.7em 0;
}

form p.error {
	color: #990000;
	font-weight: bold;
}


dl.suche {
	width: 526px;
}

dl.suche dt {
	width: 15px;
	float: left;
	clear: left;
	text-align: right;
	padding-left: 12px;
	color: #000;
	border-top: 1px solid #f0eff0;
	padding-top: 0.6em;
}

dl.suche dd {
	float: left;
	width: 498px;
	padding-top: 0.6em;
	border-top: 1px solid #fff;
}


/* ------------------
service einstellungen
------------------ */

#service h5 {
	padding: 5px 13px 5px 6px;
	color: #fff;
	margin: 0;
	border-bottom: 2px solid #fff;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	background: url(/bilder/bg-pfeil-rechts.png) no-repeat center right #d3d3d3;
}

#service h5.atStartAktiv {
	background-image: url(/bilder/bg-pfeil-unten.png);
}

#service h5#suchen span {
	background: url(/bilder/icon-suche.png) no-repeat center right transparent;
	padding-right: 18px;
}
#service h5#newsletter span {
	background: url(/bilder/icon-newsletter.png) no-repeat center right transparent;
	padding-right: 16px;
}
#service h5#forum span {
	background: url(/bilder/icon-forum.png) no-repeat center right transparent;
	padding-right: 18px;
}

#service p {
	padding: 0;
	margin-bottom: 0.6em;
}

#service a {
	color: #626262;
}

#service div.atStart {
	border-bottom: 2px solid #fff;
	padding: 6px 6px 0px 6px;
	font-size: 85%;
	color: #626262;
	background: url(/bilder/bg-box-service.png) no-repeat top right transparent;
}

#service div.open {
	border-bottom: 2px solid #fff;
	padding: 6px 6px 0px 6px;
	font-size: 85%;
	color: #626262;
	background: url(/bilder/bg-box-service.png) no-repeat top right transparent;
}

#service div dl {
	width: 186px;
}

#service div dl dt {
	width: 88px;
	padding-bottom: 0.3em;
	float: left;
}

#service div a:hover dl p  {
	text-decoration: none;
}

#service div a:hover dl p, #service div a:focus dl p  {
	text-decoration: underline;
	cursor: pointer;
}

#service div dl dt img {
	border: 1px solid #fff;
}

#service div dl dd {
	width: 98px;
	float: left;
}

#service div ul {
	margin: 0 0 0.1em 0;
}

#service div ul li {
	margin: 0 0 0.5em 0;
	background: no-repeat transparent;
}

#service div ul.downloads li {
	background-image: url(/bilder/icon-download.png);
	padding-left: 23px;
}

#service div ul.links li {
	background-image: url(/bilder/icon-link.png);
	background-position: 0px 2px;
	padding-left: 17px;
}

#service form {
	margin: 0;
	padding: 0;
}

#service form input {
	width: 110px;
	background: #f0f0f0;
	color: #626262;
	border: 1px solid #fff;
	margin-bottom: 0.7em;
}

#service form input#suchsubmit {
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	width: 65px;
	padding-left: 5px;
}

#service form input#suchsubmit:hover, #service form input#suchsubmit:focus {
	text-decoration: underline;
	color: #fbba00;
}



/* -----------------
footer einstellungen
------------------*/

#footer p {
	float: left;
	color: #fff;
	padding: 1.3em 0 0.2em 14px;
}

#footer img {
	float: right;
	margin: 4px 17px 0 0;
}





.downloads dl span {
	display: block;
}
table.templatebox td.menutitle {
	color: #000;
	font-weight: bold;
}








/* clear me baby */

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

.clear {
	display: block;
}
