body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
  font-size: 14px;
  color: #222;
}

table {
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0071e4;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0047B3;
	font-weight: bold;
		margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0071e4;
	font-weight: bold;
	padding-top: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9D15;
	font-weight: bold;
}

a {
	color: #990000;
	text-decoration: none;
}


a:hover {
	color: #000;
	text-decoration: underline;
}

img {
border:0;
}

#container_big {
	width: 837px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 837px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 837px;
	height: 158px;
	text-align: left;
	background: url(images/bg-hd.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	float: right;
	position: absolute;
	width: 837px;
	height: 31px;
	left: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
}

#menu a {
	color: #000000;
	margin-left: 40px;
	margin-right: 50px;
}

#menu a:hover {
	color: #0071e4;
	margin-left: 40px;
	margin-right: 50px;
	text-decoration: none;
}

#menu a.active {
color: #0071e4;
}

#intro {
	float: left;
	position: relative;
	width: 837px;
	height: 168px;
	background-image: url(images/banner.jpg);
	left: 0px;
	color: #a8c9dd;
	top: 0px;
	margin-bottom: 3px;
	overflow: hidden;
}

.box {
	float: left;
	position: relative;
	width: 235px;
	margin-left: 10px;
}


#content {
	float: left;
	position: relative;
	width: 837px;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}

#right {
	width: 200px;
	float: right;
	position: relative;
	padding-right:10px;
	color: #080808;
	border-left: 1px solid #eee;
}

#main {
	float: left;
	position: relative;
	width: 570px;
	padding: 20px;
	text-align: left;
}

#main ul {
padding: 0 0 20px 20px;
list-style-type: none;
list-style-image: url(images/arrow.png);
list-style-position: outside;
}

#main ul li a {
text-decoration: none;
color: #0572AB;
}

#main ul li a:hover {
color: #111;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 837px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #888;
	padding-top: 5px;
}

#footer img {
	margin: 2px;
	border: solid 3px #F2D2A8;
}

#footer a {
	color: #0071e4;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}


ul {
	list-style-type: square;
}


#ime { 
font-size:33px; 
font-family:Myriad Pro,Helvetica, sans-serif; 
text-transform:uppercase ;
padding-top: 30px;
padding-left: 30px;
}
#ime 
span {color:darkblue}
#podzaglavie { 
padding-left: 30px;
font-size:16px;
}

.stong-txt {
font-weight: bold;
}




/* Contact */

#contactarea {
	width:400px;
	text-align:left;
	padding:15px;
	border:1px solid #FF9D15;
	font-weight: bold;
	font-size: 12px;
}

#inputbox {
	border: 1px solid #000;
	width: 180;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	width:290px;
	height:100px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}

