﻿@charset "utf-8";

body {
  font-family: 'Trebuchet MS', Verdana, Arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 120%;
  width: auto;
}

.allcontent {
  background-color: #FFFFFF;  
  margin: 15px auto 0px;
  padding: 15px 0px 0px 0px;
  position: relative;
  width: 960px;
}


/*=================*/


.header {
}

.logo {
  background: transparent url(images/logo.png) no-repeat;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  height: 65px;
}


/*=================*/


.content {
  margin: 20px 20px 20px 20px;
  padding: 0px 0px 0px 0px;
  width: auto;
  position: relative;
  overflow: visible;
}

.left {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 150px;
  display: inline;
  float: left;
  position: relative;
  overflow: visible;
}

div.right {
  width: auto;
  position: relative;
  display: inline;
  overflow: visible;
}
img.right {
  margin: 12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/*=================*/


a.portfolio {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/menu_portfolio.png) no-repeat;
}
a.portfolio:hover, a.portfolio:focus {
  background-position: -85px 0px;
}

a.projects {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/menu_projects.png) no-repeat;
}
a.projects:hover, a.projects:focus {
  background-position: -85px 0px;
}

a.documents {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/menu_documents.png) no-repeat;
}
a.documents:hover, a.documents:focus {
  background-position: -85px 0px;
}

a.about {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/menu_about.png) no-repeat;
}
a.about:hover, a.about:focus {
  background-position: -85px 0px;
}

a.contact {
  display: block;
  width: 85px;
  height: 20px;
  background: transparent url(images/menu_contact.png) no-repeat;
}
a.contact:hover, a.contact:focus {
  background-position: -85px 0px;
}


/*=================*/


a.portfolio_cz {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/cz/menu_portfolio.png) no-repeat;
}
a.portfolio_cz:hover, a.portfolio_cz:focus {
  background-position: -85px 0px;
}

a.projects_cz {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/cz/menu_projekty.png) no-repeat;
}
a.projects_cz:hover, a.projects_cz:focus {
  background-position: -85px 0px;
}

a.documents_cz {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/cz/menu_dokumenty.png) no-repeat;
}
a.documents_cz:hover, a.documents_cz:focus {
  background-position: -85px 0px;
}

a.about_cz {
  display:block;
  width:85px;
  height:20px;
  background: transparent url(images/cz/menu_bio.png) no-repeat;
}
a.about_cz:hover, a.about_cz:focus {
  background-position: -85px 0px;
}

a.contact_cz {
  display: block;
  width: 85px;
  height: 20px;
  background: transparent url(images/cz/menu_kontakt.png) no-repeat;
}
a.contact_cz:hover, a.contact_cz:focus {
  background-position: -85px 0px;
}


/*=================*/


img {
  border: none;
}

ul {
  list-style-type: none;
}
