/*

1	Headlines
2	Produktseiten (allgemein)
3	Startseite
4	Teaser
5	SEO-Fußbereich
6	Layout 2spaltig
7	Fragen-Antworten

*/


/* _______________________________________ 1 Headlines + Typo-Auszeichnungen*/

// .kopfzeile {
// 	font-size: 18px;
// 	font-weight: 600;
// 	color: #999;
// 	text-transform: uppercase;
// 	text-align: center;
// 	margin-bottom: 40px;
// }
// .big-headline {
// 	font-size: 54px;
// 	line-height: 65px;
// 	color: #E10019;
// 	text-align: center;
// 	font-weight: 400;
// }
// .sub-headline {
// 	font-size: 24px;
// 	line-height: 32px;
// 	color: #666;
// 	font-weight: 200;
// 	text-align: center;
// 	margin: 15px 0 0 0;
// }
// .content-wrap h5, .headline {
// 	font-size: 32px;
// 	font-weight: 500;
// 	line-height: 40px;
// 	color: #333;
// 	margin-bottom: 20px;
// }
// .content-wrap h5 {
// 	margin-left: 60px; /* wenn alleinig über spalten */
// }
// .layout-wrap h5 {
// 	margin-left: 0 !important; /* wenn im Spaltenlayout */
// }

// h3 {
// 	font-size: 20px;
// 	margin: 0 0 20px 0;
// 	padding-top: 20px;
// 	font-weight: normal;
// 	color: #333;
// }


//  Das R-Zeichen 
// i {
// 	/* vertical-align: top;
// 	font-size: 0.7em; */
// 	font-style: normal;
// 	position: relative;
// 	top: -0.4em;
// 	font-size: 10px;
// 	line-height: 12px;
// }
// h2 i, i.gross {
// 	/* vertical-align: top;
// 	font-size: 0.7em; */
// 	font-style: normal;
// 	position: relative;
// 	top: -1em;
// 	font-size: 12px;
// 	font-weight: 700;
// }

// .small-headline, .teaser h5 {
// 	font-size: 16px;
// 	font-weight: 600;
// 	color: #333;
// 	margin: 0 0 4px 0;
// 	padding-top: 0;
// }

// /* Bildunterschrift */
// .bu {
// 	font-size: 12px;
// 	line-height: 16px;
// 	color: #666;
// }

// /* Links im Content */
// /* wenn strong, dann rot */

// .content-wrap strong a {
// 	color: #E10019;
// 	text-decoration: underline;
// 	font-weight: normal;
// }
// .content-wrap strong a:hover, .content-wrap strong a:focus, .content-wrap strong a:active {
// 	color: #F60;
// }

/* _______________________________________ 2 Produktseiten (allgemein) */

//.scrollblock {
//	overflow: hidden;  /* check notwendig */
//	padding: 0; /* muss 0 sein, wegen shadow-top */
//	position: relative;
//	width: 100%;
//	/* height wird über IDs definiert */
//}
//.scrollblock .content {
//	width: 940px;
//	margin: 0 auto;
//	position: relative;
//}
//
///* Scroll-Hinweis */
//
//#scrollen-hinweis {
//	position: absolute;
//	height: 70px;
//	font-size: 16px;
//	font-weight: 600;
//	text-transform: uppercase;
//	color: #333;
//}
//#scroll-pfeil {
//	position: absolute;
//	background: url(images/allgemein/scrollen-pfeil.png) center top no-repeat;
//	width: 100%;
//	height: 19px;
//	top: 30px;
//}
//
//.shadow-top {
//	position: absolute;
//	top: 0;
//	left: 0;
//	width: 100%;
//	height: 10px;
//	background: url(images/allgemein/shadow-top.png) 0 bottom repeat-x;
//	z-index: 10;
//}
//
//.shadow-bottom {
//	position: absolute;
//	bottom: 0;
//	left: 0;
//	width: 100%;
//	height: 10px;
//	background: url(images/allgemein/shadow-bottom.png) 0 top repeat-x;
//	z-index: 10;
//}
//
///* Punkte-Navigation */
//ul#raute-navi {
//	width: 12px;
//	height: 150px;
//	position: fixed;
//	/* top: via JS */
//	right: 15px;
//	/* background: url(images/allgemein/platzhalter-navipunkte.png) top left no-repeat; */
//	z-index: 10000;
//	margin: 0; padding: 0;
//	list-style: none;
//}
//#raute-navi li a {
//	display: block;
//	margin: 0 0 4px 0;
//	clear: both;
//	height: 13px;
//	width: 12px;
//	background: url(images/allgemein/raute-navi.png) 0 0 no-repeat;
//}
//#raute-navi li a:hover {
//	background-position: 0 -13px;
//}
//#raute-navi li a.active {
//	background-position: 0 -13px;
//}

