/* layout */

#body {
	width: 756px;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	font-family: Verdana, Arial, sans-serif;
	background-image: url('../images/kraje.jpg');
	background-color: #80A3EA;
	color: #000000;
	}

#title {
	width: 756px;
	height: 80px;
	padding-top: 0px;
	text-align: center;
	font:42px/28px serif;
	background-color: #ACC5F2;
	color: #000000;
	}

#menu {
	width: 746px;
	height: 36px;
	padding: 9px 0px 5px 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	background-color: #EBDA80;
	color: #000000;
	}

#text {
	width: 710px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 30px 20px;
	font-size: 12px;
	text-align: justify;
	background-color: #ffffff;
	color: #000000;
	}

#header {
	width: 756px;
	height: 12px;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	font-size: 1px;
	line-height: 16px;
	background-image: url('../images/vrsek.jpg');
	background-repeat: no-repeat;
	background-color: #80A3EA;
	color: #000000;
	}

#footer {
	width: 756px;
	height: 12px;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	background-image: url('../images/spodek.jpg');
	background-repeat: no-repeat;
	background-color: #80A3EA;
	color: #000000;
	}
	
/* classes */

.line {
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.zline {
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-bottom-color: #EA0047;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.sline {
	padding: 0;
	margin: 30px 0px 30px 0px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	}

.bigger {
	font-size: 15px;
	font-weight: bold;
	}

.tab {
	border: 1px solid #E6E6E6;
	}

.right {
	text-align: right;
	}

.mlinks a:hover {
	background-color: #D8BC65;
	text-decoration: none;
	color: #000000;
	}

.mlinks a {
	text-decoration: underline;
	color: #ff0000;
	background-color: #EBDA80;
	}


/* tags */

table {
	margin-bottom: 15px;
	}

body {
	background-color: #80A3EA;
	color: #000000;
	}

h1 {
	margin: 40px 0px 0px 0px;
	font-size: 20px;
	line-height: 30px;
	color: #666666;
	background-color: #ffffff;
	}

h2 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	}

h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #EA0047;
	background-color: #ffffff;
	}

h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	}

h5 {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	}

p {
	margin-top: 15px;
	}

strong {
	font-weight: bold;
	background-color: #EEF2F9;
	color: #FF0000;
	}

a {
	text-decoration: underline;
	color: #ff0000;
	background-color: #ffffff;
	}

a:hover {
	background-color: #EBDA80;
	text-decoration: none;
	color: #000000;
	}

ul {
	margin: 20px 0px 0px 20px;
	list-style-image: url('../images/square_li.gif');
	padding: 0;
	}

li {
	margin: 0px 0px 3px 0px;
	}

img {
	border: 0;
	margin-bottom: -2px;
	}

