



@media screen {

	* {
		margin:0;
		padding:0;
		border:0;
		font-family:arial,helvetica,sans-serif;
		color:#000;
		font-size:12px;
	}

	.clear {
		height:1px;
		overflow:hidden;
		display:block;
		clear:both;
	}

	.hidden, hr {
		display:none;
	}


	body {
		background:#fff url(./bg_body.gif) repeat-x;
	}


	div#container {
		width:982px;
		margin:-17px auto 0 auto;
		padding-bottom:40px;
	}


	div#head {
		width:982px;
		height:226px;
		background:url(./bg_head.jpg) repeat-x;
		position:relative;
	}

	div#head h1 {
		position:absolute;
		top:66px;
		left:66px;
	}



	div#main {
		width:982px;
		background:url(./bg_main.gif) repeat-y;
		min-height:300px;
	}

	div#main_left {
		float:left;
		padding-left:16px;
		width:240px;
		padding:40px 0;
	}

	div#main_right {
		float:right;
		margin-right:16px;
		width:710px;
	}



	div#main_right div#content {
		width:550px;
		margin:40px 0 40px 53px;
	}




	ul#xnm_nav {
		list-style:none;
		padding-left:71px;
		width:185px;
	}

	ul#xnm_nav li {
		width:185px;
	}

	ul#xnm_nav li a, ul#xnm_nav li a:link, ul#xnm_nav li a:visited {
		width:185px;
		background:url(./bg_button.gif) no-repeat;
		background-position:0 -50px;
		font-size:14px;
		display:block;
		text-decoration:none;
		padding:8px 0;
		outline:0;
		color:c80000;
	}


	ul#xnm_nav li a:hover, ul#xnm_nav li a:focus, ul#xnm_nav li a:active, ul#xnm_nav li a.active, ul#xnm_nav li a.subactive {
		text-decoration:underline !important;
		background-position:right center !important;
	}

	ul#xnm_nav li a.subactive {
		background-position:right center !important;
	}

	ul#xnm_nav li ul {
		list-style:none;
		padding-left:15px;
		width:170px !important;
		margin-bottom:15px;
		display:none;
	}

	ul#xnm_nav li.active ul, ul#xnm_nav li.subactive ul {
		display:block;
	}
	
	ul#xnm_nav li.active ul a, ul#xnm_nav li.subactive ul a {
		color:#c80000;
	}
	
	ul#xnm_nav li ul li {
		width:170px !important;
	}

	ul#xnm_nav li ul li a {
		width:170px !important;
		font-size:12px !important;
		color:#c8000 !important;
	}





	div#content h3 {
		font-size:18px;
		font-weight:bold;
		margin-bottom:20px;
		color:#c80000;
	}
	
	div#content h3.inbetween {
		margin-top:40px;
	}

	div#content p {
		margin-bottom:10px;
	}

	div#content ul {
		list-style:square;
		padding-left:25px;
		margin-bottom:10px;
	}

	div#content ul li {
		margin-bottom:5px;
	}














	/**
	*
	*	XNEWS-ÜBERSICHT GENERELL (also für alle Seiten außer Home)
	*
	*	Update: xnews sollen auf allen Seiten außer Home nun nicht mehr gezeigt werden.
	*
	**/

	div#contentfooter {
		width:726px;
		height:103px;
		background:url(./bg_contentfooter.gif) no-repeat;
		padding-left:256px;
		position:relative;
	}
	
	div#contentfooter div.xn-xnews-item {
		float:left;
		width:200px;
		padding:15px;
		height:73px;
	}
	
	div#contentfooter div.xn-xnews-item, div#contentfooter div.xn-xnews-item * {
		font-size:11px;
		line-height:19px;
	}
	
	div#contentfooter div.xn-xnews-item h5 {
		font-weight:normal;
		height:37px;
		overflow:hidden;
	}
	
	div#contentfooter div.xn-xnews-item div.xn-xnews-item-date {
		display:none;
	}
	
	div#contentfooter div.xn-xnews-item div.xn-xnews-item-content {
		text-align:right;
	}

	div#contentfooter div.xn-xnews-item {
		display:none;
	}
	
	div#contentfooter div.no1, div#contentfooter div.no2, div#contentfooter div.no3 {
		display:block;
	}
	
	div#contentfooter div.no1, div#contentfooter div.no2 {
		border-right:1px solid #fff;
	}

	a.xn-xnews-item-detail-back {
		/*display:none;*/
	}
	
	div#content div.xn-xnews-item-detail h4 {
		font-size:16px;
		font-weight:normal;
	}
		
	div#content div.xn-xnews-item-detail h5 {
		font-weight:normal;
		margin-bottom:5px;
	}
	
	div#content div.xn-xnews-item-detail-content {
		margin-bottom:5px;
	}
	
	div#contentfooter div#xnews_funktionslink a {
		font-size:10px;
		text-decoration:none;
		color:#fff;
	}
	
	div#contentfooter div#xn-xnews,
	div#contentfooter div#xn-xnews_sidebar {
		display:none;
	}
	
	
	
	
	
	
	
	
	
	
	
	/**
	*
	*	XNEWS IM CONTENT-BEREICH
	*
	**/
	
	div#content div#xn-xnews div.xn-xnews-item {
		height:auto;
		margin-bottom:25px;
	}
	
	/*
	div#content div.xn-xnews-item-imgs {
		float:left;
		width:130px;
		margin-right:10px;
	}

	div#content div.xn-xnews-item-imgs img {
		padding:0 0 10px 0;
	}
	*/
	div#content div.xn-xnews-item-imgs {
		margin-bottom:15px;
	}

	div#content div.xn-xnews-item-imgs img {
		padding-right:10px;
	}










	div#footer {
		width:942px;
		height:23px;
		background:url(./bg_footer.gif) no-repeat;
		padding:13px 20px 0 20px;
	}

	div#footer p, div#footer p * {
		font-size:11px;
	}

	div#footer p.footer-copyright {
		float:left;
	}

	div#footer p.footer-links {
		float:right;
		word-spacing:5px;
	}

	div#footer p.footer-links a {
		word-spacing:auto;
		text-decoration:none;
	}

	div#footer p.footer-links a:hover {
		text-decoration:underline;
	}


	form.form_fachhaendlerbereich p {
		height:30px;
	}

	form.form_fachhaendlerbereich {
		margin-top:30px;
	}

	form.form_fachhaendlerbereich label {
		display:block;
		float:left;
		width:130px;
		line-height:13px !important;
	}

	form.form_fachhaendlerbereich p.submit {
		padding-left:130px;
	}

	form.form_fachhaendlerbereich p.submit input {
		cursor:pointer;
	}
	
	
	
	ol.disclaimer h4 {
		font-size:14px;
		margin-bottom:6px;
		margin-top:18px;
	}
	
	
	
	
	table.table-kollektion {
		margin-top:20px;
	}
	
	table.table-kollektion td {
		vertical-align:top;
		padding:0 0 20px 10px;
	}
	
	table.table-kollektion td.index {
		padding:0;
		padding-bottom:20px;
	}
	
	table.table-kollektion td a {
		text-decoration:none;
	}
	
	
	
	
	table.kollektion {
		margin-top:20px;
		margin-bottom:20px;
		border-collapse:collapse;
		border:1px solid #000;
	}
	
	table.kollektion td {
		vertical-align:top;
		padding:1px 5px;
		border:1px solid #000;
		border-width:0 1px;
	}
	
	table.kollektion th {
		vertical-align:top;
		padding:5px;
		text-align:left;
		border:1px solid #000;
	}
	
	
	
	form.form-haendlersuche {
		margin-top:30px;
	}
	
	form.form-haendlersuche p {
		float:left;
		width:auto;
		margin-right:10px;
	}

	
	form.form-haendlersuche label {
		margin-right:10px;
	}
	
	form.form-haendlersuche input#land {
		width:20px;
		text-align:center;
	}
	
	form.form-haendlersuche input#plz {
		width:50px;
	}
	
	form.form-haendlersuche input#ort {
		width:110px;
	}
	
	
	
	
	form input, form textarea, form select {
		border:1px solid #c80000;
		padding:2px;
		background:#fff;
	}
	
	
	
	form.form-kontakt {
		margin-top:30px;
	}
	
	form.form-kontakt td {
		padding:5px;
	}
	
	
	
	

	
	
	
	div#head h2 {
		position:absolute;
		top:42px;
		left:518px;
		width:424px;
		height:100px;
		overflow:hidden;
		text-indent:-200000em;
		background-repeat:no-repeat;
	}
	
	body.site_1 div#head {
		background-image:url(./bgheadhome.jpg) no-repeat;
		display:block;
	}

	body.site_1 div#head h2 {
		background-image:url(./head_home.jpg);
	}
	
	body.site_2 div#head h2 {
		background-image:url(./head_unternehmen.jpg);
	}
	
	body.site_3 div#head h2 {
		background-image:url(./head_qualitaet.jpg);
	}
	
	body.site_4 div#head h2,
	body.site_14 div#head h2,
	body.site_15 div#head h2,
	body.site_16 div#head h2,
	body.site_17 div#head h2,
	body.site_18 div#head h2,
	body.site_19 div#head h2,
	body.site_20 div#head h2,
	body.site_21 div#head h2 {
		background-image:url(./head_kollektion.jpg);
	}
	
	body.site_6 div#head h2 {
		background-image:url(./head_bestellung.jpg);
	}
	
	body.site_5 div#head h2,
	body.site_22 div#head h2,
	body.site_7 div#head h2 {
		background-image:url(./head_haendlersuche.jpg);
	}
	
	body.site_10 div#head h2,
	body.site_23 div#head h2,
	body.site_24 div#head h2,
	body.site_8 div#head h2,
	body.site_9 div#head h2 {
		background-image:url(./head_impressum.jpg);
	}
	
	body.site_14 div#head h2 {
		background-image:url(./head_studioline.jpg);
	}
	
	body.site_15 div#head h2 {
		background-image:url(./head_jersey_multistrech.jpg);
	}
	body.site_16 div#head h2 {
		background-image:url(./head_mako_jersey.jpg);
	}
	body.site_17 div#head h2 {
		background-image:url(./head_jersey_classic.jpg);
	}
	body.site_18 div#head h2 {
		background-image:url(./head_frotte_strech.jpg);
	}
	body.site_19 div#head h2 {
		background-image:url(./head_cotten_comfort.jpg);
	}
	body.site_20 div#head h2,
	body.site_21 div#head h2 {
		background-image:url(./head_multistretch.jpg);
	}
	
	body.site_29 div#head h2 {
		background-image:url(./head_premium_jersey.jpg);
	}
	
	
	p.kinderspannbettlaken {
		background:url(./kinderspannbettlaken.gif) no-repeat;
		height:30px;
		padding-top:10px;
		padding-left:45px;
		margin-top:20px;
	}
	
	
	
	
	
	
	/**
	*
	*	XNEWS AUF DER STARTSEITE 
	*
	**/
	
	body.site_1 div#main_right div#content {
		width:583px;
		margin:10px;
	}
	
	body.site_1 div#contentfooter {

	}
	
	body.site_1 div#contentfooter div#xn-xnews {
		position:absolute;
		margin-left:539px;
		margin-top:-303px;
		position:absolute;
		width:170px;
		height:302px;
	}
	
	body.site_1 div#contentfooter div.xn-xnews-item {
		background:#f3ecdc;
		width:150px;
		padding:10px;
		height:80px;
		border-bottom:1px solid #fff;
		position:relative;
	}
	
	body.site_1 div#contentfooter div.xn-xnews-item a.xn-xnews-item-more {
		position:absolute;
		right:10px;
		bottom:10px;
	}
	
	body.site_1 div#contentfooter div.xn-xnews-item:hover {
		background:#EFE4C7;
	}
	
	body.site_1 div#contentfooter div#xn-xnews {
		display:block !important;
	}
	
	body.site_1 div#contentfooter div#xnews_funktionslink {
		display:block;
	}
	
	body.site_1 div#contentfooter div#xnews_funktionslink {
		position:absolute;
		right:0;
		bottom:-20px;
		background:#c80000;
		display:block;
		float:right;
		width:auto;
		padding:1px 6px 2px 6px;
	}
	
	body.site_1 div#content img {
		padding-left:55px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	ul.sitemapSub {
		margin-top:5px;
	}
	

	
	
	
	
	
	
	
	
	
	body.site_5 div#content p {
		margin-bottom:30px;
	}
	
	body.site_5 div#content div.haendler-item {
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px dotted #aaa;
	}
	
	body.site_5 div#content div.haendler-item h4 {
		font-size:16px;
		font-weight:normal;
		margin-bottom:2px;
	}
	
	
	
	
	
	
	
	
	
	
}



