/* CSS Document */
/*html, body, form {
	margin: 0;
	padding: 0;
}*/
html {
    position: relative;
    height:100%;
    
}
body {
    position: relative;


    min-height: 100%;
    height: auto !important;
    height: 100%;
    
    /*background:#C1AC99;*/
    background: transparent url(bg.gif) repeat top left;


}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}

#r {
    position: relative;
    height:  700px; width: 1px;
    margin: 0;
    padding: 0;
}

#container {
    position: absolute;
    bottom: 0;
    left: 0;

    width:100%;
    height:622px;
    /*background:url(image/y_02-03.jpg) repeat-x;*/
    background: transparent url(bg.jpg) repeat-x bottom left ;

}
    #main {
	width:723px;
	position:absolute;
	left:50%;
	margin-left:-360px;
	top:20px;
	height:600px;
    }
    
        #center {
            width:723px;
            height:600px;
            background:url(image/x_03.png) left top no-repeat;
            position:absolute;
        }
        #fon {
            height:370px;
            width:523px;
            background:#FEFDFD;
            position:absolute;
            left:102px;
            top:179px;
        }


        #text_logo h1 {
            margin-left:180px;
            margin-top:100px;
            visibility: hidden;
        }
        #logo {
            width:350px;
            height:120px;
            position:absolute;
            left:180px;
            top:65px;
        }


        #th_ul {
            position:absolute;
            color:#8E1A0B;
            font-style:italic;
            left:260px;
            top:300px;
        }
        #adres1 {
            width:200px;
            position:absolute;
            left:160px;
            top:320px;
        }
        #adres2 {
            width:200px;
            position:absolute;
            left:370px;
            top:320px;
        }
        #link {
            height:30px;
            width:350px;
            position:absolute;
            left:180px;
            top:262px;
        }
        #text_link {
            visibility: hidden;
        }
        #image1 {
            border:none;
        }
        #image2 {
            border:none;
        }
        ul {
            list-style-type:none;
        }
            ul li {
                font-size:11px;
                padding:8px 0;
                font-family:Verdana, Arial, Helvetica, sans-serif;
                line-height: 16px;
            }
            .number {
                color:#990033;
            }
        #image_copy {
                height:31px;
                width:30px;
                position:absolute;
                left:155px;
                top:559px;
        }
        #copy {
                font-family:Verdana;
                height:21px;
                width:330px;
                font-size:12px;
                color:#FFFFFF;
                position:absolute;
                left:205px;
                top:565px;
        }
        #copy a {
            color:#FFFFFF;
        }


/* Footer */
#footer	{
    display: none;
    position:absolute;
    bottom: 0;
    
    text-align:	center;
    width: 100%;
    height: 30px;
    margin: 0 auto;

    background:#C1AC99;
    
}
	#footer ul, #footer li	{ margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
	#footer .menu	{
		display:		inline-block;
		font-family:	georgia, 'times new roman', serif;
		font-size:		133%;
		font-style:		italic;
		padding:		10px 0 0 0;
		zoom:			1;
		//display:		inline;
	}
		#footer .menu li	{ display: block; float: left; padding: 0 6px; }
			#footer .menu a		{ color: #FFF; text-decoration: underline; }
				#footer .menu a:hover	{ }
				#footer .menu a.active	{ font-style: normal; font-weight: bold; text-decoration: none;}


