/***************************************************************/
/* Möbel Knappstein                                            */
/*                                                             */
/* Erstellt von: LEMM Werbeagentur GmbH                        */
/* Erstellt am: 03/2010                                        */
/*                                                             */
/* Hinweis: dieses Stylesheet ist ausschließlich für das       */
/* Aussehen der Website verantwortlich und ist für alle        */
/* gängigen Browser angepasst!                                 */
/*                                                             */
/* ©2010 für http://moebel-knappstein.de                       */
/***************************************************************/

*{
	margin:0;
	padding:0;
}


body{
	margin:0;
	padding:0;
	width:100%;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	font-color:#333;
	background:  #808080;
	/*background:  #fff;*/
	overflow:-moz-scrollbars-vertical;
}


.hide{
	display: none;
}

.hand	{
	cursor:pointer;
}

.lFloat	{
	float:left;
}

.rFloat	{
	float:right;
}

/* .Clear Bereich*/
.lClear{ clear:left;height:0;padding:0;margin:0}
.rClear{ clear:right;height:0;padding:0;margin:0 }
.bClear{ clear:both;height:0;padding:0;margin:0 }


img{
	border: 0;
}

a{
 	color: #575757;
    font-size:12px;
	text-decoration: none;
	cursor:pointer;
}

a:hover{
	color: #bd112a;
}

h1, h2, h3, h4, h5, h6{
	font-family:helvetica,arial;
	color: #bd112a;
	font-weight: bold;
}


p{
	line-height: 18px;
	color: #575757;
}

hr {
	margin-top: 10px;
	padding:0;
	border-top: 3px solid #bd112a;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

hr.klein {
	margin-top: 10px;
	padding:0;
	border-top: 1px solid #bd112a;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.red{
	color: #bd112a;
}

.grau{
	color: #575757 !important;
}


/*   */

#box{
	margin: 0 auto;
	width: 950px;
	background:#fff;
	overflow:hidden;
}

#top{
	margin-bottom: 10px;
	border-top: 3px solid #bd112a;
	height: 133px;
	width: 950px;
}

#logo{
	float: left;
	width: 257px;
	text-align: left;
	background: url(../bilder/layout/logo.jpg) no-repeat #fff;
}
#logo img	{
	display:block;
}
#topSubNavi{
	display:block;
	margin-left: 10px;
	padding: 0;
	float: left;
	width: 683px;
	height: 133px;
	text-align:right;
	background: url(../bilder/layout/top_indianerin.jpg) no-repeat;

}


#topSubNavi ul{
	float: right;
	margin-top: 5px;
	list-style-type: none;
}

#topSubNavi ul li{
	float: left;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #575757;
}

#topSubNavi ul li a:link, #topSubNavi ul li a:visited {
	display: block;
	color: #575757;
	font-size: 11px;
}

#topSubNavi ul li a:hover, #topSubNavi ul li a.hit {
	color: #bd112a;
}

#topNavi{
	width: 950px;
	height: 38px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../bilder/layout/bg_topNavi.jpg) repeat-x;
	overflow:hidden;
}

#topNavi ul{
	float: left;
	list-style-type: none;
}

#topNavi ul li{
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}

#topNavi ul li a:link, #topNavi ul li a:visited {
	height: 30px;
	display: block;
	padding: 12px 10px 0 10px;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

#topNavi ul li a:hover, #topNavi ul li a.hit {
	color: #bd112a;
	background: url(../bilder/layout/bg_topNavi_ak.jpg) repeat-x;
}

.suchBox{
	float: left;
	height: 20px;
	margin-top: 3px;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 10px 3px 35px;
	border-left: 1px solid #ccc;
}

p.suchText{
	color: #fff;
	float: left;
}

input[type="text"]{
	float: left;
	margin: 0 5px;
	width: 110px;
	color: #575757;
	font-size: 11px;
	border: 1px solid #ccc;
}

input[type="submit"].suche{
	width: 16px;
	height: 16px;
	border: 0;
	background: url(../bilder/layout/suchbtn.gif) no-repeat;
	cursor: pointer;
}

#middleStart{
	padding:0;
	width: 950px;
	border-bottom: 1px solid #eaeaea;
}

