@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* standard styles */
/***********************************************************************/
body {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	font:62.5%  georgia, lucida grande, lucida sans unicode, trebuchet ms, arial,helvetica,sans-serif;
	color: #8e7d6a;
	background-color: #000000;
	background-image: url(../images/bgblack.jpg);
	background-repeat: repeat;
}
/*---------------------------------------- typography ----------------------------------- */
p {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color:#cccccc;
	margin: 0;
	padding:0 0 0.7em 0;
}

li p {
	float:left;
	margin:15px;
	width:220px;
	font-size:10px;
}

h1, h2, h3 {font-weight: normal; }

h1 {
	font-size: 18px;
	padding: 55px 0 0 0; 
	margin: 0 0 0 0; 
	color: #dadad9;
}

.rus {
	font-size: 24px;
	padding: 55px 0 0 0; 
	margin: 0 0 0 0; 
	color: #dadad9;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	padding: 0; 
	margin: 0 0 0 0; 
	color: #dadad9;
}

h3 {
	font-size: 13px; 
	padding: 0; 
	margin: 0; 
	color: #dadad9;
}


ul {
	margin: 2px 0 10px 20px;
	padding: 0; 
	list-style-position: outside; 
	list-style-type: none; 
}

li {
	color:#ffffff; 
	margin: 0; 
	padding: 0 0 4px 0; 
	font-size: 13px;
	line-height:17px;
}

ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;

}
p a:link, a:link  {
	color: #ccc;
	text-decoration: none;
	padding: 0 0 1px 0;
	margin: 0;
}

p a:visited, a:visited{
	color: #ccc; 
	text-decoration: none; 
	padding: 0 0 1px 0; 
	margin: 0;
}	

p a:visited:hover, a:visited:hover {
	color: #4B9021; 
	border: none; 
	text-decoration: underline;
}

p a:hover, p a:active, a:hover, a:active {
	color: #4B9021; 
	border: none; 
	text-decoration: underline;
}

a img {border:none;}

.clear {clear: both;}

.zitat {font-style:italic;}

/* --------------------------------------- main -------------------------------------- */
#outerwrap {
	margin: 0 auto; 
	padding: 0; 
	width: 940px; 
	padding-top: 25px;
	overflow:hidden;
}
#wrapper {
	margin:0 auto; 
	padding: 0; 
	width: 860px; 
	overflow:hidden;
}

#top {
	position: relative; 
	float: left; 
	width: 860px; 
	padding: 0; 
	margin: 0 0 0 0;
	overflow:hidden;
	
}


/* ------------------------------------ movie----------------------------------- */

.movie {
	width: 860px;
	height: 230px;
	background-image: url(../images/bannerbg.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #252525;
}

#logo {
	margin:30px 0 0 272px;
	width:315px;
	height:174px;
}

/*-------------------------------------------- navigation---------------------------------- */
#controls {
	margin:0; 
	padding:0; 
	width: 860px; 
	background-color: #151515; 
	height:33px;
	z-index:10;
}
ul.sublinks {
	margin:0 0 0 15px;
	padding:0; 
	
	}
ul.sublinks li, ul.sublinksFrottee li {
	list-style-image:url(../images/right.gif);
	line-height:25px;
}
ul.sublinks a:link, ul.sublinksFrottee a:link{
	color :#4B9021; 
	padding:0;
}
ul.sublinks li a:visited, ul.sublinksFrottee a:visited {
	color :#ffffff; 
	padding:0;
}
ul.sublinksFrottee {
	float:right;
	margin:-94px 100px 0 0;
	padding:0px;
}

#flag {
	float:right;
	margin:5px 5px 0 0; 
	display:inline
}