/* Button 
.button-big {
	display: block;
	width: 353px;
	height: 66px;
	background: url(images/allgemein/button-big.png) 0 0 no-repeat;
	margin-bottom: 50px;
	text-indent: -10000px;
}
.button-big:hover {
	background-position: 0 -66px;
}
.button-big:active {
	background-position: 0 -132px;
}
*/

/* _______________________________________ 3 Startseite */

//#buehne {
//	width: 100%;
//	height: 588px;
//	background: url(images/home/bg-home.png) top left repeat-x;
//	border-bottom: 1px solid #ccc;
//	box-shadow: 0 0 1px white;
//}
//#buehne-center {
//	width: 940px;
//	height: 588px;
//	margin: 0 auto;
//	position: relative;
//}
//#home-person {
//	position: absolute;
//	z-index:10000;
//	top: 65px;
//	left: 70px;
//	background: url(images/home/home-person.png);
//	width: 298px;
//	height: 524px;
//}
//#home-bu {
//	position: absolute;
//	top: 540px;
//	left: 320px;
//}
//#home-headline {
//	position: absolute; 
//	top: 140px;
//	left: 400px;
//	width: 500px;
//	text-align: left;
//}
//#film-link {
//	position: absolute;
//	top: 440px;
//	left: 540px;
//	width: 172px;
//	height: 110px;
//	background: url(images/home/film-link.png) top left no-repeat;
//	text-indent: -10000px;
//}
//#film-link:hover {
//	background-position: 0 -110px;
//}
//#film-link:active {
//	background-position: 0 -220px;
//}
//
//#home-teaser {
//	position: absolute;
//	top: 445px;
//	left: 740px;
//	width: 200px;
//}
//#home-teaser a {
//	color: #E10019;
//}
//#home-teaser a:hover, #home-teaser a:focus {
//	color: #F60;
//}

/* freie Headline fuer mehr Struktur */
//.headline-structure {
//	width: 940px;
//	margin: 0 auto 10px auto;
//
//	font-size: 24px;
//	line-height: 32px;
//	color: #666;
//	font-weight: 400;	
//}
//.headline-structure strong {
//	color: #333;
//	font-weight: 400;	
//}

/* ------- Messehinweis */

//#news-top {
//	width: 940px;
//	margin: 0 auto;
//	height: 18px;
//	background: url(images/allgemein/news-top.png) top left no-repeat;
//}
//
//#news-wrap {
//	width: 940px;
//	margin: 0 auto 30px auto;
//	padding: 10px 0 40px 0;
//	font-size: 18px;
//	
//	border-top: none;
//	background: white;
//}
//.messe-entry {
//	clear: both;
//	float: left;
//	margin-top: 30px;
//	background: url(images/allgemein/news-border.png) 410px 0 repeat-y;
//	position: relative;
//}
//.messe-text {
//	float: left;
//	width: 400px;
//	font-size: 16px;
//	margin-left: 60px;
//}
//.messe-bild {
//	margin-left: 90px;
//	float: left;
//	padding-top: 5px;
//	width: 300px;
//	text-align: center;
//}
//
//#news-wrap img.alignleft {
//	float: left;
//	margin-right: 20px;
//}

