@charset "windows-1250";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #545454;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#env {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 160px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#menu {
	height: 28px;
	background-image: url(images/menubck.jpg);
	background-repeat: no-repeat;
}
#menuinside {
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
}

#menu a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 16px;
	margin-left: 16px;
}
#menu a:hover {
	color: #FFF105;
}

#main {
	background-image: url(images/mainbck.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 32px;
}
#partneri {
	float: right;
	width: 184px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DDDDDD;
}
#partneri a {
	text-decoration: none;
}
#partneri a:hover {
	color: #000;
}

#maintext {
	width: 480px;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 32px;
}
#footer a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	font-size: 16px;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
}

p {
	line-height: 1.5em;
	padding-top: 0px;
	margin-top: 0px;
}
a {
	font-weight: bold;
	color: #163D88;
}
a:hover {
	color: #D3C401;
}
a:visited {
	color: #666666;
}
li {
	line-height: 1.4em;
}
.style3 {
	color: #CCCCCC;
	font-style: italic;
}.t01 {
	background-color: #666;
	font-size: larger;
	color: #FC0;
}
.t02 {
	background-color: #CCC;
	font-size: larger;
	color: #666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.t03 {
	background-color: #E4E4E4;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

