/*
	black		:	#000
	darkgray	:	#50514f
	middlegray	:	#e7e7e7
	lightgray	:	#f0f0f0
	fontgray	:	#5d5d5d
	green		:	#95cc47

*/

.outlinefix:focus, .outlinefix:focus {
	-moz-outline-style: none;
}


html{

}

body{
	margin:0px;
	padding:0px;
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#424242;
}

img, fieldset{
	border:none;
	margin-right:20px;
	margin-bottom:20px;
}

h1, h2, h3, h4, h5, h6, ul, li{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1{
	text-transform:uppercase;
}

a{
	text-decoration:none;
	color:#c7003d;
}

form{
	display:none;
}

label{
	display:none;
}

#accessoryArea label{
	display:none;
}
#accessoryArea input{
	display:none;
}

#accessoryArea select{
	display:none;
}

#accessoryArea input#zip{
	display:none;
}

#accessoryArea input#city{
	display:none;
}
#accessoryArea fieldset{
	display:none;
}
#accessoryArea h3{
	display:none;
}
#accessoryArea button span{
	display:none;
}
#accessoryArea button{
	display:none;
}
#accessoryArea form{
	display:none;
}
.comment label{
	display:none;
}


/* Katalog*/

#katalog{
	width:946px; 
	height:650px;
	border:none;

}

/* GoogleMap */
	iframe{
	
	margin-top:30px;
	margin-bottom:30px;
	}
/* BUTTON DEFINITION */
	button { 
		display:none;
		position: relative;
		margin-top:20px;
		margin-right:40px;
		border: 0; 
		padding: 0;
		cursor: pointer;
		overflow: visible; /* removes extra side padding in IE */
	}

	button::-moz-focus-inner {
		border: none;  /* overrides extra padding in Firefox */
	}

	button span { 
		position: relative;
		display: block; 
		white-space: nowrap;	
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari and Google Chrome only - fix margins */
		button span {
			margin-top: -1px;
		}
	}


	button { 
		height:51px;
		padding-right:29px;
		background:transparent url(../images/button_bg.gif) right -51px no-repeat; 
	}

	button span { 
		height:51px;
		line-height:52px;
		padding-left:30px;
		color:#c7003d;
		font-size:12px;
		font-weight:normal;
		text-transform:uppercase;
		font-family:Arial;
		background:transparent url(../images/button_bg.gif) left 0px no-repeat; 
	}

	button:hover{ 
		text-decoration:underline;
	}

	button:hover span{ 
		text-decoration:underline;
	}

/* BUTTON DEFINITION - ENDE */

/* class BUTTON DEFINITION */
	a.button, a.buttonFixLarge, a.buttonFixMedium { 
		position: relative;
		display:none;
		float:left;
		margin-top:20px;
		cursor: pointer;
		overflow: visible; /* removes extra side padding in IE */
		height:51px;
		padding-right:29px;
		background:transparent url(../images/button_bg.gif) right -51px no-repeat; 
	}

	a.button span { 
		position: relative;
		display:block;
		float:left;
		white-space: nowrap;	
		height:51px;
		line-height:52px;
		padding-left:30px;
		color:#c7003d;
		font-size:12px;
		font-weight:normal;
		text-transform:uppercase;
		font-family:Arial;
		background:transparent url(../images/button_bg.gif) left 0px no-repeat; 
	}

	a.button:hover{ 
		text-decoration:underline;
	}

	a.button:hover span{ 
		text-decoration:underline;
	}

/* class BUTTON DEFINITION - ENDE */


h6.navigation, #quickNavigation{
	display:none;	
}

#documentArea{
	background:transparent url(../images/1dABG.jpg) center 30px no-repeat;
}

body.xuits_material #documentArea{
	background-image:none;
}

#documentArea, #headerArea{
	position:relative;
	overflow:visible;
}

/*  metaNavigation  */

	#metaNavigation{
	}

	#metaNavigation li, #metaNavigation ul{
	}

	#metaNavigation #languageSelector span{
	}

	#metaNavigation a{
	}

	#languageSelector{
	}

	#languageSelector li{
	}

	#languageSelector li a{
	}

	#languageSelector li:first-child a{
	}

