html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #0D0000;
	text-align: center;
	color: #9d8666;
	font: 12px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

img {
    border: 0;
    margin: 0px;
    padding: 0px;
}

a.link:link, a.link:visited {
color: #9d8666;
text-decoration: none;
}

a.link:hover {
color: #990000;
text-decoration: none;
}



a {
    border: 0;
}

p {
  margin 5px;
}
  
h1 {
  font: 10px verdana, sans-serif;
}

#wrapper {
	width: 816px;
	margin: auto;
	text-align: center;
}

#header {
        position: relative; left: 0px; top: 10px;
	height: 288px;
	background: url(images/header.png) no-repeat;
}



#menu {
        position: relative; left: 20px; #left: 5px; top: 20px;
        width: 788px;
	height: 48px;
	padding: 0;
	margin: 0;

}

#menu img {
         padding: 0;
	 margin: 0;
	 border: 0;

}
#menu a {
        padding: 0;
	 margin: 0;
	 border: 0;

}

#contwrap {
          position: relative; top: 10px; left: 0px; #left: -20px;
          width: 780px;
          text-align: justify;

}

#kontakt {
          position: relative; top 20px;

          text-align: center;
          }

#demo {

	  float: left;
	  position: relative; top: 30px; left: -90px;
}

#galerie {

          position: relative; top: 20px; left: 50px; #left: -58px;
          width: 700px;
          text-align: justify;
}

div.cont {
        float: left;
        width: 350px;
        height: 180px;
        padding: 0px 0px 0px 40px;
}


#footer {
        float: left;
        width: 780px;
	text-align: center;
        padding: 60px 0px 0px 0px;	
}


h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#554530;
}



img.fota {
	float: left;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
        border-color: #554530;
}

img.fota-r {
	float: right;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
        border-color: #554530;
}






