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

*/

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


html{

}

body{
	position:relative;
/*	background-image:url(../images/bodyBg.gif);*/
	background-repeat:repeat-x;
/*	background-color:#cccbc9;*/
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#424242;
}

body.xuits_anfrage, body.xuits_empfehlung, body.xuits_rueckruf, body.xuits_termin, body.xuits_material, body.blogIndex, body.blogEntry{
	background-color:#fff; /* ursprüngliche farbe*/
}

img, fieldset{
	border:none;
}

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

h1{
	text-transform:uppercase;
}

.blogIndex #content h2, .blogEntry #content h2{
	font-size:16px;
	position:relative;
	left:300px;
	margin-bottom:20px;
	width:295px;
} 

#content ul {
	padding-left:30px !important;
}

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

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

a:hover{
	text-decoration:none;
	color:#424242;
}

form{
	position:relative;
	margin-top:20px;
	overflow:hidden;
}

fieldset{
	border:none;
	margin:0px;
	padding:0px;
}

label{
	clear:both;
	display:block;
	width:86px;
	float:left;
	height:18px;
	line-height:18px;
}

#accessoryArea label{
	
	width:75px;
	padding-left:5px;
}
#accessoryArea input{
	
	width:118px;
}

#accessoryArea select{
	
	width:132px;
}

#accessoryArea input#zip{
	
	width:32px !important;
}

#accessoryArea input#city{
	
	margin-right:0px !important;
	width:67px !important;
}
#accessoryArea fieldset{
	
	padding-left:0px;
}
#accessoryArea h3{
	margin-bottom:10px;
}
#accessoryArea button span{
	
	width:153px;
}
#accessoryArea button{
	
	margin-top:10px;
}
#accessoryArea form{
	
	margin-top:20px;
}
.comment label{
	float:none;
	clear:both;
	width:auto;
}


input, textarea, select{
	color:#424242;
	padding:2px 6px 5px 6px;
	font-size:11px;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	margin-bottom:5px;
}

input.checkbox{
	height:15px !important;
	width:15px !important;
	padding:0px;
	border:none;
}

input{
	height:11px;
	width:172px;
}

input#zip{
	width:40px;
	margin-right:5px;
}

input#city{
	width:113px;
	margin-right:5px;
}
input.kleidergroessen{
	width:55px;
}

input.radio{
	width:9px;
}

fieldset.uploadField{
	display:block;
	width:250px;
	background-color:#f0f0f0;
	padding:10px;
	border:1px solid #ccc;
}

fieldset.uploadField label{
	width:auto;
	height:auto;
	float:none;
}

input.file{
	padding:0px;
	width:auto;
	height:20px;
	font-size:11px;
	border:1px solid #ccc;
	background-color:#fff;
	margin-bottom:5px;
}

.comment input, .comment textarea{
	width:277px;
}

 select{
	height:25px;
	width:186px;
 }

textarea{
	height:auto;
	font-family:Tahoma;
}

textarea.long{
	width:172px;
}
/* Katalog*/

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

}

/* GoogleMap */
	iframe{
	
	margin-top:30px;
	margin-bottom:30px;
	}
/* BUTTON DEFINITION */
	button { 
		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:28px;
		padding-right:29px;
		background:transparent url(../images/button_bg.gif) right -28px no-repeat; 
	}

	button span { 
		height:28px;
		line-height:29px;
		padding-left:30px;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		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:block;
		float:left;
		margin-top:8px;
		margin-bottom:8px;
		margin-right:10px;
		cursor: pointer;
		overflow: visible; /* removes extra side padding in IE */
		height:28px;
		padding-right:29px;
		background:transparent url(../images/button_bg.gif) right -28px no-repeat; 
	}

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

	a.buttonFixLarge {
		text-align:center;
	}
	
	a.buttonFixLarge span { 
		width:200px;
	}
	
	a.buttonFixMedium { 
		text-align:center;
	}
	
	a.buttonFixMedium span { 
		width:150px;
	}
	
	a.button:hover, a.buttonFixLarge:hover, a.buttonFixMedium:hover{ 
		text-decoration:underline;
	}

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

