@charset "utf-8";
/* CSS Document */

html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}
  
body {
	text-align:left;
    background-color:#000000;
	color:#FFF;
	font-size: 12px;
}

#container {
   position: absolute;
   /*top: 50%;
   margin-top: -305px;/* half of #content height*/
   margin-top: 20px;
   
   left: 0;
   width: 100%;
   font-family:Verdana, Geneva, sans-serif;

}

#main {
	width: 960px;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	width: 840px;
	height: 50px;
	margin-left: 65px;
}

#content {
	float: left;
	position: relative;
}

#picture {
	/*float:left;*/
	width: 840px;
	margin-left: 50px;
}

#info {
	text-align: center;
	line-height: 50px;
	font-size: 11px;
}

.arrow {
	position:relative;
}

.footer {
	margin-top:5px;
}

a {
	text-decoration:none;
	color:#FFF;
}

#popis {
	float:left;
	width:auto;
	line-height: 50px;
	margin-left: 10px;
	width: 830px;
}

#arrow_left {
	background-image:url('arrow_left.png');
	float:left;
	height: 50px;
	width: 50px;	
}

#arrow_right {
	background-image:url('arrow_right.png');
	float:left;
	height: 50px;
	width: 50px;
}

#no_arrow {
	float:left;
	height: 50px;
	width: 50px;
}

img.thumb {
	width: 210px;
	height: 140px;
}

.photo {
	width: 210px;
	float: left;
}

.zivotopis {
	float:left;
	width: 840px;
	margin-left: 65px;
	margin-top: 100px;
	text-wrap:normal;
}

td.cv {
	width: 500px;
}

img.fullpic {
	width: 840px;
	height: 560px;	
}

#map {
	margin-left: 60px;
}

span.red {
	color: red;
}