BODY {
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
}

.offset  { 
	margin-left:50px;
	margin-right:15px;
}

DIV#holder {
	margin: 0 auto;
	text-align: left;
	width: 768px;
        height: 595px;
	background-color: #F3F3F3;
}

DIV#logo {
	width: 768px;
	height: 70px;
        background-image: url("../Pic/logo.jpg");
	background-repeat: no-repeat;
        background-color: #F3F3F3;
}

DIV#menu {
	width: 768px;
	height: 19px;
	background-color: #BBBBBB;
}

DIV#space {
        float:left;
        text-align: center;
	width: 6px;
	height: 19px;
	background-image: url("../Pic/space.jpg");
	background-repeat: no-repeat;
	background-color: #BBBBBB;
}

DIV#menuitem1 {
        float: left;
        text-align: center;
	width: 100px;
	height: 19px;
	background-color: #BBBBBB;
}

DIV#main {
	width: 768px;
	height: 387px;
	background-color: #F3F3F3;
}

DIV#pics {
	width: 768px;
	height: 100px;
	background-color: #BBBBBB;
}

DIV#pic {
	float: left;
	width: 100px;
	height: 100px;
	background-color: #BBBBBB;
    cursor: pointer;
}

DIV#picbspace {
	float: left;
	width: 28px;
	height: 100px;
	background-color: #BBBBBB;
}

DIV#picspace {
	float: left;
	width: 2px;
	height: 100px;
	background-color: #BBBBBB;
}

DIV#copyright {
	width: 768px;
	height: 19px;
	background-color: #F3F3F3;
}

/* nadpis */
.h { font-size: 25px; color: #2121FF; font-weight: bold;}

/* nadpis */
.const { font-size: 20px; color: #000000; font-weight: bold;}


/* odkazy v menu*/
A.m:visited {text-decoration: none; color: #000000;}
A.m:link {text-decoration: none; color: #000000;}
A.m:hover {text-decoration: none; font-weight: bold; color: #2121FF;}
A.m:active {text-decoration: none; font-weight: bold; color: #2121FF;}

/* odkazy */
A:visited {text-decoration: none; color: #2121FF;}
A:link {text-decoration: none; color: #2121FF;}
A:hover {text-decoration: underline; color: #2121FF;}
A:active {text-decoration: underline; color: #2121FF;}