/*  metaNavigation-END  */


/*  headerNavitaion  */

	#headerNavigationArea{

	}
	
	#metaNavigation, #languageSelector, #navigationArea, #accessoryArea, div.ambienteList {
		display:none;
	}
	
	#headerArea img{
		
	}
	
	#navigationArea{
	}
	
	ul#navigation1{
	}
	
	ul#navigation1 li{
	}
	
	ul#navigation1 li a{
	}
	
	ul#navigation1 li a span{
	}

	ul.navigation2{
	}

	#headerNavigationArea ul#navigation1 li:hover ul.navigation2{
	}
	
	ul.navigation2 li{
	}

	ul.navigation2 li a{
	}

	#headerNavigationArea ul.navigation2 li a span{
	}
	
	ul.navigation3{
	}
	
	ul.navigation3 li{
	}

	ul.navigation3 li a{
	}

	#headerNavigationArea ul.navigation3 li a span{
	}
	
	ul#navigation1 li a:hover, ul#navigation1 li a.active, ul.navigation2 li a:hover, ul.navigation2 li a.active{
	} 
	
	ul#navigationXuitsMain{
		display:none;
	}

	
/*  headerNavigation-END  */


	#contentArea{
	}
	
	#content h3{
		clear:left;
		margin-top:20px;
	}

	#content img{
		float:left;
		clear:left;
		margin-top:0;
		margin-left:0;
		widht:150px;
	}

	.xuits_material #content img{
		float:none;
		clear:none;
		margin-top:0px;
		margin-left:0px;
		widht:auto;
	}
	
	.xuits_material #contentArea, .blogIndex #contentArea, .xuits_katalogAnfrage #contentArea{
		position:relative;
		padding:0px 0px 0px 0px;
		height:606px;
	}


	.breadcrumbNavigation{
		display:none;
	}

	#content, body.xuits_standorte #content{
	}
	
	body.xuits_home #content{
	}
	
	.xuits_material #content{
	}
	
	body.xuits_katalogAnfrage #content, body.xuits_anfrage #content, body.xuits_katalog #content, body.xuits_termin #content{
	}
	
	body.blogIndex #content, body.blogEntry #content{
	}
	
	body.blogIndex #blogArea .article{
	}

	body.blogIndex #blogArea, body.blogEntry #blogArea{
	}
	
	body.blogIndex #blogArea .article img, body.blogEntry #blogArea .article img{
	}

	body.blogIndex #blogArea .articleCommentLink, .blogIndex #blogArea .articleAuthor, .blogEntry #blogArea .articleCommentLink, .blogEntry #blogArea .articleAuthor, .articleCommentListHeadline{
	}
	
	p.articleEditLink{
	}

	body.blogIndex #blogArea .article p.articleAuthorDate, body.blogEntry #blogArea .article p.articleAuthorDate{
	}
	
	body.blogIndex #blogArea .article h2, body.blogIndex #blogArea p.articleAuthorDate{
	}
	
	body.blogEntry #blogArea .article h2, body.blogEntry #blogArea p.articleAuthorDate{
	}
	
	body.blogIndex #blogArea .articleContent{
	}
	
	body.blogEntry #blogArea .articleContent{
	}

	.blogIndex #blogArea .articleContent p, .blogEntry #blogArea .articleContent p{
	}

	body.blogIndex #blogArea h2 a{
	}
	
	div.blogIndex{
	}
	
	#blogArea .article h2{
	}
	
	.xuits_material	.materialList{
	}
	
.xuits_material #content .materialList li{
}	

.materialList img{
	}
	
	.materialViewSelector label{
	}
	
	.materialViewSelector select{
	}
	
	#accessoryArea{
	}

.xuits_material	#accessoryArea{
	}

	#accessoryArea p{
	}
	
	#accessoryArea ul{
	}
	
	.latestComments{
		display:none;
	}
	
	#accessoryArea .searchArea{
		display:none;
	}

	h2{
		font-size:24px;
		line-height:24px;
		font-weight:normal;
		color:#2e2d30;
		font-family:arial, sans-serif;
		margin-bottom:10px;
		text-transform:uppercase;
	}