/* class BUTTON DEFINITION - ENDE */


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

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

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

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

/*  metaNavigation  */

	#metaNavigation{
		position:relative;
		top:8px;
		float:left;
		font-size:12px;
		color:#fff;
	}

	#metaNavigation li, #metaNavigation ul{
		display:inline;
		padding:0px;
	}

	#metaNavigation #languageSelector span{
		display:none;
	}

	#metaNavigation a{
		color:#fff;
		text-decoration:none;
		padding-right:10px;
	}

	#languageSelector{
		position:relative;
		float:right;
		height:30px;
		list-style-type:none;
		font-size:12px;
		margin-left:50px;
	}

	#languageSelector li{
		float:left;
		line-height:30px;
	}

	#languageSelector li a{
		color:#fff;
		padding-left:5px;
		padding-right:5px;
		border-left:none;
		text-transform:uppercase;
		border-left:1px solid #fff;
	}

	#languageSelector li:first-child a{
		border-left:none !important;
	}

/*  metaNavigation-END  */


/*  headerNavitaion  */

	#headerNavigationArea{
		position:relative;
		height:30px;
		padding:0px 4% 0px 4%;
		background-color:#222;
		z-index:9999;
	}
	
	#headerArea{
		float:left;
	}
	
	#headerArea img{
		position:absolute;
		top:90px;
		
	}
	
	#navigationArea{
	}
	
	ul#navigation1{
		position:relative;
		list-style-type:none;
		overflow:visible;
		float:right;
	}
	
	ul#navigation1 li{
		float:left;
		line-height:30px;
		text-transform:uppercase;
	}
		
	ul#navigation1 li a{
		font-size:12px;
	}
	

#navigationArea ul#navigation1, #navigationArea #navigation1 ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px;background-color:#222; z-index:9999;}

#navigationArea #navigation1 li {margin:0; padding:0; list-style:none;}
#navigationArea #navigation1 li {display:inline;}

#navigationArea ul#navigation1 ul {position:absolute;display:none;}
#navigationArea ul#navigation1 ul li {display:block;float:none;}

#navigationArea ul#navigation1 ul ul {position:absolute; display:block; right:-9999px;}

#navigationArea #navigation1 a {display:block; color:#fff; line-height:29px; text-decoration:none;padding:0 20px 0 10px;} 
#navigationArea #navigation1 ul li a.fly {background: url(../images/arrow.gif) no-repeat right 4px;}

#navigationArea #navigation1 li a:hover {color:#ccc;} 
#navigationArea #navigation1 li:hover > a {color:#ccc;}

#navigationArea ul#navigation1 li:hover > ul {display:block;}
#navigationArea ul#navigation1 ul li:hover > ul {right:100%; margin-top:-23px; margin-right:-1px;}

#navigationArea #navigation1 a:hover ul,
#navigationArea #navigation1 a:hover a:hover ul, 
#navigationArea #navigation1 a:hover a:hover a:hover ul {right:100%;}
#navigationArea #navigation1 a:hover ul ul, 
#navigationArea #navigation1 a:hover a:hover ul ul {right:-9999px;}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}



	
	ul#navigationXuitsMain{
		clear:left;
		position:absolute;
		top:196px;
		list-style-type:none;
		font-family:arial, sans-serif;
		text-transform:uppercase;
		color:#2d2d2d;
		font-size:16px;
		line-height:32px;
		z-index:999;
		width:130px;
		float:left;
	}

	ul#navigationXuitsMain li{
		margin-bottom:10px;
	}
	
	ul#navigationXuitsMain li a{
		color:#2d2d2d;
	}
	
	ul#navigationXuitsMain li a:hover{
		color:#c7003d;
	}
	
	ul#navigationXuitsMain2{
		list-style-type:none;
		font-size:12px;
		line-height:18px;
	}

	ul#navigationXuitsMain li li{
		margin-bottom:0px;
	}
	
	ul#navigationXuitsMain li li a{
		color:#817f7f;
	}
	
	ul#navigationXuitsMain li li a:hover, ul#navigationXuitsMain li li a.active{
		color:#c7003d;
	}
	
	
	