#middle{
	margin-top:50px;
	padding:0;
	width: 950px;
	border-bottom: 1px solid #eaeaea;
}

.breadcrumb{
	width: 950px;
	margin: 0px 0 2px 5px;
	/*border-bottom: 1px solid #cccccc;*/
}

.bcLeft{
	margin: 0;
	padding: 0;
	width: 950px;
	overflow: hidden;
}

.bcNavi{
	font-size: 11px;
	list-style-type: none;
}

.bcNavi li{
	display: inline;
}

.bcNavi li a:link, .bcNavi li a:visited {
	font-size: 11px;
}

.bcRight{
	margin: 0;
	padding: 0;
	width: 40px;
	float: right;
}

.bcRight ul{
	list-style-type: none;
}

.bcRight ul li{
	display: inline;
}

#content{
	border-top: 3px solid #bd112a;

}

#contentBig{
	border-top: 3px solid #bd112a;
	padding: 10px;
}

#contentBig h1{
	font-size: 1.8em;
}

#contentBig ul{
	margin: 10px 0;
	padding: 10px 0;
	list-style-type: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#contentBig ul li{
	display: inline-block;
	margin: 0;
}

#contentBig ul li a{
	display: block;
	padding: 0 15px;
	background: url(../bilder/layout/icon_dotpfeil_kl_grau.jpg) no-repeat scroll 0px 2px;
}

#contentBig ul li a:hover{
	background: url(../bilder/layout/icon_dotpfeil_kl.jpg) no-repeat scroll 0px 2px;
}

.twohnwelt, #innerHeadFlash{
	float: left;
	width: 600px;
	border-top: 0;
	padding: 0;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	/*border-bottom: 1px solid #cccccc;*/
}

.tblock{
	float: left;
	width: 330px;
	border-top: 0;
	border-left: 0;
	padding:0;
	margin-left: 8px;
}

.tprospekt{
	padding: 0;
	margin: 0;
	height: 220px;
	border-bottom: 1px solid #cccccc;
	background: url(../bilder/layout/prospekt.jpg) no-repeat 0 0;
}

p.prosText{
	float: right;
	margin-top: 110px;
	width: 220px;
}

a.btnProspekt{
	float: right;
	margin: 10px 30px 0 0;
}

.tnewsletter{
	margin: 0;
	padding: 0;
	float: left;
	height: 211px;
	width: 330px;
	background: url(../bilder/layout/newsletter.jpg) no-repeat 175px 35px;

}

a.btnNewsletter img{
	margin: 20px 0 0 10px;
}

p.newsletterText{
	float: left;
	margin: 20px 0 0 10px;
	width: 220px;
}

.newsletterBox{
	float: left;
	width: 200px;
}

input.newsTxtFeld{
	margin: 10px 0 0 10px;
	width: 180px;
	border: 1px solid #bd112a;
	height: 18px;
}

input.btnAbo{
	text-align: left;
	margin: 5px 0 0 10px;
	width: 100px;
	padding: 0px;
	color: #575757;
	font-weight: bold;
	font-size: 13px;
	background: url(../bilder/layout/icon_tpfeil_kl_rot.jpg) no-repeat 80px 1px;
	border: 0;
}