/* _______________________________________ 4 Teaser */
//.teaser-wrap {
//	width: 980px;
//	margin: 0 auto;
//	padding: 20px 0 30px 0;
//}
//.teaser {
//	background: white;
//	width: 300px;
//	line-height: 20px;
//	float: left;
//	margin: 0 0 0 20px;
//}
///* Produktguide*/
//.teaser {
//	height: 300px;
//	margin-bottom: 20px;
//}
///* Home */
//.home .teaser {
//	margin-bottom: 0;
//	height: auto;
//}
//.teaser-wrap .teaser h5 {
//	margin-bottom: 8px;
//}
//.teaser h5 a {
//	color: #333;
//	text-decoration: none;
//}
//.teaser p {
//	margin-bottom: 8px;
//	color: #888;
//}
//.teaser a {
//	color: #E10019;
//}
//.teaser-text {
//	padding: 20px;
//}
//.teaser a:hover, .teaser a:focus {
//	color: #F60;
//}
//.teaser h5 a:hover, .teaser h5 a:focus {
//	color: #E10019;
//}

/* _______________________________________ 5 SEO-Fußbereich */

//.seo-wrap {
//	clear: both;
//	width: 940px;
//	margin: 0 auto 40px auto;
//	font-size: 12px;
//	line-height: 18px;
//	text-align:justify;
//}
//.seo-wrap p {
//	margin-bottom: 0;
//	text-indent: 30px;
//}
//.seo-wrap h5 + p {
//	text-indent: 0;
//}
//.seo-wrap a {
//}
//.seo-wrap h5 {
//	font-size: 12px;
//	line-height: 18px;
//	margin-bottom: 0;
//}
//.seo-wrap .text-left {
//	width: 460px;
//	float: left;
//}
//.seo-wrap .text-right {
//	width: 460px;
//	float: right;
//}


/* _______________________________________ 6 Layout 2spaltig */

// .content-wrap {
// 	width: 940px;
// 	margin: 60px auto 30px auto;
// 	position: relative;
	
// 	font-size: 16px;
// 	line-height: 26px;
// 	color: #666;
// }
// .content-wrap.mindesthoehe {
// 	min-height: 1100px;
// }

// .content-bg-alles {
// 	height: 100%;
// 	width: 940px;
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	z-index: -10;
// 	overflow: hidden;
// }
// .content-bg-top {
// 	background: url(images/allgemein/content-bg-top2.png) left 260px no-repeat;
// 	height: 50%;
// 	width: 940px;
// }
// .content-bg-bottom {
// 	background: url(images/allgemein/content-bg-bottom2.png) left bottom no-repeat;
// 	height: 50%;
// 	width: 940px;
// }


// /* zum jonglieren */

// .layout-wrap {
// 	clear: both;
// 	position: relative;
// 	margin-bottom: 50px;
// 	float: left;
// }
// .layout-wrap .spalte-links {
// 	 background: orange; 
// 	width: 470px;
// 	width: 400px;
// 	float: left;
// 	padding-left: 60px;
// 	padding-top: 1px; /* wenn leer --> floatet auf jeden fall */
// 	margin-right: 20px;
// }
// .layout-wrap .spalte-rechts {
// 	/* background: yellow; */
// 	width: 470px;
// 	width: 400px;
// 	float: left;
// 	padding-right: 60px;
// 	padding-top: 1px; /* wenn leer --> floatet auf jeden fall */
// }
// .layout-wrap h5 {
// 	margin-left: 0;
// }

// /* 1spaltige Variante */
// .layout-wrap-1spaltig {
// 	clear: both;
// 	position: relative;
// 	margin-bottom: 50px;
// 	float: left;
// 	padding: 60px;
// }
// .layout-wrap-1spaltig h5 {
// 	margin-left: 0;
// 	margin-top: 40px;
// }

// /* gleichen Abstand wenn Bild laenger ist als Text */
// .layout-wrap img {
// 	margin-bottom: 20px;
// }
// .layout-wrap p img {
// 	margin-bottom: 0;
// }