/*  headerNavigation-END  */


	#contentArea{
		position:relative;
		padding:0px 0px 0px 0px;
		overflow:hidden;
	}
	
	#content h3{
		clear:left;
		margin-top:20px;
	}

	#content img{
		float:left;
		margin-top:-24px;
		margin-left:-300px;
		margin-bottom:20px;
		width:260px;
		height:auto;
	}

	#content img.smallPic{
		width:160px;
		margin-left:-200px;
	}

	#content .iconMask{
		width:48px;
		margin-left:-88px;
	}
	
	
	#content .appIcon{
		width:48px;
		margin-left:-88px;
	}
	
	
	.xuits_material #content img{
		float:none;
		clear:none;
		margin:0px;
		width:130px;
	}
	
	.xuits_material #content .materialDetails img{
		width:auto;
		margin-right:40px;
	}
	
	.xuits_material #contentArea, .blogIndex #contentArea, .xuits_katalogAnfrage #contentArea{
		position:relative;
		padding:0px 0px 0px 0px;
		/*height:606px;*/
		height:auto;
	}


	.breadcrumbNavigation{
		display:none;
		list-style-type:none;
		color:#cdcdcd;
		overflow:hidden;
	}

	.breadcrumbNavigation li{
		float:left;
		background:transparent url(../images/breadcrumbBullet.png) left center no-repeat;
		line-height:54px;
		padding-right:6px;
		padding-left:8px;
	}

	.breadcrumbNavigation li.siteName{
		background: none;
		padding-left:0px;
	}

	.breadcrumbNavigation a{
		color:#cdcdcd;
		text-decoration:none;
	}
	
	#content, body.xuits_standorte #content{
		position:relative;
		left:50%;
		width:295px;
		min-height:426px;
		margin-top:0px;
		margin-left:-420px;
		padding-top:165px;
		padding-bottom:40px;
		padding-left:400px;
		line-height:16px;
		float:left;
		background-repeat:no-repeat;
		background-position:left top;
/*		overflow:hidden;*/
	}
	
	body.xuits_home #content{
		width:295px; 
		padding-left:360px !important;
		
	}
	
	.xuits_material #content, .gallery #content{
		position:relative;
		left:18%;
		margin-left:0px;
		margin-top:0px;
		padding-left:1%;
		padding-right:1%;
		width:58%;
		min-height:426px;
		line-height:16px;
		float:left;
		overflow:visible !important;
	}
	
	/*body.xuits_katalogAnfrage #content, body.xuits_anfrage #content, body.xuits_katalog #content, body.xuits_termin #content{
		position:relative;
		left:18%;
		margin-left:0px;
		margin-top:0px;
		padding-left:1%;
		padding-right:1%;
		width:58%;
		min-height:426px;
		line-height:16px;
		float:left;
		overflow:hidden;
	}
*/
	body.blogIndex #content, body.blogEntry #content{
		padding-left:0px;
		width:595px;
	}
	
	body.blogIndex #blogArea .article{
		position:relative;
		overflow:visible;
		clear:left;
	}

	body.blogIndex #blogArea, body.blogEntry #blogArea{
		overflow:hidden;
	}
	
	body.blogIndex #blogArea .article img, body.blogEntry #blogArea .article img{
		float:left;
		width:260px;
		margin-top:-12px !important;
		margin-left:-300px !important;
		margin-bottom:40px !important;
	}

	body.blogIndex #blogArea .articleCommentLink, .blogIndex #blogArea .articleAuthor, .blogEntry #blogArea .articleCommentLink, .blogEntry #blogArea .articleAuthor, .articleCommentListHeadline{
		display:none;
	}
	
	p.articleEditLink{
		position:absolute;
	}

	body.blogIndex #blogArea .article p.articleAuthorDate, body.blogEntry #blogArea .article p.articleAuthorDate{
		margin:0px;
		padding:0px;
		color:#aaa;
	}
	
	body.blogIndex #blogArea .article h3, body.blogIndex #blogArea p.articleAuthorDate{
		position:relative;
		top:0px;
		margin-top:0px;
		padding-top:0px;
		left:300px;
		width:295px;
	}
	
	body.blogEntry #blogArea .article h3, body.blogEntry #blogArea p.articleAuthorDate{
		position:relative;
		top:0px;
		margin-top:0px;
		padding-top:0px;
		left:300px;
		width:295px;
	}
	
	body.blogIndex #blogArea .articleContent{
		position:relative;
		top:0px;
		padding-left:300px;
		overflow:visible;
	}
	
	body.blogEntry #blogArea .articleContent{
		position:relative;
		top:0px;
		padding-left:300px;
		overflow:visible;
	}

	.blogIndex #blogArea .articleContent p, .blogEntry #blogArea .articleContent p{
		margin:0px;
		padding:0px;
		width:295px !important;
	}

	body.blogIndex #blogArea h3 a{
		color:#2e2d30;
	}
	
	div.blogIndex{
		margin-bottom:40px;
	}
	
	#blogArea .article h3{
		font-size:24px;
		line-height:24px;
	}
	
	.xuits_material	.materialList{
		clear:both;
		position:relative;
		list-style-type:none;
		margin-top:30px;
		padding-bottom:80px;
		overflow:hidden;
	}
	