.controlR {
	float:left;
	margin:20px 0 0 0;
	padding:0px;
	width:100px;
	height:100px;
	border:1px solid #252525;
	text-align:center;
}
.controlL {
	float:left;
	margin:20px 0 0 0;
	padding:0px;
	width:100px;
	height:100px;
	border:1px solid #252525;
}
.controlR a {
	margin:20px 0 0 0;
	padding:0px;
	text-decoration:none;
	display:block;
	background-image:url(../images/next.gif);
	width:100px;
	height:40px;
}
.controlL a {
	margin:20px 0 0 0;
	padding:0px;
	text-decoration:none;
	display:block;
	background-image:url(../images/back.gif);
	width:68px;
	height:40px;
}
.control a:link, .controlR a:link, .control a:visited, .controlR a:visited {
	color:#FFF;
	padding:60px 0 0 0px;
	text-decoration:none;
}
.controlL a:link, .controlL a:visited {
	color:#FFF;
	padding:60px 0 0 32px;
	text-decoration:none;
}
.control a:hover, .controlR a:hover {
	text-decoration:none;
	color:#4B9021;
	background-image:url(../images/nextH.gif);
}
.controlL a:hover {
	color:#4B9021;
	background-image:url(../images/backH.gif);
	text-decoration:none;
}
/* ------------------------------------------- main ------------------------------- */


#mainstart {
	position: relative; 
	width: 860px; 
	height:505px;
	margin: 2px 0 0 0; 
	float: left; 
	background-color:#000; 
	background-position: top left; 
	background-repeat: repeat-x; 
	border-top:1px solid #252525;
}
.mainsite {padding:0}
.gallerie {padding:12px 0 0 0;}
#start {
	width: 810px;
	height:460px;
	padding:30px 20px 15px 30px;
	margin:0;
	
}
#start h1 {
	font-size: 16px;
	padding: 0; 
	margin:0 0 0 5px; 
	color: #dadad9;
}
#start img, #text5 img, #text2 img, #text3 img, #textKontakt img, #impressum img {
	padding: 0; 
	margin:-20px 0 0 0; 
}