.tservice{
	margin-top: 10px;
	float: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tservice h2	{
	width: 288px;
}
.infoBox{
	float: left;
	width: 355px;
	margin-top: 10px;
}
.infoBoxbreit{
	float: left;
	margin-top: 10px;
	width:99%;
}

.infoBox h2, .empfehlungBox h2, .tservice h2, .infoBoxbreit h3{
	margin: 0;
	height: 40px;
	padding: 10px 0 0 10px;
	background: url(../bilder/layout/bg_news.jpg) repeat-x;
	border-bottom: 3px solid #cccccc;
}

.news{
	height: 175px;
	padding: 20px 0 10px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.newsBox{
	height: 160px;
	width: 260px;
	overflow: auto;
	margin: 0;
	padding: 5px;
}

dt{
	padding-left: 10px;
	background: url(../bilder/layout/icon_dot.jpg) no-repeat 0 3px;
}

dl, dt{
	color: #bd112a !important;
}

dl, dt, dd{
	font-family: Verdana, Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-indent: 0;
	text-decoration: none;
}

dd{
	padding-left: 10px;
	color: #575757;
	margin-bottom: 10px;
}

.empfehlungBox{
	float: left;
	width: 296px;
	margin-top: 10px;
}

.empfehlen{
	height: 205px;
	width:354px;
	text-align:center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow:hidden;

}

.empfehlen ul{
	list-style-type: none;
	margin: 0px
}

.empfehlen ul li{
	margin: 0px
}


.empfehlen ul li img{
	margin-bottom: 3px
}

.empfehlen ul li a{
	font-size:11px;
}

.kppHotline{
	margin:0;
	padding: 5px 10px;
	height: 76px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


.seiteTop{
	width: 940px;
	margin: 10px auto 5px auto;
	padding-top: 2px;
	text-align: right;
	border-top: 1px solid #bd112a;
	border-right: 3px solid #bd112a;
}

.seiteTop a.linkTop{
	margin-right: 10px;
	font-size: 11px;
}

.lfBox{
	float: left;
	width: 300px;
	padding: 5px;
	border-right: 1px dotted #ccc;
}

p.hline{
	color: #bd112a;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

p.infoText{
	margin-top: 5px;
	font-size: 10px;
	padding: 0 10px;
	text-align: center;
}

.flashBox{
	width: 950px;
	margin: 0;
	padding: 0;
}

.contentLeft{
	float: left;
	width: 210px;
	overflow:hidden;
}

.contentLeft ul{
	margin: 0;
	list-style-type: none;
}

.contentLeft ul li{
	margin-top: 5px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.contentLeft ul li a:link, .contentLeft ul li a:visited{
	display: block;
	color: #575757;
	text-decoration: none;
	padding:5px 0 5px 15px;
}

.contentLeft ul li a:hover, .contentLeft ul li a.hit{
	color: #bd112a;
	text-decoration: underline;
	background: url(../bilder/layout/suchbtn.gif) no-repeat 0px 5px;
}

.contentLeft ul li.backLink{
	padding:5px 0 5px 15px;
}

.contentLeft ul li.backLink a:link{
	color: #bd112a;
	font-size: 14px;
	padding-left: 20px;
	background: url(../bilder/layout/icon_dotpfeil.jpg) no-repeat 0 5px;
}

.contentLeft ul li ul{
	border-top: 1px solid #ccc;
}

.contentLeft ul li ul li{
	padding-left: 20px;
	font-style:italic;
}

ul.subNavigation{
	margin: 0;
}

.contentRight{
	margin: 0 0 0 20px;
	padding:0;
	float: left;
	width: 700px;
}

.contentRight h1{
	margin: 5px 0;
	color: #bd112a;
	font-size:1.8em;
}
.contentRight h2{
	margin: 5px 0;
	color: #bd112a;
	font-size:1.6em;
}
.contentRight h3{
	margin: 5px 0;
	color: #bd112a;
	font-size:1.2em;
}
.contentRight h4{
	margin: 5px 0;
	color: #bd112a;
	font-size:1.6em;
	font-weight:normal;
}
.contentRight h5{
	margin: 5px 0;
	color: #808080;
	font-size:1.2em;
	font-weight:normal;
}

.leftTeaser{
	float: left;
	margin: 0;
	padding:0;
	width: 295px;
	border-left: 1px solid #bd112a;
	border-bottom: 1px solid #bd112a;
}

.rightTeaser{
	float: left;
	margin: 0;
	padding:0;
	width: 295px;
	border-left: 1px solid #bd112a;
	border-right: 1px solid #bd112a;
	border-bottom: 1px solid #bd112a;
}


a.linkTop{
	padding-left: 10px;
	background: url(../bilder/layout/icon_up_grau.jpg) no-repeat 0 4px;
}

a.linkTop:hover{
	color: #bd112a;
	padding-left: 10px;
	background: url(../bilder/layout/icon_up.jpg) no-repeat 0 4px;
}

ul.sitemap{
	list-style-type: none;
}

ul.sitemap li{
	padding: 5px 0 5px 0px;
}

ul.sitemap li a{
	display: block;
	padding-left: 15px;
	font-weight: bold;
	background: url(../bilder/layout/icon_dotpfeil_kl_grau.jpg) no-repeat 0 2px;
}

ul.sitemap li a:hover{
	background: url(../bilder/layout/icon_dotpfeil_kl.jpg) no-repeat 0 2px;
}


ul.sitemap li ul.sitemap{
	padding: 5px 0;
}

ul.sitemap li ul.sitemap li{
	padding: 2px 0 2px 10px;
}

ul.sitemap li ul.sitemap li a{
	display: block;
	font-weight: normal;
	background: url(../bilder/layout/icon_dotpfeil_kl.jpg) no-repeat 0 2px;
}

ul.sitemap li ul.sitemap li a:hover{
	background: url(../bilder/layout/icon_dotpfeil_kl_rot.jpg) no-repeat -3px 0;
}

ul.sitemap li ul.sitemap li ul.sitemap{
	padding: 10px 0;
}

ul.sitemap li ul.sitemap li ul.sitemap li{
	padding: 2px 0 2px 20px;
}

ul.sitemap li ul.sitemap li ul.sitemap li a{
	display: block;
	font-style:italic;
	background: url(../bilder/layout/icon_tpfeil_kl_grau.jpg) no-repeat 0 0;
}

ul.sitemap li ul.sitemap li ul.sitemap li a:hover{
	background: url(../bilder/layout/icon_tpfeil_kl_rot.jpg) no-repeat 0 0;
}


form.kForm{
	margin: 10px 0;
}

div.kBox{
	margin-top: 15px;
	width: 100%;
	float: left;
}

label.txt_input{
	color: #575757;
}

input.kform_input{
	margin: 2px 0;
	width: 200px;
}

input.kform_input_plz{
	margin: 2px 2px 2px 0;
	width: 40px;
}

input.kform_input_ort{
	width: 156px;
	margin: 2px 0;
}

textarea.kform_input{
	margin: 2px 0;
	width: 200px;
}

p.txt_pflichtInfo{
	margin:0;
	padding:0;
}

.kbox2{
	display: none;
}

input[type="submit"].btn_Absenden{
	text-align:left;
	width: 110px;
	height: 24px;
	padding-left: 20px;
	text-transform:uppercase;
	color: #bd112a;
	background: url(../bilder/layout/icon_dotpfeil.jpg) no-repeat 0px 5px;
	border: 0;
}

ul#joblist{
	margin: 10px 0;
	list-style-type: none;
}

p.text{
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0;
}

td.text{
	padding-left: 10px;
	color: #575757;
}

img.logoHersteller{
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

#suchwort{
	font-size: 10px;
}

.kFormLeft{
	float: left;
	width: 50%;
	margin-right: 10px;
}

.kformRight{
	float: left;
	width: 45%;
}

ul.twohnListe{
	list-style-type: none;
}

ul.twohnListe li{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	width: 210px;
	height: 150px;
}

.txtLink{
	padding-left: 15px;
	background: url(../bilder/layout/icon_tpfeil_kl_rot.jpg) no-repeat 0 0;
}

.trendLogo{
	position: absolute;
	width: 200px;
	height: 200px;
	margin: -600px 0 0 350px;
	background: url(../bilder/layout/trendstore.jpg) no-repeat 0 0;
}

ul#joblist li h2{
	padding-left: 25px;
	background: url(../bilder/layout/icon_dotpfeil.jpg) no-repeat 0 6px;
}

div#AngebotDetail{
	margin: 0;
	padding: 0;
	width: 700px;
}

.angebotBild{
	width: 540px;
	border: 1px solid #ccc;
	float:left;
	overflow:hidden;
	margin-right:5px;
}
.weitereBilder {
	width: 150px;
	height:340px;
	float:left;

	margin-top:-13px
}

.AngeboteAuswahl{
	margin: 10px 10px 0 0;
	float: left;
	width: 165px;
	height: 200px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.AngeboteAuswahl h3{
	padding-left: 5px;
}

div.AngeboteSortimentwahl{
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #ccc;
}

.sortFlashBox, #sortFlash {
	width:700px;
	height:250px;
	margin-bottom:10px;
}

div.preis{
	float:left;
	width: 145px;
	margin:  0;
	padding: 5px 5px 10px 0;
	border-bottom: 1px solid #ccc;

}

p.alterPreis{
	text-align: right;
	margin: 0 0 5px 0;
	text-decoration:line-through;
}

p.preisTxt{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

p.neuerPreis{
	text-align: right;
	margin: 5px 0;
	font-size: 25px;
	font-weight: bold;
}

.SieSparen {
 	float:right;
	width:130px;
	background:#aa0418;
	padding:10px;
	color:#fff;
}
.SieSparenProzent {
    font-size:4.2em;
	font-weight:bold;
	font-family:verdana;
}

.beschreibung p {
 	margin:0 200px 10px 0;
}

.Ansprechpartner {
	float:left;
	width:109px;
	background:#fff;
	border:1px solid #ccc;
	height: 250px;
	margin: 0 4px 10px 0;
	text-align:center;
	font-size:0.8em;
}

.Ansprechpartner h3{
	font-size: 10px;
}

.Ansprechpartner a {
	font-size:0.9em;
}

.Ansprechpartner img {
	width:100px;
}

.Ansprechpartner h3{
	background: url(../bilder/layout/bg_headlines.jpg) repeat-x;
	height:35px;
	border:0px;
	margin:0px;
	padding:0px;
}

.Ansprechpartner h4 {
 	height:20px;
}

p.subtitel{
	padding: 10px 0;
	font-weight: bold;
	font-size: 18px;
}

ul.serviceListe{
	width: 700px;
	list-style-type: none;
}

ul.serviceListe li{
	display: inline;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 210px;
	height: 150px;
}

/*
ul#filialauswahlliste{
	padding: 0;
	margin-bottom: 10px;
	border: 0;
}
*/
.filialauswahlliste{
	margin-bottom: 15px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	display: block;
	border: 0;
	background: none;
	width:45%;
	float:left;
	margin-left:20px;
	border:1px solid #efefef;
}

.filialauswahlliste a{
	margin: 0;
	display: block;
	padding: 0 0 2px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background: none;
}

.filialauswahlliste a b{
	padding: 2px 0 2px 20px;
	/*background: #c2243b;*/
	/*background: #bd112a;*/
	display: block;
	color: #bd112a;
	background: url(../bilder/layout/icon_dotpfeil_kl.jpg) no-repeat #eaeaea 5px 6px;
}

.filialauswahlliste span{
	padding: 0 0 0 19px;
}

.filialauswahlliste ul{
	margin: auto;
	list-style-type: none;
}

.filialauswahlliste ul li, .filialauswahlliste ul li:hover{
	background: none;
	margin:	5px;
	padding: 5px;

}

#StandorteDivBackground	{
	position:absolute;
	top:176px;
	margin: 0;
	padding: 20px 0;
	display:none;
	width:100%;
	height:170px;
	overflow:hidden;
	z-index:23;
	background: url(../bilder/layout/standorte_bg.png) no-repeat;
	background-position: center;
}
#StandorteDiv	{
	position:relative;
	margin:0 auto;
	padding: 20px 0;
	display:none;
	width:950px;
	height:150px;
	overflow:hidden;
	z-index:42;
}

#StandorteDivBackgroundStartseite	{
	position:absolute;
	top:176px;
	margin: 0;
	padding: 20px 0;
	display:block;
	width:100%;
	height:170px;
	overflow:hidden;
	z-index:23;
	background: url(../bilder/layout/standorte_bg.png) no-repeat;
	background-position: center;
}

