﻿body {
background-color: #000000;
font-family: "Tahoma";
color: #ffffff;
font-size: 11px;
}

.main {
width: 858px;
background-image: url(background.jpg);
background-repeat:repeat-y;
position: absolute;
left: 0px;
top: 0px;
}

a {
font-size: 11px;
text-decoration: underline;
color: #6dcff6;
}

a:hover {
text-decoration: none;
background-color: white;
}

.gallery a:hover {
	text-decoration: none;
	background-color: transparent;
}
/*****************************
        HEADER
 ****************************/
 
.header {
background-image: url(head.jpg);
width: 858px;
height: 156px;
}

.logo {
	background-image: url(logo.png);
	width: 223px;
	height: 87px;
	float: right;
	margin: 34px 96px;
	padding: 0;
}

.logo h1 {
	display: none;
}
/*****************************
        VIZITKA
 ****************************/
 
.vizitka {
width: 255px;
float: right;
position: relative;
right: 57px;
top: -11px;
margin: 0;
padding: 0;
}

.vizitka h1 {
font-size: 15px;
}
.vizitka li {
list-style-type: none;
position: relative;
right: 31px;
}

.vizitka ul {
position: relative;
}

.vizitka .nadpis {
position: relative;
right: 32px;
}

.vizitka .border {
border-left: 10px solid;
border-color: #6dcff6;
}


#fb img {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;

}
#fb:hover {
	background-color: transparent;
}
/*****************************
        GALLERY
 ****************************/

.gallery {
width: 513px;
position: relative;
text-align: right;
line-height: 10px;
}

.obr {
border-left: 10px solid; 
border-color: #6dcff6;
}

h2 {
	font-size: 11px;
	
}
  
.gallery a {
	font-size: 11px;
}

/*****************************
        FOOTER
 ****************************/

.footer {
width: 513px;
text-align: right;
position: relative;
}


