/*hacks*/
* {
  padding: 0px;
  margin: 0px;
}

select option {
  padding: 0px 5px 0px 3px;/*padding for mozilla*/
}

input {
  padding: 1px 0px 1px 0px;/*padding for mozilla*/
}

input[type="hidden"] {
  display: none !important;/*otherwise the mozilla can draw box around hidden elements*/
}

div.clearLine {
  height: 0px;
  width: 1px;
  font-size: 0px;
  line-height: 0px;
  clear: both;
}
/*hacks end*/

body {
	margin-top: 10px;
}

div#menu {
	text-align: center;/*ie in quirk mode*/
}

div#menu ul {
	list-style: none outside;
	background: url('../images/menu_bg.png') repeat-x;
	height: 32px;
	width: 350px;/*toto douprav dle potreby!*/
	font: bold 10pt tahoma;
	margin: 0px auto;
}

div#menu ul li {
	float: left;
	height: 32px;
	padding: 0px 10px;
	border-left: 1px solid white;
}

div#menu ul li a {
	color: #000080;
	text-decoration: none;
	position: relative;
	top: 8px;
}

div#menu ul li a:hover {
	color: #ff0000;
}

p#counter {
	text-align: center;
	font-weight: bold;
}

div.home {
	text-align: center;
	padding-top: 38px;
}

div.home h1, div.home h2 {
	font-size: 18px;
	font-weight: bold;
}

div.home img {
	margin-top: 30px;
}

div.contact {
	width: 740px;
	margin: 80px auto;
}

div.contact ul {
	margin-top: 120px;
	float: left;
	list-style: none outside;
	margin-left: 100px;
}

div.contact ul li {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

div.contact img {
	float: right;
}

div.aboutMe {
	width: 740px;
	font-weight: bold;
	margin: 50px auto 70px auto;
}

div.aboutMe img {
	float: right;
}

div.aboutMe p.first {
	padding-top: 15px;
}

div.services {
	width: 740px;
	margin: 60px auto;
}

div.services h2 {
	font-size: 18px;
	font-weight: bold;
}

div.services div.service {
	/*text-align: center;*/
	padding-bottom: 20px;
}

div.services div.service img.tattoo {
	float: right;
}