#StandorteDivStartseite	{
	position:relative;
	margin:0 auto;
	padding: 20px 0;
	display:block;
	width:950px;
	height:150px;
	overflow:hidden;
	z-index:42;
}

.standortNavi{
	margin: 0;
	width: 980px;
	height: 130px;
}

ul.kppHaus{
	list-style-type: none;
}

ul.kppHaus li{
	float: left;
	display: inline-block;
	margin: 0;
}

img.imgBTN{
	margin-right: 23px;
}


#ebookslider{
	background: url(../bilder/layout/angebotesliderhead.gif) no-repeat;
	width: 210px;
	height: 270px;
	overflow: hidden;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 2px solid #bd112a;
	border-bottom: 2px solid #bd112a;
}

#ebookslider ul, #ebookslider div {
	margin-left: 20px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 207px;
	overflow: hidden;
}

#ebookslider ul li a img, #ebookslider a img {
	margin: 0px auto 0 auto;
}

#ebookslider ul li a.titel, #ebookslider a.titel{
	display: block;
	text-align: center;
	width: 207px;
}

#schnaeppchenslider{
	background: url(../bilder/layout/angebotesliderhead.gif) no-repeat;
	width: 352px;
	height: 201px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#schnaeppchenslider ul, #schnaeppchenslider div {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 352px;
	overflow: hidden;
}
#schnaeppchenslider li {
	height:205px;
	overflow: hidden;
}
#schnaeppchenslider ul li a img, #schnaeppchenslider a img {
	margin: 0px auto 0 auto;
}

