﻿body 
{
    margin:0px;
    padding:0px;
    background-color: White;
}

*
{
    margin:0px;
    padding:0px;
}

#main
{
	margin: 0 auto;
	width: 1003px;
}

#bg1
{
	z-index:0;
	background-image: url('../images/background_1.jpg');
	background-repeat: no-repeat;
	width: 247px;
	height: 224px;
	float:left;
}
#menuHolder #bg1 .lang {
	margin-top: 190px;
	width: 130px;
	margin-left: 20px;
	font-family: tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#menuHolder #bg1 .lang a {
	color: #A01616;
	text-decoration: none;
}
#menuHolder #bg1 .lang a:hover {
	color: #000000;
	text-decoration: underline;
}


#bg2
{
    z-index:0;
    background-image: url('../images/background_2.jpg');
    background-repeat: no-repeat;
    width:211px;
    height: 284px;
    float:left;
}

#bg3
{
    z-index:0;
    background-image: url('../images/background_3.jpg');
    background-repeat: no-repeat;
    width:192px;
    height: 284px;
    float:left;
}

#bg4
{
    z-index:0;
    background-image: url('../images/background_4.jpg');
    background-repeat: no-repeat;
    width:191px;
    height: 284px;
    float:left;
}

#bg5
{
	z-index:0;
	background-image: url('../images/background_5.jpg');
	background-repeat: no-repeat;
	width:162px;
	height: 224px;
	float:left;
}

#middle
{
    clear:both;
}

#content
{
	float: right;
	text-align:left;
	width: 580px;
	color:#981414;
	font-family: tahoma;
	z-index: 600;
}

#content h1
{
    font-size:14pt;
    font-weight:bold;
    padding-bottom: 10px;
}

#content p 
{
    font-size:10pt;
    padding-right:105px;
    text-align:justify;
    margin:20px 0;
}

#galery
{
    float:right;
    margin-top:-60px;
    position:relative;
    width:184px;
    z-index:1;   
}

#img1
{
    background-image: url('../images/img1.jpg');
    background-repeat: no-repeat;
    width:184px;
    height:135px;
}

#img2
{
    background-image: url('../images/img2.jpg');
    background-repeat: no-repeat;
    width:184px;
    height:135px;
}

#img3
{
    background-image: url('../images/img3.jpg');
    background-repeat: no-repeat;
    width:184px;
    height:135px;
}

#footer
{
	float:left;
	width:1003px;
	z-index:5;
	margin-top: -531px;
}

#flower
{
    background-image:url(../images/flower.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    height:598px;
    position:relative;
    width:244px;
    z-index:10;
}

#footerimg
{
	background-image:url(../images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:115px;
	position:relative;
	width:1003px;
	z-index:0;
	margin-top:-67px;
}

#copyright
{
	float:left;
	font-family:tahoma;
	font-size:8pt;
	height:31px;
	margin-left:20px;
	margin-top:70px;
	width:280px;
}

#copyright a
{
	text-decoration: underline;
}
#logolink {
	float: right;
	padding-top: 64px;
	padding-right: 10px;
}

