@CHARSET "UTF-8";

*{
	padding: 0px;
	margin: 0px;
}	

img{
	border: none;	
}

body{
    text-align: center;
    font-family: Arial, Tahoma, Verdana, lucida, sans-serif;
    font-size: 12px;  
    color: black;
    background: #FFFFFF url(../images/body-background.jpg) left top;
}

div.container{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}

div.page{
    width: 1024px;
    float: left;
    display: inline;
    overflow: hidden;
}

div.page div{
	float: left;
	display: inline;
}

div.left1{
	background: url(../images/left1-background.jpg) top left no-repeat;
	width: 459px;
	height: 628px;
}

div.main{
	width: 269px;
	height: 634px;
	background: url(../images/text-background.jpg) top left no-repeat;
	margin-top: 12px;
}

div.right{
	background: url(../images/rightmenu-background.jpg) top left no-repeat;
	width: 294px;
	height: 768px;
	z-index: 1;
}


div.menu{
	width: 180px;
	height: 100px;
	margin-left: 40px;
	margin-top: 220px;
	font-family: Times New Roman;
}

div.menuItem{
	padding-left: 22px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

div.menuItem a{
	color: #000000;
	text-decoration: none;	
}

div.menuItemActive{
	background: url(../images/active.jpg) top left no-repeat;
	padding-left: 22px;
	padding-right: 30px;
	color: #db3f2e;
	font-size: 13.58px;
	font-weight: bold;
	text-align: left;
}

div.text{
	font-weight: normal;
	font-size: 11px;
	color: #000000; 
	margin-top: 40px;
	width: 264px;
	font-size: 11px;
}

p{
	margin-top: 15px;	
}

h1{
	font-weight: bold;
	font-size: 16px;
	color: #db3f2e;
	font-style:italic;
	text-align: center; 
}

h2{
	font-weight: bold;
	font-size: 13px;
	color: #db3f2e;
	font-style:italic;
	text-align: center; 
}

div.sortiment1{
	width: 145px;
	height: 237px;
	background: url(../images/sortiment1.jpg) top left no-repeat;
	
}

div.sortiment2{
	width: 101px;
	height: 273px;
	background: url(../images/sortiment2.jpg) top left no-repeat;
	margin-top: -17px;

}

div.copy{
	margin-top: 520px;
	margin-left: 140px;	
}

div.copy a{
	color: #000000;
	text-decoration: none;	
}

div.video{
	width: 160px;
	height: 120px;
	background-color: #000;
	margin-top: 100px;
	margin-left: 40px;	
}