#schnaeppchenslider ul li a, #schnaeppchenslider a{
	font-size:11px;
}

ul#sortimentuebersicht{
	list-style-type: none;
}

ul#sortimentuebersicht li{
	display: inline;
}

ul#sortimentuebersicht li a img{
	width: 210px;
	height: 150px;
	border:1px solid #808080;
	margin:10px 5px 0 5px;
}

.filialNaviAbstand	{
	margin-top:250px;
}

.teambild	{
	float:left;
	text-align:center;
	margin: 0 10px 10px 0;
}

.teambild span	{
	float:none;
	font-size:11px;
}
.teambild img	{
	float:none;
}

span#showsitemapbutton{
	margin: 20px;
	padding: 2px 5px;
	color: #fff;
	background: #bd112a;
}

.wochenkarte {
         width:650px;
	background: url(../bilder/layout/bg_wochenkarte.jpg) repeat-x;
	background-position:bottom;
	border:1px solid #808080;
	padding:10px;
	margin: 20px 0;

}


.contentRightNewsletter{
	margin: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f4f4f4 url(../bilder/layout/bg_newsletterBox.jpg) repeat-x 1px 1px;
	overflow: hidden;
}

div.NewsTopBox{
	height: 200px;
}

div.NewsTopBox h2{
	color: #575757;
}