.xuits_material #content .materialList li{
	position:static;
	width:133px;
	height:152px;
	float:left;
	margin-bottom:30px;
	margin-right:20px;
	background-image:url(../images/clothBg.gif);
	background-repeat:no-repeat;
}	

.materialList img{
		width:130px;
		height:130px;
	}
	
	.materialViewSelector label{
		display:block;
		width:70px;
		float:left;
		clear:left;
	}
	
	.materialViewSelector select{
		display:block;
		width:120px;
		float:left;
	}
	
	#accessoryArea{
		float:right;
		width:18%;
		padding-left:15px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:2%;
		border-left:1px solid #ccc;
		line-height:16px;
		margin-top:160px;
	}

.xuits_material	#accessoryArea{
		position:relative;
		float:right;
		width:20%;
		padding-left:15px;
		padding-right:2%;
		border-left:1px solid #ccc;
		line-height:16px;
		margin-top:175px;
		overflow:hidden;
	}

	#accessoryArea p{
		margin:0px;
		padding:0px;
		margin-bottom:10px;
	}
	
	#accessoryArea ul{
		padding:0px;
		list-style-type:none;
	}
	
	.latestComments{
		display:none;
	}
	
	#accessoryArea .searchArea{
		display:none;
	}

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

	#teaserArea{
		overflow:hidden;
	}	
	.teaserCategory1, .teaserCategory2{
		float:left;
		position:relative;
		left:50%;
		margin-left:-330px;
		width:450px;
		color:#fff;
	}	

	.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 h2 a{
		color:#fff;
	}
	
	.teaserCategory1 h2 a:hover{
		color:#ccc;
	}
	
	.teaserCategory1 h2 a:visited{
		color:#fff;
	}
	
	.teaserCategory1 p.articleAuthorDate{
		padding:0px !important;
		display:inline;
	}
	
	.teaserCategory1 .articleAuthor{
		display:none;
	}
	
	#footerArea .teaserCategory1 .articleContent, #footerArea .teaserCategory1 .articleContent p{
		padding:0px !important;
		display:inline !important;
		float:none;
	}
	
	.teaserCategory2{
		padding-left:0px;
	}
	.teaserCategory2 h3, .teaserCategory2 ul{
		width:440px;
		float:left;
		position:relative;
		list-style:none;
		margin-left:19px;
	}
