/* BODY*/
body {
	text-decoration: none;
	font-size: 11px;
	font-family: Georgia;
	color: #5c514e;
	text-align: center; /* for IE */
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
/* STRUKTURA STRANKY*/
div#container, #slidercontainer, div#uvod, div#cv, div#kontakt, div#kreativita, 
div#content, div#footer {
	margin: 0 auto;  /* align for good browsers */
	text-align: left;  /* counter the body center */
}
div#container, div#cont_top, div#cont_cont, div#cont_bottom, div#content {
	position: relative;
}
div#container {
	width: 716px;
	height: 1044px;
	background: #666666;
}
div#cont_top {
	width: 716px;
	height: 8px;
	background: url(images/cont_top.gif);
	overflow: hidden;
}
div#cont_left {
	width: 6px;
	height: 1037px;
	background: url(images/cont_left.gif);
	float: left;
	overflow: hidden;
}
div#cont_right {
	width: 10px;
	height: 1032px;
	background: url(images/cont_right.gif);
	float: right;
}
div#cont_cont {
	width: 700px;
	height: auto;
	background: url(images/bg.gif);
	float: left;
}
div#cont_bottom {
	width: 716px;
	height: 6px;
	background: url(images/cont_bottom.gif);
	float: left;
	overflow: hidden;
}
div#cont_right2 {
	width: 10px;
	height: 5px;
	background: url(images/cont_right2.gif);
	float: right;
	overflow: hidden;
}
div#header {
	top: 0px;
	width: 660px;
	_width: 700px;
	height: 112px;
	padding: 0 20 0 20;
	text-align: right;
}
div#menu {
	top: 0px;
	width: 660px;
	_width: 700px;
	height: 35px;
	padding: 0 20 0 20;
	text-align: center;
}
div#content {
	top: 0px;
	width: 660px;
	height: 370px;
	margin: 0 20 0 20;
	text-align: left;
}
div#content1 {
	width: 296px;
	_width: 312px;
	height: 365px;
	padding-left: 17px;
	position: relative;
	text-align: justify;
	float: left;
}
div#content2 {
	width: 295px;
	_width: 313px;
	height: 365px;
	padding-right: 18px;
	position: relative;
	text-align: justify;
	float: right;
}
div#hline {
	width: 1px;
	height: 349px;
	position: relative;
	background: url(images/hline.gif);
	margin: 10 15 0 15;
	float: left;
}
div#footer {
	height: 80px;
	_height: 82px;
	width: 700px;
	color: #5c514e;
	text-decoration: none;
	text-align: center;
}

#slidercontainer {
	margin: 0 auto;
	_margin-left: 36px;
	padding: 0;
	width: 625px;
	height: 435px;
	text-align: center;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider li {
	width: 626px;
	height: 385px;
	overflow: hidden;
}
/* CLASS .menu, .slider, */

.menu a, .menu a:link, .menu a:visited, .menu a:active, .menu a:hover, .slider a:hover, .slider a:link, .slider a:visited, .slider a:active {
	color: #5c514e;
	text-decoration: none;
}
.menu {
	margin: 5 0 5 0;
	_margin: 5 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}
.menu a:hover {
	border: none;
}
.slider a:link, .slider a:visited, .slider a:active, .slider a:hover {
	font-weight: bold;
}
/* LINKY */
a, a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #b1103c;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px;
	border-right: 0px;
	border-style: dotted;
}
a:hover {
	border: none;
	text-decoration: bold;
}
/* IMG*/
img {
	border: none;
}
/* H1, H2*/
h1 {
	font-size: 40pt;
	margin: 0 0 0 0;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #b1103c;
	margin: 5 0 5 0;
	padding: 0 0 0 0;
}