div.contentRightNewsletter ul{
	margin: 0 20px !important;
	width: 420px;
	border: 0 !important;
	list-style-type: none;
}

.contentRightNewsletter ul li{
	margin: 5px 0 !important;
	padding-left: 20px;
	color: #575757;
	font-size: 11px;
	background: url(../bilder/layout/icon_checked_red.gif) no-repeat;
}

img.crn_imgStern{
	margin: 50px 0 0 0;
	padding: 0;
	float:left;
}


img.crn_imgMann{
	margin: 0;
	padding: 0;
	float:left;
}

div.emailBox{
	float: left;
	margin-top: 5px;
	padding: 0;
	width: 635px;
	background: #fff;
	border: 1px solid #ccc;
}

div.NewsletterAbmeldeBox{
	float: left;
	width: 210px;
	height: 260px;
	margin: 5px 0 0 15px;
	background: #fff;
	border: 1px solid #ccc;
}

/*div.NewsletterAbmeldeBox{
	margin-top: 10px;
	width: 667px;
	height: 30px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
}*/

div.abmeldeBox{
	margin: 0;
	padding: 0;
	height: 190px;
	padding: 5px;
}

div.NewsletterAbmeldeBox h3{
	font-size: 12px;
}

div.NewsletterAbmeldeBox p{
	font-size: 11px;
}

div.NewsletterAbmeldeBox a{
	display: block;
	font-size: 11px;
	color: #bd112a;
	font-weight: bold;
}

div.NewsletterAbmeldeBox a img{
	border: 0;
	display: block;
	margin: 0 auto;
}

div.NewsletterAbmeldeBox a:hover{
	text-decoration: underline;
}

div.NewsHinweisBox{
	height: 50px;
	padding:5px 0 5px 20px;
	background: url(../bilder/layout/icon_hinweis.gif) no-repeat #f4f4f4 0 5px;
}