// /* _______________________________________ 7 Fragen Antworten */

// /* FAQ-Navi */

// ul#faq-navi {
// 	list-style: none;
// 	margin: 0 auto 0 auto;
// 	padding: 0;
// 	width: 784px;
// 	height: 112px;
// }
// ul#faq-navi li {
// 	float: left;
// 	margin: 0;
// 	padding: 0;
// 	width: 260px;
// 	height: 152px;
// 	margin-right: 2px;
// }
// ul#faq-navi li:last-child {
// 	margin-right: 0;
// }

// ul#faq-navi li a {
// 	display: block;
// 	float: left;
// 	width: 260px;
// 	height: 112px;
// 	background: url(images/allgemein/faq-inaktiv-bg.png);
// 	position: relative;
// 	font-size: 14px;
// 	line-height: 18px;
// 	text-shadow: 0 1px 0 #ececec;
// }
// ul#faq-navi a:hover, ul#faq-navi a:focus, ul#faq-navi a:active {
// 	background: url(images/allgemein/faq-bg-hover.png);
// 	color: #333;
// }

// /* in der deutschen Version 4spaltig */
// #sprache-de ul#faq-navi {
// 	width: 960px;
// }
// #sprache-de ul#faq-navi li a, #sprache-de ul#faq-navi li {
// 	width: 233px;
// }
// /* 3Zeiler etwas höher setzen */
// #sprache-de #faq-02 .nav-text,
// #sprache-de #faq-04 .nav-text {
// 	position: absolute;
// 	top: 30px;
// 	left: 125px;
// 	width: 100px;
// }

// /* Highlighting */
// .page-id-25 ul#faq-navi li#faq-01,
// .page-id-90 ul#faq-navi li#faq-02,
// .page-id-93 ul#faq-navi li#faq-03,
// .page-id-613 ul#faq-navi li#faq-01,
// .page-id-617 ul#faq-navi li#faq-02,
// .page-id-619 ul#faq-navi li#faq-03,
// .page-id-661 ul#faq-navi li#faq-04,
// ul#faq-navi li.active {
// 	background: url(images/allgemein/faq-zacken.png) center bottom no-repeat;
// }
// .page-id-25 ul#faq-navi li#faq-01 a,
// .page-id-90 ul#faq-navi li#faq-02 a,
// .page-id-93 ul#faq-navi li#faq-03 a,
// .page-id-613 ul#faq-navi li#faq-01 a,
// .page-id-617 ul#faq-navi li#faq-02 a,
// .page-id-619 ul#faq-navi li#faq-03 a,
// .page-id-661 ul#faq-navi li#faq-04 a,
// ul#faq-navi li.active a {
// 	background: white  !important;
// 	color: #333;
// }

// ul#faq-navi .nav-text {
// 	position: absolute;
// 	top: 38px;
// 	left: 125px;
// 	width: 100px;
// }
// ul#faq-navi #faq-02 .nav-text {
// 	left: 135px;
// }

// ul#faq-navi #faq-01 .nav-img {
// 	position: absolute;
// 	width: 66px;
// 	height: 76px;
// 	background: url(images/allgemein/produkt_thumb_sanstrap.png) top left no-repeat;
// 	top: 20px;
// 	left: 50px;
// }
// ul#faq-navi #faq-02 .nav-img {
// 	position: absolute;
// 	width: 102px;
// 	height: 66px;
// 	background: url(images/allgemein/produkt_thumb_sangrip.png) top left no-repeat;
// 	top: 30px;
// 	left: 20px;
// }
// ul#faq-navi #faq-03 .nav-img {
// 	position: absolute;
// 	width: 54px;
// 	height: 70px;
// 	background: url(images/allgemein/produkt_thumb_bm.png) top left no-repeat;
// 	top: 26px;
// 	left: 50px;
// }
// ul#faq-navi #faq-04 .nav-img {
// 	position: absolute;
// 	width: 102px;
// 	height: 66px;
// 	background: url(images/allgemein/produkt_thumb_korrosionsschutz.png) top left no-repeat;
// 	top: 30px;
// 	left: 20px;
// }


