/* MAIN ************************************************************************** */
body {
	background-color: #F0ECE3;
	background-image:url(../images/back-01.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#content-left {
width:255px;
}
#content-right {
width:505px;
}
#content-left, #content-right {
	float:left;
}

.reset {
clear:both;
}

img {
	display: block;
}

form {
	margin: 0px;
}

#client {
	background-color: #F0ECE3;
	background-image:none;
}

hr {
    	border:0px;
      color:#D74200;
      background-color:#D74200;
      height: 1px;
			margin-top:20px;
  	  margin-bottom:20px;
}

a {
color:#D74200;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* MENU ************************************************************************** */
#menu, #menu ul {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#menu li {
	list-style:none;
}

#menu a { 
	color:#000000;
	text-decoration:none;
	display:block;
	width:170px;
	height:18px;
	margin-bottom:2px;
	overflow:hidden;
	padding-left:55px;
	background-repeat:no-repeat;
}

#menu a:hover { 
	color:#FFFFFF;
	background-image:url(../images/menu_stripe_black.png);

}
#menu a.active {
	color:#00000;
	background-image:url(../images/menu_stripe_white.png);
}

#menu ul { 
/* definice pro druhy level*/
	font-weight:normal;
}
#menu ul  a {
	padding-left:75px;
	width:150px;	
	
}	

#menu {
}



/* LOGINBOX ************************************************************************** */
#loginbox {
	width:225px;
	margin-top:50px;
}
#loginbox div {
	padding-top:10px;
	padding-bottom:10px;	
	padding-left:55px;
	background-color:#FFFFFF;
	font-size: 10px;
	
}
#loginbox input {
	width:107px;
	background-color:F0ECE3;
	border:solid 1px #EBA07F;
	margin-bottom:3px;
}

/* THUMBS ************************************************************************** */
.thumbnails #left, .thumbnails #right, .thumbnails #list {
float: left;
}

.thumbnails #left {
width:140px;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#D74200;
}

.thumbnails #right {
width:360px;
display:block;
margin:0px;
padding:0px;
list-style-type:none;
}
.thumbnails #right li {
display:block;
float:left;
width:80px;
margin-left:10px;
margin-bottom:30px;
}
.thumbnails #right li.text {
width:auto;;
}

.thumbnails #list a {
text-decoration:none;
color:#D74200;
}
.thumbnails #list a:hover {
color:black;
}

.thumbnails #right li a {
display:block;
text-decoration:none;
background-color:#D74200;
padding-bottom:5px;
color:white;
}
.thumbnails #right li a:hover {
background-color:white;
color:#D74200;
}
.thumbnails #right li img {
border:0px;
}

.thumbnails #right li a span {
display:block;
padding:3px;
}

/* IMAGE POPUP ************************************************************************** */

body.popup {
	background-image:none; 
}

/* RECENT ************************************************************************** */
.recent #left, .recent #right {
float: left;
}
.recent #left {
width:140px;
}
.recent #right {
width:360px;
}
.recent h2 {
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#D74200;
}

.recent #left img {
border:0px;
}

.recent #right .thumb a {
display:block;
width:80px;
text-decoration:none;
background-color:#D74200;
padding-bottom:5px;
color:white;
}

.recent #right .thumb a:hover {
background-color:white;
color:#D74200;
}
.recent #right .thumb img {
border:0px;
}
.recent #right .thumb a span {
display:block;
padding:3px;
}
.recent #right #fotogallery img {
margin-bottom:10px;
}


/* COPY LISTA ************************************************************************** */
#copy {
	
	margin-top:50px;
	padding:20px;
	
	font-size:10px;
}

/* CLIENT ************************************************************************** */
h1 {
font-size:15px;
font-weight:bold;
color:#D74200;
}