/*  footer  */
	
	#footerArea{
		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{
		padding-top:20px;
		position:relative;
		float:left;
		margin:0px;
	}
	
	#footerArea #footerNavigation{
		position:relative;
		left:-10px;
		clear:both;
		float:left;
		margin:0px;
		margin-top:45px;
		padding:0px;
		width:auto;
		list-style-type:none;
	}
	
	#footerArea #footerNavigation li:first-child{
		border:none;
	}

	#footerArea #footerNavigation li{
		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{
		color:#848484;
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
	}
	
	 #footerArea .blogIndex a{
		color:#848484 !important;
		text-decoration:none;
	 }

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

	 #footerArea .blogIndex a:hover, #footerArea .blogIndex a h2.articleHeadline{
		line-height:normal;
		color:#fff !important;
		text-decoration:none;
	 }
	 #footerArea .teaserCategory1{
		height:100px;
	 }

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

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

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

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

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

/* IMG: smallPic */
img.smallPic /* img */ {
	width:160px;
}

/* IMG: appIcon */
img.appIcon /* img */ {
	width:48px;
}


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

.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;
	padding-right:2px !important;
	float:left !important;
	padding-bottom:20px !important;
}

.materialDetails ul li p{
	width:150px !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:auto !important;
	margin:0px !important;
	padding:0px;
	padding-bottom:4px;
}

.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:70px;
}

.hidden{
	display:none;
}

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


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

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

.directRangeSelect{
	position:relative;
	clear:right;
	float:left;
	height:25px;
	overflow:hidden;
	margin:0px;
}

.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:10px;
	margin-top:5px;
	width:125px;
	float:right;
	height:25px;
}

.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, .fileError{
	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;
}

#content ul.pressGalleryList{
	list-style-type:none;
}

#content ul.pressGalleryList li{
	margin-bottom:30px;
	overflow:visible;
	clear:left;
}

#content ul.pressGalleryList img{
/*	position:relative;
	left:-290px;*/
	float:left;
	width:250px;
	clear:left;
	margin:0px;
	margin-top:-16px;
	margin-left:-290px;
	margin-bottom:30px;
}

#content ul.pressGalleryList h3{
	text-transform:uppercase;
	font-size:16px;
	line-height:24px;
}

.xuits_pressgallery #content h2{
	margin-left:30px;
}

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

a.recommendation{
	display:block;
	/*padding-left:22px;*/
	height:16px;
}



#content .ambienteList img{
	display:none;
	width:auto;
	margin:0px;
}

.ambienteList{
	position:absolute;
	top:0px;
	margin-left:-360px;
	width:340px;
	height:700px;
	float:left;
}

.xuits_empfehlung #content form{
	margin:0px;
}

.xuits_empfehlung #content form h3{
	margin-top:0px;
}

.small{
	font-size:9px;
	line-height:11px;
}

fieldset.terms{
}

.terms input.checkbox{
	float:left;
}

.terms label{
	clear:none !important;
	line-height:15px;
	padding-left:10px;
	width:auto;
}

/*  FAQ - Template  */

.faqIndex dd{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

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

.faqIndex dt{
	margin-bottom:10px;
}

#content .faqList .faqQuestion{
	position:relative;
	margin-left:-290px;
	width:250px;
	float:left;
	text-align:right;
}

/*  FAQ - Template Ende  */

/* Gallery */

.gallery .galleryList li a{
	display:table-cell;
	width:150px;
	height:150px;
	background-color:#dedede;
	text-align:center;
	vertical-align:middle;
}

.gallery .galleryList li .download a{
	display:inline;
	width:auto;
	height:auto;
	background-color:transparent;
}

.gallery .galleryList li{
	float:left !important;
	width:auto;
	margin-right:20px;
	margin-bottom:20px;
}

.gallery .galleryList li h3{
	display:none;
}

.gallery .galleryList li p{
	display:none;
}

.gallery .galleryList li img{
	position:relative;
	float:none !important;
	margin:0px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	width:auto !important;
}

/* Gallery End */

iframe.twitter-share-button, iframe.fb_ltr {
	margin:2px 2px;
	float:left;
}

li#socialLinks iframe.fb_ltr {
	width:240px;
}

iframe.twitter-follow-button {
	margin:2px 2px;
	z-index:99999;
}

li#socialLinks {
	height:13px;
}

li#socialLinks > div {
	margin-top:-7px;
}