#start1 {
	width: 860px;
	height:490px;
	padding:0px 0px 15px 0px;
	margin:-12px 0 0 0;
}
.index {
	background-image:url(../images/baum.jpg);
	background-repeat:no-repeat;
}
.indexBett {
	background-image:url(../images/bettindex.jpg);
	background-repeat:no-repeat;
}
.indexWintersale {
	background-image:url(../images/wintersale.jpg);
	background-repeat:no-repeat;
}
.tischwaesche {
	background-image:url(../images/imagetisch.jpg);
	background-repeat:no-repeat;
}
.bettwaesche {
	background-image:url(../images/bett.jpg);
	background-repeat:no-repeat;
}
.frotteewaesche {
	background-image:url(../images/bunt.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.daunenwaesche {
	background-image:url(../images/daunen.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.kueche {
	background-image:url(../images/schuerze.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.meterware {
	background-image:url(../images/meterware.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.taschentuecher {
	background-image:url(../images/tuch.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.accessoirs {
	background-image:url(../images/accessoirs.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.danke {
	background-image:url(../images/produkte.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.monogramme {
	background-image:url(../images/monogramme.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.beratung {
	background-image:url(../images/beratung1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.lifeball {
	background-image:url(../images/lifeball.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.wintersale {
	background-image:url(../images/wintersaleNews.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.fruhjahr {
	background-image:url(../images/news0310.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.tradition {
	background-image:url(../images/tradition.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.hochzeitslisten {
	background-image:url(../images/hochzeitslisten.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.jagd {
	background-image:url(../images/jagd.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#headline {
	margin-left:40px;
	width:492px;
	float:left;
	position:relative;
}
	

#text {
	position: relative;
	width: 400px;
	float: left;
	padding: 0px 10px 0 0px;
	margin:0px;
}

#text h1, #right1 h1 {
	font-size: 16px;
	padding: 0px 0 0 35px; 
	margin: 0; 
	color: #dadad9;
	float:left;
}

#text img, #right1 img {
	float:right;
	margin-right:10px;
	margin-top:15px;
}

#box {
	width:430px;
	height:115px;
	list-style: none;
	margin:0 0 0 0;
	padding: 0;
	border-bottom:solid 1px #1D1D1D;
	float:left;
	
}
.Tisch {
	background: url(../images/boxTisch.jpg);
	background-repeat:no-repeat;
	}
.Bett {
	background: url(../images/boxBett.jpg);
	background-repeat:no-repeat;
	}
.Frottee {
	background: url(../images/boxFrottee.jpg);
	background-repeat:no-repeat;
	}
.Daunen {
	background: url(../images/boxDaunen.jpg);
	background-repeat:no-repeat;
	}
.Kueche {
	background: url(../images/boxKueche.jpg);
	background-repeat:no-repeat;
	}
.Meter {
	background: url(../images/boxMeter.jpg);
	background-repeat:no-repeat;
	}
.Taschen {
	background: url(../images/boxTaschen.jpg);
	background-repeat:no-repeat;
	}
.Accessoirs {
	background: url(../images/boxAccessoirs.jpg);
	background-repeat:no-repeat;
	}

	
#text2 {
	position: relative;
	width: 350px;
	float: left;
	padding: 5px 30px 30px 30px;
	margin: 0;
	overflow:hidden
}

#text3 {
	position: relative;
	width: 230px;
	float: left;
	padding: 5px 35px 30px 30px;
	margin: 0;
	overflow:hidden;
}

#text4 {
	position: relative;
	width: 300px;
	float: right;
	padding: 5px 30px 30px 10px;
	margin: 0;
	overflow:hidden
}
#textKontakt {
	position: relative;
	width: 300px;
	float: left;
	padding: 10px 30px 30px 30px;
	margin: 0;
	overflow:hidden
}
#text5 {
	position: relative;
	width: 500px;
	float: left;
	padding: 5px 10px 0 30px;
	margin: 0;
}
.scroll {
	overflow: scroll;
	padding:10px 20px 0px 0;
	height:443px;
	width:400px;
	scrollbar-face-color:#151515;
  	scrollbar-arrow-color:#FFFFFF;
 	scrollbar-track-color:#303030;
 	scrollbar-shadow-color:#303030;
 	scrollbar-highlight-color:#202020;
 	scrollbar-3dlight-color:#303030;
 	scrollbar-darkshadow-Color:#202020;
}

#left {
	position: relative;
	width: 430px;
	float: left;
	padding: 0; 
	margin: 0;
}
#right1 {
	
	width: 430px; 
	float: right; 
	padding: 0; 
	margin:0;
}	
#right {
	position: relative; 
	width: 375px; 
	float: right; 
	padding: 60px 15px 100px 10px; 
	margin: 0;
}

.tradition img {margin-left:100px;}

#right2 {
	position: relative; 
	width: 330px; 
	height:447px;
	float: right; 
	padding:3px 0 0 0; 
	margin:35px 30px 35px 0 ;
	overflow:hidden;
	background-color:#1d1d1d;
	
	}
#right2doppel {
	position: relative; 
	width: 360px; 
	height:427px;
	float: right; 
	padding:3px 0 0 0; 
	margin:35px 30px 35px 0 ;
	overflow:hidden;
	background-color:#1d1d1d;
	
	}
#right2vier {
	position: relative; 
	width: 330px; 
	height:227px;
	float: right; 
	padding:3px 0 0 0; 
	margin:125px 30px 35px 0 ;
	overflow:hidden;
	background-color:#1d1d1d;
	
	}
#right2Beratung {
	position: relative; 
	width: 330px; 
	height:450px;
	float: right; 
	padding:10px 5px 5px 5px; 
	margin:35px 30px 35px 0 ;
	overflow:hidden;
	background-color:#1d1d1d;
	text-align:center;
}
#right2Tradition {
	position: relative; 
	width: 217px; 
	height:410px;
	float: right; 
	padding:10px 5px 5px 5px; 
	margin:75px 30px 35px 0 ;
	overflow:hidden;
	background-color:#1d1d1d;
	text-align:center;
}
#right3 {
	position: relative; 
	width: 490px; 
	height:337px;
	float: right; 
	margin: 75px 30px 0 0; 
	padding:3px 0 0 0;
	overflow:hidden;
	background-color:#1d1d1d;
}
#right3Partner {
	position: relative; 
	width: 490px; 
	height:447px;
	float: right; 
	margin: 35px 30px 0 0; 
	padding:3px 0 0 0;
	overflow:hidden;
	background-color:#1d1d1d;
}
#right3a {
	position: relative; 
	width: 540px; 
	float: right; 
	padding: 30px 15px 0 10px; 
	margin: 0;
	overflow:hidden
}

#right4 {
	position: relative; 
	width: 375px; 
	float: right; 
	padding: 110px 15px 50px 10px; 
	margin: 0;
}

#right5 {
	position: relative; 
	width: 300px; 
	float: right; 
	padding: 60px 15px 150px 10px; 
	margin: 0;
}


#line {
	position:absolute;
	left: 380px;
	top:70px;
	float:left;
}

.image {
	position: relative; 
	float: left; 
	padding: 0px; 
	margin:7px 0 0 10px ;
}
.imageDaunen {
	position: relative; 
	float: left; 
	padding: 0px; 
	margin:9px 0 0 10px ;
}
#show {
	position: relative; 
	float: right; 
	padding: 0px; 
	margin:7px 10px 0 0;
}
#show1 {
	position: relative; 
	float: right; 
	padding: 0px; 
	margin:10px 10px 0 0;
}
#agb {
	position: relative;
	width: 800px;
	float: left;
	padding: 55px 30px 0 30px;
	margin:0;
	text-align:left;
}

#kontakt {
	position: relative;
	width: 400px;
	float: right;
	padding: 85px 50px 100px 0px;
	margin: 0;
	z-index:5;
}
#impressum {
	position: relative;
	width: 400px;
	float: right;
	padding: 10px 30px 30px 30px;
	margin: 0;
	overflow:hidden
}

#impressum h1 {
	margin:55px 0 20px 0;
	padding:0;
}


