html, body {
	background-color: #98a0ac;
	color: #000;
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    COLOR: #000080;
    font-weight: bold;
    text-decoration: underline;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 790px;
	min-height: 570px;
}

#logo {
	position: relative;
	width: 200px;
	height: 170px;
	float: left;
	overflow: hidden;
	background-color: #1e417e;
}

#left {
	position: relative;
	width: 200px;
	height: 400px;
	float: left;
	background-color: #0d2349;
}

#naglowek {
	position: relative;
	width: 590px;
	height: 170px;
	float: right;
	overflow: hidden;
	background-color: #adbcc2;
}

#right {
	position: relative;
	width: 590px;
	height: 380px;
	float: right;
	overflow: auto;
	background-color: #adbcc2;
}

#kreska {
	width: 20px;
	background-color: #92c9dd;
	position: absolute;
	z-index: 1;
	left: 175px;
	top: 0px;
	bottom: 0px;
}

#stopka {
	position: relative;
	background-color: #adbcc2;
	width: 590px;
	height: 20px;
	float: right;
}

#tresc {
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 20px;
	font-family: MS Sans Serif;
	font-size: 13px;
	text-align: justify;
					background-color: #adbcc2;
}

.obrazek {
	border-spacing: 5px;
}

.menu {
	position: relative;
	text-align: center;
	width: 175px;
	height: 35px;
	background-color: #273b5e;
}

.podmenu {
	position: relative;
	text-align: center;
	width: 175px;
	height: 35px;
	background-color: #5d6f87;
}

.minimenu {
	position: relative;
	text-align: center;
	width: 110px;
	height: 35px;
	float: left;
	background-color: #5d6f87;
	top: 130px;
}

.linki {
	position: relative;
	top: 7px;
}

.menulink, .menulink:link, .menulink:active, .menulink:visited {
	font-family: Verdana;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.menulink:hover {
	font-family: Verdana;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
	color: #f6f839;
}
