body {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
	font-family: Arial, "Arial CE", lucida, sans-serif;
	font-size: 82%;
	text-align: center;
	background-color: #ba4915;

}

a,p,form,ul,li,h2 {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a,a:link,a:active,a:hover,a:visited {
	color: #3E73A4;
	text-decoration: none;
}

a:visited {
	color: #3E73A4;
}

a:hover {
	color: #ff7105;
}




.justify {
	text-align: justify;
	line-height: 130%;
}

.center {
	text-align: justify;
	line-height: 130%;
}

img {
	vertical-align: top;
}

hr {
	display: none;
}

/* vlastni stranka */
#mainBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 12px;
	padding-top: 10px;
	width: 700px;
	max-width: 700px;
	border-left: 10px solid #fff9e5;
	border-right: 10px solid #fff9e5;
	text-align: left;
	background-color: #fff9e5;
}

/* hlavicka */
#header {
	position: relative;
	border: 0px solid #fe7524;
	
}

#header p {
	display: none;
}

#header .content {
	position: relative;
	display: block;
	height: 200px;
	background-color: #fff;
}

#header .content span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 100%;
	z-index: 100;
}

/* main part */


/* side box */
#side {
	float: right;
	width: 265px;
	margin-right: -1px;
}

.clearAll {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#novinky {
	margin-top: 0px;
	padding: 5px 0px 0px 5px;
	border: 1px dashed #ba4915;
	background-color: #f9e8b1;
}

#contentBox {
	background: none;
}

/* prolog */
#prolog {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 0;
	width: 0;
}
#prolog p {
	font-size: 120%;
}

/* projects */
#middle {
	position: relative;
	float: left;
	width: 420px;
}
#middle h4 {
	font-size: 160%;
	font-weight: bold;
	color: #023F88;
	margin: 0px 0 15px 10px;
}

/* cely clanek */
.projectBox {
	float: left;
	width: 410px;
	margin: 0px 5px 12px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ba4915;
	background-color: #f9e8b1;
}
.contactBox {
	float: left; 
	width: 688px;
	margin: 0px 5px 12px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ba4915;
	background-color: #f9e8b1;
}
.thumbBox {
	padding: 0px 0px 5px 0px;
}
.commentBox {
	width: 390px;
	color: #ba4915;
}
/* ramecek obrazku */
.thumbBox .thumb {
	border: 2px solid #ba4915;
	margin: 0px;
	padding: 0px;
}
.projectBox ul {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 2px 0px 0px 15px;
}

.projectBox li {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	background: url(images/li3.gif) left no-repeat; 
	display: block;
}
.commentBox h5 {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 130%;
	color: #ba4915; 
}
.commentBox p {
	margin: 3px 0px 0px 0px;
	color: #ba4915;
}
.commentBox strong {
	font-weight: bold;
	color: #85a0b9;
}

#dalsiProjekty {
	display: block;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	font-size: 85%;
}
.podpis {
	text-align: right;
	font-weight: bold;
	color: #023F88;
}
.datum{
	text-align: right;
	font-size: 70%;
}
.nadpis {
	position: relative;
	clear: both;
	width: auto;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #ba4915;
	border-bottom: 1px solid #ba4915;
	background-color: #fff9e5;
	font-size: 150%;
	font-weight: bold;
	color: #ba4915;
}
/* footer */
#footer {
	position: relative;
	clear: both;
	width: auto;
	margin: 4px 0 0 0;
	padding: 5px 12px 5px 12px;
	border: 1px solid #ba4915;
	background-color: #f9e8b1;
	font-size: 85%;
}


#footer img {
	margin-left: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#footer p {
	text-align: center;
	line-height: 150%;
	color: #ba4915;
}

#footer a {
	color: #ba4915;
}