@font-face{
    font-family: berlin_bold_ttf;
    src: url("berlin_bold.ttf");
}

@font-face{
    font-family: berlin_bold_eot;
    src: url("berlin_bold.eot");
}

body {
	font-family: Times New Roman;
	background-color: #7bc6ed;
	margin: 0px;
	font-size: 18px;
}

table.document {
	width: 900px;
	height: 1000px;
	background-color: #ffffff;
}

table.document td.head {
	height: 200px;	
}

table.document td.menu {
	height: 30px;
	text-align: center;
}

table.document td.menu table.menu {
	width: 100%;
	margin-bottom: 10px;
	border-spacing: 0px;
	background: linear-gradient(180deg, #0092dd, #abe3ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092dd', endColorstr='#abe3ff',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092dd', endColorstr='#abe3ff', gradientType='0')";
	background: -moz-linear-gradient(top, #0092dd, #abe3ff);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0092dd), color-stop(100%,#abe3ff));
   background: -webkit-linear-gradient(top, #0092dd, #abe3ff);
   background: -o-linear-gradient(top, #0092dd, #abe3ff);
   background: -ms-linear-gradient(top, #0092dd, #abe3ff);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 5px #888888;
}

table.document td.menu table.menu td.menuitem {
	height: 100%;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
}

#menuItemUvod {
	width: 20%;
	height: 100%;
	border-left: none;
	border-right: 1px #aaaaaa solid;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
}

#menuItemKontakt {
	width: 20%;
	height: 100%;
	border-left: 1px #aaaaaa solid;
	border-right: none;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
}

table.document td.menu table.menu td.menuitem {
	width: 20%;
	height: 100%;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
}

table.document td.menu table.menu td.menuitem a {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: "berlin_bold_ttf", "berlin_bold_eot";
}

table.document td.menu table.menu td.menuitem a:hover {
	text-decoration: none;
	color: #555555;
	font-size: 20px;
	font-weight: bold;
	font-family: "berlin_bold_ttf", "berlin_bold_eot";
}


table.document td.body {
	border: 0px;
	margin-top: 15px;
	height: 740px;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	background: linear-gradient(0deg, #0092dd, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0092dd',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0092dd', gradientType='0')";
	background: -moz-linear-gradient(bottom, #0092dd, #ffffff);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0092dd), color-stop(100%,#ffffff));
   background: -webkit-linear-gradient(bottom, #0092dd, #ffffff);
   background: -o-linear-gradient(bottom, #0092dd, #ffffff);
   background: -ms-linear-gradient(bottom, #0092dd, #ffffff);
}

table.document td.bottom {
	height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #0092dd;
}

div.error {
	color: red;
	font-size: 25px;
	font-weight: bold;
	margin: 25px;
}

h1 {
	text-align: center;
	font-size: 35px;
	font-family: "berlin_bold_ttf", "berlin_bold_eot";
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #555555;
}

span.webcopyright {
	float: right;
}

table.kontakt {
	width: 60%;
}

img {
	border: none;
}

table.geodeti {
	border: 1px white solid;
	background-color: #7bc6ed;
}

table.reference {
    width: 100%;
    text-align: center;
}

table.reference td {
    vertical-align: top;
    font-weight: bold;
}
