* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background-color:#e7dbbf;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left:1px solid #5b1a29;
	border-right:1px solid #5b1a29;
    background-color:#f0e8d6;
    background-image:url(images/bg-top.jpg);
    background-repeat:no-repeat;
    background-position:0 300px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    position:relative;
	height: 300px;
    background-image:url(images/header.jpg);
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {

	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 20px 0 270px;
}

#content p{
text-indent: 2em;
text-align: justify;
}

#content h1{
    font-size:20px;
    margin:0 0 20px 0;
}
#content h2{
    font-size:16px;
    margin:0 0 20px 0;
}
#content ul, #content ol{
    margin:0 0 18px 20px;
}
#content img{
    margin:5px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 0px auto 0;
	height: 150px;
    background-image:url(images/bg-bottom.jpg);
	border-top:1px solid #e5dabc;
	border-left:1px solid #5b1a29;
	border-right:1px solid #5b1a29;
}

/* Copy
-----------------------------------------------------------------------------*/
.top-menu{
    position:absolute;
    top:245px;
    list-style-type:none;
}
.top-menu li{
    position:relative;
    text-align:center;
    float:left;
    width:190px;
}
.top-menu li:hover ul{
    display:block;
}
.top-menu li a{
    text-decoration:none;
    font-family:Tahoma;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    color:#b72c0c;
}
.top-menu li a:hover{
    text-decoration:underline;
}
.top-menu li a span{}
.top-menu li ul{
    display:none;
    position:absolute;
    top:20px;
    left:50px;
    width:290px;
    list-style:none;
    border:1px solid #5b1a29;
    background-color:#e7dbbf;
    z-index:9999;
}
.top-menu li ul li{
    clear:both;
    text-align:left;
    margin:0;
    padding:2px 10px 2px 10px;
    height:1%;
    width:100%;
}
.top-menu li ul li a{
    font-size:14px;
    text-transform:none;
}

.left-menu{
	background: #662333;
    list-style:none;
    margin-left:20px;
    padding:10px 0 10px 20px;
    border:1px solid #5b1a29;
    
}
.left-menu li{
    position:relative;
    padding:5px 0 5px 0;
}
.left-menu li:hover ul{
    display:block;
}
.left-menu li a{
	color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
}
.left-menu li ul{
    display:none;
    position:absolute;
    top:0;
    left:210px;
    width:250px;
    list-style:none;
    background-color:#e7dbbf;
    border:1px solid #5b1a29;
}
.left-menu li ul li{
    padding:2px 10px 2px 10px;
}
.left-menu li ul li:hover{
    background-color:#fff;
}
.left-menu li ul li a{
    color:#000;
    font-size:12px;
}


.footer1
	{
		float:left;
		padding:11px 0px 0px 20px;
		width:40%;
		font-family:Verdana;
		font-size:10px;
		color:#000;
	}
.footer2
	{
		float:left;
		padding:14px 0px 0px 0px;
		background:url(img/mail.gif) 0px 15px no-repeat;
		font-family:Verdana;
		font-size:10px;
		color:#000;
	}

.footer3
	{
        padding:10px 10px 0px 0px;
        float:right;
	}
.copyright
	{
	text-align: center;
        clear:both;
        padding:10px 10px 0px 0px;
	}
.reklama{
    clear:both;
    margin:10px 0px 0px 0px;
    font-size:8pt;
    text-align:center;
    color:#555;
}
.reklama a{
    color:#995555;
}
.reklama table tr td{
    text-align:center;

}

.telefon{
    position:absolute;
    right:20px;
    top:270px;
    color:#000560;
    font-size:30px;
    font-family:Arial;
    font-weight:bold;
    font-style:italic;
}
.schet{
    position:absolute;
    top: 185px;
    right:150px;
    text-align:center;
}
.schet a{
    font-size:12px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
}
.schet a:hover{
   text-decoration:underline;
}