@media print {


	* { font-size:12pt; }

	h1, h1 * { font-size:24pt; }
	h2, h2 * { font-size:20pt; }
	h3, h3 * { font-size:16pt; }


	.hidden,
	hr,
	#main_left,
	#contentfooter,
	div#footer p.footer-links
	{
		display:none;
	}

	div#head {
		border-bottom:1px solid #000;
	}



	a {
		color:#000;
		font-style:italic;
	}


	img {
		border:0;
	}
	
	div#footer p {
		font-size:10px;
		line-height:14px;
	}
	
	
	
	
	
	
	
	
	body.site_5 div#content p {
		margin-bottom:30px;
	}
	
	body.site_5 div#content div.haendler-item {
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px dotted #aaa;
	}
	
	body.site_5 div#content div.haendler-item h4 {
		font-size:16px !important;
		font-weight:normal;
		margin-bottom:2px;
	}



}



	body.site_27 div#content .bestellung {
		width:100%;
	}
	
	body.site_27 div#content .bestellung .head {
		font-style:italic;
		padding-left:5px;
		padding-right:5px;
	}
	
	body.site_27 div#content .bestellung td .input {
		width:30px;
	}
	
	body.site_27 div#content .bestellung td .input_long {
		width:155px;
	}
	
	body.site_27 div#content .bestellung td {
		padding-bottom:3px;
	}
	
	body.site_27 div#content .submit {
		padding-bottom:0;
		width:161px;
		margin-right:10px;
	}
	

/** 04.05.09
**/

ul#xnm_nav.active ul#subnav_4 li a {
	color:c80000;
}