/*   teaser   */

	#teaserArea{
	}	
	.teaserCategory1, .teaserCategory2{
		display:none;
	}	

	.teaserCategory1 img{
		display:none;
	}	

	.teaserCategory1 h2, .teaserCategory1 ul{
		position:relative;
		list-style:none;
		font-size:14px;
		font-family:tahoma, sans-serif;
		text-transform:uppercase;
		padding:0px;
		margin:0px;
	
	}
	
	.teaserCategory1 .articleCommentLink{
		display:none;
	}
	
	.teaserCategory1 .articleAuthor{
		display:none;
	}
	
	#footerArea .teaserCategory1 .articleContent, #footerArea .teaserCategory1 .articleContent p{
	}
	
	.teaserCategory2{
	}

	.teaserCategory2 h3, .teaserCategory2 ul{
	}
/*  footer  */
	
	#footerArea{
                display:none;
		clear:both;
		position:relative;
		font-size:11px;
		color:#848484;
		background-color:#222222;
		background-color:#eee;
		background-image:url(../images/footerAreaBg.jpg);
		background-repeat:repeat-x;
		border-top:1px solid #ccc;
		height:170px;
		padding-top:30px;
		overflow:hidden;
	}

	#centerDiv{
		position:relative;
		margin-left:4%;
		margin-right:4%;
		overflow:hidden;
	}
	
	#footerArea p{
                display: none;
		padding-top:20px;
		position:relative;
		float:left;
		margin:0px;
	}
	
	#footerArea #footerNavigation{
                display: none;
		position:relative;
		left:-10px;
		clear:both;
		float:left;
		margin:0px;
		margin-top:30px;
		padding:0px;
		width:auto;
		list-style-type:none;
	}
	
	#footerArea #footerNavigation li:first-child{
                display: none;
		border:none;
	}

	#footerArea #footerNavigation li{
                display: none;
		float:left;
		border-left:1px solid #848484;
	}

/*	#footerArea #footerNavigation li, #footerNavigation ul{
		display:inline;
		padding:0px;
	}*/

	#footerArea #footerNavigation #languageSelector span{
		display:none;
	}

	#footerArea #footerNavigation a{
                direction: none;
		color:#848484;
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
	}
	
	 #footerArea .blogIndex a{
                display: none;
		color:#848484 !important;
		text-decoration:none;
	 }

	 #footerArea .blogIndex a:visited{
                display: none;
		color:#848484 !important;
		text-decoration:none;
	 }

	 #footerArea .blogIndex a:hover, #footerArea .blogIndex a h2.articleHeadline{
                display: none;
		color:#fff !important;
		text-decoration:none;
	 }

/*  footer-END  */
	
	
	
	
/* WYMeditor */

/* A: button */
.button /* a */ {
	display:none;
	position:absolute;
	right:8px;
	bottom:4px;
	display:block;
	color:#e00034;
	text-decoration:none;
}

/* P: bottomLine */
p.bottomLine /* p */ {
	border-bottom:1px solid #d5d7d6;
}


/* /WYMeditor */

#content h2{
	padding-top:2px;
	padding-bottom:6px;
}
.teaserList{
	
	padding-left:0px;
}
.teaserList li h2{
	
	font-size:20px;
}
#blogArea{
	clear:left;
}

#navigation2{
	display:none;
}

#footerArea ul.stores{
	list-style-type:none;
	overflow:hidden;
	float:left;
}

#footerArea ul.stores a{
	color:#fff;
}

#footerArea ul.stores a:hover{
	color:#ccc !important;
}

#footerArea ul.stores a:visited{
	color:#fff;
}

#footerArea ul.stores li{
	float:left;
	margin-right:60px;
}

#footerArea ul.stores li h3{
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
}

#footerArea ul.stores li p{
	margin:0px;
	padding:0px;
}

#footerArea #copyright{
	clear:both;
	margin-top:30px;
	padding:0px;
	padding-right:10px;
	float:left;
	display:none;
}

#logo{
	z-index:99999;
	margin-bottom:40px;
}

.materialList{
	position:relative !important;
	overflow:visible !important;
}


