body {
	color: #64645F;
	font-family: Tahoma, Verdana, sans-serif;
}

p {
	margin-top: 10px;
	font-size: 0.7em;
}

div.plr30 {
	padding: 0 30px 0 30px;
}

strong {
	text-decoration: underline;
}

code {
	font-family: "Courier New", sans-serif;
	font-size: 11px;
	margin: 0 10px 0 10px;
	word-wrap: break-word;
}

img {
	border: none;
}

h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
}

/*** IMAGE HEADERS ***/
h1#sluzby {
	padding-top: 37px;
	overflow: hidden;
	background-image: url('../artwork/layout/h1-sluzby.gif');
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
  height /**/:37px; /* for IE5.5's bad box model */
}
h1#reseni {
	padding-top: 37px;
	overflow: hidden;
	background-image: url('../artwork/layout/h1-reseni.gif');
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
  height /**/:37px; /* for IE5.5's bad box model */
}
h1#projekty {
	padding-top: 37px;
	overflow: hidden;
	background-image: url('../artwork/layout/h1-projekty.gif');
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
  height /**/:37px; /* for IE5.5's bad box model */
}
h1#kontakty {
	padding-top: 37px;
	overflow: hidden;
	background-image: url('../artwork/layout/h1-kontakty.gif');
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
  	height /**/:37px; /* for IE5.5's bad box model */
}

#top-bar {
	width: 726px;
	height: 27px;
	margin: auto;
	background: url('/artwork/layout/top-bar-bg.gif') top left no-repeat;
}

#logo {
	width: 726px;
	margin: auto;
	margin-bottom: 27px;
}

#main-menu {
	width: 726px;
	margin: auto;
}

#theme {
	width: 726px;
	margin: auto;
}

#main {
	width: 726px;
	margin: auto;
}

#bottom {
	width: 726px;
	margin: auto;
	margin-top: 20px;
	background: url('/artwork/layout/bg-bottom.gif') top left no-repeat;
	text-align: center;
}

span.date {
	color: #FDCA00;
	font-size: 11px;
	background: url('/artwork/layout/bg-date.gif') top left no-repeat;
	width: 76px;
	height: 16px;
	font-weight: bold;
	line-height: 14px;
	margin-botto: 15px;
}

div.event {
	padding: 18px;
	margin: 10px;
	border-bottom: solid 1px #D9D9D7;
}

div.project {
	padding: 18px 18px 18px 18px;
	margin: 10px 10px 10px 10px;
	border-bottom: solid 1px #D9D9D7;
}

div.project img {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 1px #BCBCB6;
}

div.plr30 div.project {
	margin: 0 0 30px 0;
	padding: 0 0 18px 0;
	border-bottom: solid 1px #D9D9D7;
}

div.plr30 div.project img {
	float: left;
	margin: 0 10px 0 0;
	border: solid 1px #BCBCB6;
}

div.knowledge {
	padding: 18px;
	margin: 10px;
	border-bottom: solid 1px #D9D9D7;
}

a, a:link, a:visited, a:hover {
	color: #64645F;
}

a.href-yellow, a.href-yelow:link, a.href-yellow:hover {
	color: #FFAE00;
}
a.href-yellow:visited {
	color: #ffbf36;
}