.contentNojavascript{
	float:left;
	width:400px;
	position:relative;
	top:0px;
	z-index:2;
	font-size:12px;
	color:#ccc;
	margin-left:30px;
	line-height:18px;
	
}

#danke {
	position: relative;
	width: 800px;
	float: left;
	padding: 55px 30px 0 30px;
	margin:0;
	text-align:center;
	}


/* --------------------------------- footer ------------------------------------------ */

#footer {
	position: relative; 
	clear: both; 
	margin: 0; 
	padding: 14px 0 0 0;
	margin-top: -5px;
	background-color:#000000;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	
	
}

#footer p {
	font-family: lucida grande; 
	font-size: 10px; 
	padding: 4px 8px 4px 4px; 
	margin: 0 0 0 50px; 
	color: #939799; 
	text-align: center; 
	border-bottom:none;
}

#footer a:link {
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #939799; 
	border-bottom:none;
}

#footer a:visited {
	font-size: 9px;
	font-weight: normal; 
	text-decoration: none; 
	color: #939799; 
	border-bottom:none;
}	

#footer a:visited:hover {
	font-size: 9px;
	font-weight: normal; 
	text-decoration: underline; 
	color: #4B9021; 
	border-bottom:none;
}

#footer a:hover, #footer a:active {
	font-size: 9px;
	text-decoration: underline; 
	color: #4B9021; 
	border-bottom:none;
}
#footer a img {
	margin-bottom: -20px;
	padding-left:25px;
}
#footer img {
	margin-bottom: -30px;
	padding-right:25px;
}
#copy {
	color: #939799;
	width:860px;
	text-align:center;
	height:20px;
	clear:both;
	}
#copy a {color:#cccccc}
#copy a:link {
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #939799; 
	border-bottom:none;
}

#copy a:visited {
	font-size: 9px;
	font-weight: normal; 
	text-decoration: none; 
	color: #939799; 
	border-bottom:none;
}	

#copy a:visited:hover {
	font-size: 9px;
	font-weight: normal; 
	text-decoration: underline; 
	color: #ffffff; 
	border-bottom:none;
}

#copy a:hover, #footer a:active {
	font-size: 9px;
	text-decoration: underline; 
	color: #ffffff; 
	border-bottom:none;
}