div.NewsHinweisBox p{
	font-size: 9px;
	line-height: 1.5em;
}

.NewsletterFormBox{
	margin: 0;
	padding: 0;

}

div.mailBoxRed{
	margin: 0;
	padding: 15px 0 15px 30px;
	height: 15px;
	background: #bd112a;
}

div.mailBoxRed label{
	float: left;
	color: #fff;
	font-size: 11px;
	width: 100px;
}

div.mailBoxRed input{
	border: 0;
	width: 350px;
	height: 18px;
	padding:4px 0 0 4px;

}


div.anredeBox, div.nameBox{
	width: 100%;
	height: 25px;
	float: left;
	padding-left: 30px;
	font-size: 11px;
}

div.anredeBox{
	margin-top: 10px;
	color: #575757;
}

div.anredeBox label, div.nameBox label{
	float: left;
	display: block;
	width: 100px;
	color: #bd112a;
	font-weight: bold;
}

div.postBox{
	width: 100%;
	height: 25px;
	float: left;
	padding-left: 30px;
	font-size: 11px;
}
div.postBox label{
	float: left;
	display: block;
	width: 250px;
	color: #bd112a;
	font-weight: bold;
}

p.nl_form_geschlecht label	{
 	font-weight:normal;
 	color:#575757;
 	width:auto;
 	display:inline !important;
 	float:none !important;
 	margin-right:10px;
 	cursor: pointer;
 }

.radioBtnSex{
	margin: 0 5px;
}

p.hinweisTxt{
	float:left;
	margin-left: 5px;
	color: #575757;
	font-size: 9px;
}

div.nameBox input.nameTxtFeld{
	border: 0;
	width: 350px;
	height: 18px;
	padding:4px 0 0 4px;
	background: #eaeaea;
}
div.nameBox input.shortTxtFeld{
	border: 0;
	width: 40px;
	height: 18px;
	padding:4px 0 0 4px;
	background: #eaeaea;
}
div.nameBox input.longTxtFeld{
	border: 0;
	width: 295px;
	height: 18px;
	padding:4px 0 0 4px;
	background: #eaeaea;
}

div.pfBox{
	width: 100%;
	height: 50px;
	float: left;
	padding-left: 30px;
	font-size: 11px;

}
div.pfBox label {
	float: left;
	display: block;
	width: 105px;
	color: #bd112a;
	font-weight: bold;
		height: 50px;
}

div.selectFiliale{
	float: left;
}

div.pfBox p{
	font-size: 11px;
	width:400px;
}

.btnNLSubmit{
	margin: 20px auto 0  200px;

	width: 150px;
	height: 20px;
	margin-right: 20px;
}

/* FOOTER */
#footer{
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 950px;
	background: #eaeaea;
}

ul.footerMap{
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: none;
}

ul.footerMap li{
	width: 225px;
	margin: 5px 0 0 0;
	float: left;
	display: inline-block;
	font-weight: bold;
}

ul.footerMap li a{
	font-size: 11px;
}

ul.footerMap li ul.footerMap{
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.footerMap li ul.footerMap li{
	border: 0;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}


#Auftragsauskunft {
 	width:700px;
	margin: 10px auto 0 auto;
}
.Auftragsauskunft {
	width:700px;
	font-size:12px;
}
.Auftragsauskunft td {
 	padding:3px 0px 3px 5px;

}

#AA_form {
	width: 400px;
	background:#a60014 url(../bilder/layout/bg_topNavi.jpg) repeat-x;
	margin:	0 auto 0 auto;
	padding:10px;
	color:#ffffff;
        }
.AA_form_head {
 	padding: 5px;
	text-align:center;
	font-size:1.4em;
	padding: 0 0 10px 0;
}
.AA_form_text {
 	padding: 5px;
	text-align:right
}
.AA_form_input {
 	padding: 5px;
	height:20px;
}
.AA_form_input input {
	height:18px;
	font-size:14px;
}
.AA_form_submit {
 	text-align:center;
}
.AA_button_submit {
	height: 40px;
	margin: 5px;
}