// /* icons */

// a.faq-schreiben {
// 	padding: 0 0 0 30px;
// 	position: relative;
// 	font-size: 14px;
// }
// a.faq-schreiben span {
// 	height: 100%;
// 	width: 17px;
// 	display: block;
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	background: url(images/allgemein/faq-schreiben.png) 0 center no-repeat;
// }
// a.faq-schreiben:hover span, a.faq-schreiben:focus span, a.faq-schreiben:active span {
// 	background-position: -17px center;
// }

// a.faq-zurueck {
// 	padding: 0 0 0 30px;
// 	position: relative;
// 	font-size: 14px;
// }
// a.faq-zurueck span {
// 	height: 100%;
// 	width: 17px;
// 	display: block;
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	background: url(images/allgemein/faq-zurueck.png) 0 center no-repeat;
// }
// a.faq-zurueck:hover span, a.faq-zurueck:focus span, a.faq-zurueck:active span {
// 	background-position: -17px center;
// }

// a.faq-jump {
// 	padding: 0 0 0 30px;
// 	position: relative;
// 	font-size: 14px;
// }
// a.faq-jump span {
// 	height: 100%;
// 	width: 17px;
// 	display: block;
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// 	background: url(images/allgemein/faq-jump.png) 0 center no-repeat;
// }
// a.faq-jump:hover span, a.faq-jump:focus span, a.faq-jump:active span {
// 	background-position: -17px center;
// }

// /* FAQ-Head */
// #faq-head {
// 	clear: both;
	
// 	width: 940px;
// 	background: white;
// 	height: 110px;
// 	margin-bottom: 1px;
// 	position: relative;
// }

// #faq-head .headline {
// 	padding: 35px 0 0 60px;
// }

// #faq-head a.faq-schreiben {
// 	position: absolute;
// 	top: 40px;
// 	right: 60px;
// }
// #faq-head a.faq-zurueck {
// 	position: absolute;
// 	top: 40px;
// 	left: 60px;
// }

// /* Body-Fragen */
// #faq-body-questions {
// 	width: 940px;
// }
// #faq-body-questions h4 {
// 	margin: 0;
// 	padding: 0;
// }
// #faq-body-questions h4 a {
// 	display: block;
// 	padding: 30px 300px 30px 60px;
// 	margin-bottom: 1px;
// 	background: white url(images/allgemein/faq-pfeil.png) 872px 0 no-repeat;
// 	text-decoration: none;
// 	font-size: 18px;
// 	line-height: 24px;
// 	color: #666;
// 	font-weight: 500;
// 	height: 50px;
// 	/* gesamthoehe : 50+30+30 = 110px */
// }
// #faq-body-questions h4 a:hover, #faq-body-questions h4 a:active, #faq-body-questions h4 a:focus {
// 	background: #FFF8ED url(images/allgemein/faq-pfeil.png) 872px -110px no-repeat;
// 	color: #F60;
// }

// /* Body-Antwort */
// #faq-body-answer {
// 	clear: both;
// 	background: white;
// 	padding: 60px 310px 60px 60px;
// 	margin-bottom: 1px;
// }
// #faq-body-answer p {
// 	font-size: 18px;
// 	line-height: 28px;
// }
// #faq-body-answer p:last-child {
// 	margin-bottom: 0;
// }

// /* FAQ-Footer */

// /* hauptseite*/
// #faq-footer-1 {
// 	background: url(images/allgemein/content-bg-bottom.png) top left no-repeat;
// 	height: 240px;
// 	text-align: center;
// 	padding-top: 60px;
// }
// #faq-footer-1 a.faq-schreiben {
// 	margin-right: 15px;
// }

// /* unterseite */
// #faq-footer-2 {
// 	background: url(images/allgemein/content-bg-bottom.png) top left no-repeat;
// 	height: 240px;
// 	padding-top: 60px;
// 	padding-left: 60px;
// 	position: relative;
// }

