<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 
/* CSS Document */

/* general resets */
*, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;	
}

@font-face {
    font-family: 'AvantGarGotItcTOTRegular';
    src: url('../fonts/avantgargotitctot-boowebfont.woff') format('woff'),
         url('../fonts/avantgargotitctot-boowebfont.ttf') format('truetype'),
         url('../fonts/avantgargotitctot-boowebfont.svg#AvantGarGotItcTOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:black;
}

#index-img {
	width:514px;
	height:300px;
	margin:150px 0 0 160px;	
}

#index-enter {
		
}


#wraper {
	width:960px;
	min-height:884px;
	margin:auto;
	background-image:url(../images/background.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#header {
	width:960px;
	height:122px;
	margin:20px 0 0 0;
	float:left;
}

#header-logo {
	width:366px;
	height:122px;
	margin:10px 0 0 111px;
}


#menu {
	width:960px;
	height:120px;
	float:left;
	margin:20px 0 0 0;
	border:lime solid 0px;
	padding:20px 0 0 0;
}

#bg-menu {
	width:656px;
	height:30px;
	background-image:url(../images/bg-menu1.png);
	margin:3px auto;
	border:lime solid 0px;
}

#bg-menu a {
	font-family:'AvantGarGotItcTOTRegular';
	float:left;
	color:white;
	font-size:20px;
	margin:0 50px 0 0;
}

#bg-menu a:hover {
	text-decoration:underline;
}

.activ {
	text-decoration:underline;
}





#content {
	width:960px;
	float:left;
}

#bg-content {
	width:625px;
	height:950px;
	background-color:#e1d6dd5;
	border-left:solid 0px #db4343;
	border-right:solid 0px #db4343;
	margin:0px auto;
	display:block;
}

#bg-content-fotky {
	width:625px;
	height:1150px;
	background-color:;
	border-left:solid 0px #db4343;
	border-right:solid 0px #db4343;
	margin:-30px auto;
	padding:0 0 40px 0;
	display:block;
}

#bg-content-produkty {
	width:625px;
	background-color:;
	border-left:solid 0px #db4343;
	border-right:solid 0px #db4343;
	margin:-30px auto;
	padding:0 0 40px 0;
	display:block;
}

#bg-content-donaska {
	width:625px;
	height:2200px;
	background-color:;
	border-left:solid 0px #db4343;
	border-right:solid 0px #db4343;
	margin:-30px auto;
	padding:0 0 40px 0;
	display:block;
}



#bg-content-kontakt {
	width:625px;
	height:550px;
	background-color:;
	border-left:solid 0px #db4343;
	border-right:solid 0px #db4343;
	margin:-30px auto;
	padding:0 0 40px 0;
}

#patter {
	width:960px;
	height:146px;
	float:left;
	border:lime solid 0px;
}

#bg-patter {
	width:657px;
	height:146px;
	background-image:url(../images/bg-pattern1.png);
	margin:0 0 0 153px;
}</pre></body></html>