.materialList .price{
	margin-left:8px;
	float:left;
	display:block;
	width:80px;
	position:relative;
	top:-1px;
}	
	
.materialList .details {
	position:relative;
	top:-1px;
	left:0px;
	width:16px;
	display:block;
	text-indent:-3000px;
	background-image:url(../images/detail.gif);
	background-repeat:no-repeat;
	float:left;
}

.materialList .cart {
	position:relative;
	top:-1px;
	left:6px;
	width:16px;
	display:block;
	text-indent:-3000px;
	background-image:url(../images/cart.gif);
	background-repeat:no-repeat;
	float:left;
}

.materialList .inactive {
	background-image:url(../images/cart_inactive.gif) !important;
}

 .materialDetails{
	position:absolute;
	margin-left:-345px;
	left:50%;
	display:block;
	padding:40px;
	width:600px;
	overflow:hidden;
	background-color:white;
	z-index:999999 !important;
	border:5px solid #ccc;
}

.materialDetails img{
	width:350px;
	height:350px;
	margin-right:20px;
	clear:both;
	float:left !important;
}

.materialDetails h2{
	float:left !important;
	font-size:16px;
	width:200px;
}

.materialDetails h4{
	margin:0px !important;
	padding:0px !important;
}

.material{
	margin:0px;
	padding:0px;
}

.materialDetails ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	overflow:hidden;
	width:auto;
	min-height:150px;
}

.materialDetails a.close{
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	display:block;
	text-indent:-3000px;
	background-image:url(../images/close.gif);
	background-repeat:no-repeat;
}

.materialDetails ul li{
	background-image:none !important;
	display:block !important;
	float:none !important;
	width:auto !important;
	height:20px !important;
	margin:0px !important;
	padding:0px;
}

.materialViewSelector button{
	display:block;
	clear:both !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.cart li{
	display:block;
	float:left;
	width:97px;
	height:47px;
	background:transparent url(../images/clothBgCart.gif) no-repeat;
	margin-right:20px;
	margin-bottom:20px;
}

.cart li div{
	width:91px;
	height:23px;
	background-repeat:no-repeat;
}


.cart li span{
	position:relative;
	left:12px;
	top:3px;
}


.cart li .remove{
	float:right;
	display:block;
	text-indent:-900px;
	width:10px;
	height:10px;
	margin-right:11px;
	margin-top:5px;
	background:transparent url(../images/cartRemove.gif) no-repeat;
}


iframe.isGoogleMaps{
	position:absolute;
	top:185px;
	left:0px;
}

.hidden{
	display:none;
}

.glossarTerm a:hover{
	color:#424242;
}


.pageSelector{
	clear:both;
	float:right;
	margin-right:30px;
	margin-bottom:30px;
}

.resultInfo{
	color:#bbb;
	float:right;
	margin-bottom:0px;
}

.directRangeSelect{
	position:relative;
	clear:right;
}

.directRangeSelect a{
	position:relative;
	display:block;
	float:left;
	line-height:25px;
	padding:0px 10px 10px 0px;
}
.pageSelector a.currentPage{
	font-weight:bold !important;
}

.pageJump{
	margin:0px;
	margin-left:30px;
	float:right;
}

.pageJump label{
	margin:0px;
	padding:0px;
	line-height:auto !important;
	height:auto;
	width:auto;
}

.pageJump input{
	margin:0px 4px 0px 4px;
	width:14px;
}

.pageJump button{
	font-size:11px;
	margin:0px;
	padding:0px;
	background:none;
	height:auto;
	font-weight:bold !important;
	font-size:11px;
	color:#c7003d;
}

.mandatoryError{
	color:#c7003d;
}

/* Pressebereich */

.newsIndex #content ul.newsList{
	margin:0px;
	padding:0px !important;
	list-style-type:none;
}

#content p.dateLocation{
	color:#aaa;
	margin:0px !important;
	padding:0px !important;
}

ul.newsList p, .newsEntry p{
	margin:0px !important;
	margin-bottom:5px !important;
}

/* Pressebereich Ende */

a.print{
	display:block;
	padding-left:22px;
	background-image:url(../images/print.gif);
	background-repeat:no-repeat;
	background-position:2px -1px;
	height:16px;
}