// .faq-teaser {
// 	float: left;
// 	width: 240px;
// 	margin-top: 20px;
// }
// .faq-teaser.zweiter {
// 	border-left: 1px solid #ccc;
// 	padding-left: 40px;
// }

// .faq-teaser h3 {
// 	color: #333;
// 	font-size: 16px;
// 	font-weight: 600;
// 	margin-bottom: 5px;
// }
// .faq-teaser p {
// 	font-size: 14px;
// 	line-height: 20px;
// 	margin-bottom: 5px;
// 	color: #888888;
// }
// .faq-teaser a {
// 	font-size: 14px;
// 	line-height: 20px;
// 	color: #E10019;
// }
// #faq-footer-2 img {
// 	display: block;
// 	position: absolute;
// 	bottom: -30px;
// 	right: 10px;
// }
// #faq-footer-2 .bu {
// 	position: absolute;
// 	bottom: -20px;
// 	right: 290px;
// 	text-align: right;
// }

// /* _______________________________________ 8 Ueber uns 3spaltig */

// .dreispaltig-wrap {
// 	width: 820px;
// 	height: 400px;
// 	margin: 70px auto 0 auto;
// }

// .dreispaltig-wrap div {
// 	width: 240px;
// 	margin-right: 50px;
// 	text-align: center;
// 	float: left;
// 	font-size: 14px;
// 	line-height: 22px;
// }
// .dreispaltig-wrap p {
// 	text-align: center;
// }
// .dreispaltig-wrap div.last {
// 	margin-right: 0;
// }
// .dreispaltig-wrap div h4 {
// 	font-size: 22px;
// 	font-weight: 500;
// 	margin: 10px 0 14px 0;
// 	color: #333;
// }

// /* _______________________________________ 9 Icons für Service und Kontakt */

// /* Sonderfall */
// p.telefon-big {
// 	width: 270px;
// 	margin-top: 40px;
// 	font-size: 24px;
// 	text-align: right;
// 	background: url(images/allgemein/icon-telefon-big.png) top left no-repeat;
// 	color: #333;
// }
// p.telefon-big .bu {
// 	display: block;
// 	padding-top: 5px;
// }

// /* Alle Icons */

// .icon {
// 	padding: 0 0 0 37px;
// 	position: relative;
// 	font-size: 14px;
// 	line-height: 22px;
// 	display: block;
// 	color: #666;
// }
// a.icon {
// 	text-decoration: underline;
// }
// .icon span {
// 	height: 100%;
// 	width: 24px;
// 	display: block;
// 	position: absolute;
// 	top: 0;
// 	left: 0;
// }
// a.icon:hover span, a.icon:focus span, a.icon:active span {
// 	background-position: -24px center;
// }

// .icon-telefon span {background: url(images/allgemein/kontakt-telefon.png) 0 center no-repeat;}
// .icon-fax span {background: url(images/allgemein/kontakt-fax.png) 0 center no-repeat;}
// .icon-mail span {background: url(images/allgemein/kontakt-brief.png) 0 center no-repeat;}
// .icon-rueckruf span {background: url(images/allgemein/kontakt-rueckruf.png) 0 center no-repeat;}

// /* Icon neben Absatz */
// p.icon-karte span {
// 	background: url(images/allgemein/kontakt-maps.png) top left no-repeat;
// }


// /* _______________________________________ 10 Historie */

// .timeline-wrap {
// 	clear: both;
// 	width: 940px;
// 	padding-bottom: 40px;
// 	float: left;
// }
// .timeline-wrap h5 {
// 	width: 160px;
// 	text-align: right;
// 	float: left;
// 	margin: 0;
// }
// .timeline-entry {
// 	width: 670px;
// 	padding-right: 60px;
// 	float: right;
// 	border-left: 1px solid #ccc;
// 	padding-left: 30px;
// }
// .timeline-entry p {
// 	width: 500px;
// }

// .timeline-entry p:last-child {
// 	margin-bottom: 0;
// }

// .bu-daneben {
// 	clear: both;
// 	position: relative;
// 	margin-bottom: 20px;
// }
// .bu-daneben:last-child {
// 	margin-bottom: 0;
// }
// .bu-daneben p {
// 	position: absolute;
// 	top: 0;
// 	left: 500px;
// 	width: 140px;
// }

// .bu-darunter {
// 	position: relative;
// 	margin-bottom: 20px;
// 	float: left;
// }
// .bu-darunter:last-child {
// 	margin-bottom: 0;
// }
// .bu-darunter p {
// 	margin-top: 10px;
// 	width: 180px;
// }

/* _______________________________________ 11 Kontakt-Layout */

/*#kontaktseite #calltoaction {
	display: none;
}

#kontakt-links {
	width: 240px;
	padding-left: 60px;
	float: left;
	margin-top: 60px;
}
#kontakt-rechts {
	width: 539px;
	border-left: 1px solid #ccc;
	box-shadow: 1px 0 0 white inset;
	float: right;
	padding-left: 80px;
	margin-top: 60px;
	padding-right: 0;
}
#kontakt-rechts .headline {
	font-size: 20px;
	line-height: 26px;
}

#datenschutz-hinweis {
	color: #888;
	width: 420px;
	margin-top: 40px;
	background: url(images/allgemein/icon-schloss.png) top left no-repeat;
}
#datenschutz-hinweis strong {
	display: block;
	padding: 0 0 5px 0;
	padding-left: 22px;
}
*/
// /* _______________________________________ 12 Suche und Passwort-Protected */

// #suchfeld-wrap {
// 	width: 600px;
// 	height: 18px;
// 	margin: 0 auto;
// 	padding-bottom: 40px;
// 	clear: both;
// }


// #suchfeld-sub input {
// 	display: block;
// 	float: left;
// 	font-size: 18px;
// 	line-height: 20px;
// 	font-family: 'Open Sans', sans-serif;
// 	text-shadow: 0 1px 0 white;
// 	color: #333;
// 	padding: 4px 10px;
// 	border: none;
// 	height: 30px;
// 	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;	
// }

// #suchfeld-sub input:focus {
// 	outline: none;
// 	box-shadow: none;
// }

// #suchfeld-sub input#sucheingabe-sub {
// 	width: 400px;
// 	box-shadow: none;
// }

// #suchfeld-sub input#suchbutton-sub {
// 	font-weight: 700;
// 	font-size: 14px;
// 	margin: 0;
// 	background: url(images/allgemein/suche-button-sub.png) 0 0 no-repeat;
// 	border: none;
// 	cursor: pointer;
// 	width: 180px;
// 	height: 38px;
// 	box-shadow: -2px 0 2px #ccc;
// 	float: left;
// }
// #suchfeld input#suchbutton:hover, #suchfeld-sub input#suchbutton-sub:hover {
// 	background-position: 0 -38px;
// }
// #suchfeld input#suchbutton:active, #suchfeld-sub input#suchbutton-sub:focus {
// 	background-position: 0 -76px;
// }

// .search-entry {
// 	clear: both;
// 	width: 600px;
// 	margin: 24px auto;
// 	border-top: 1px solid white;
// 	box-shadow: 0 -1px 0 #ccc;
// 	padding-top: 24px;
// }
// .search-entry h3 {
// 	margin: 0 0 8px 0;
// 	padding: 0;
// }
// .search-entry p {
// 	font-size: 14px;
// 	line-height: 22px;
// 	margin: 0;
// }

// /* _______________________________________ 13 Downloads */

// .page-template-page-downloads-php h5 {
// 	margin-left: 0;
// }

// .download a {
// 	display: block;
// 	float: left;
// 	margin-right: 20px;	
// 	box-shadow: 0 0 3px #ccc;
// 	line-height: 1px;
// }
// .download a:hover, .download a:active {
// 	box-shadow: 0 0 3px #666;	
// }
