@charset "utf-8";
/* CSS Document */
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*body*/

body {
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0 auto;
	padding:0;
	background-color:#3b61a2;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
}

#menu {
	width:900px;
	height:40px;
	margin:0 auto;
	padding:0;
	background:url(Images/menu_bg.jpg) repeat-x;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	display:block;
	width:150px;
	height:40px;
	background:url(Images/dugme_1.jpg) no-repeat;
	text-decoration:none;
	float:left;
	color:#ffffff;
	font-size:14px;
}

#menu a:hover {
	background:url(Images/dugme_2.jpg) no-repeat;
	color:#d9d9d9;
}

#menu h1 {
	margin-top:12px;
	margin-left:45px;
}

/*header*/

#header {
	width:900px;
	height:133px;
	margin:0 auto;
	padding:0;
	background:url(Images/gore_bg.jpg) no-repeat;
}

/*content*/
#content {
	width:900px;
	height:542px;
	background:url(Images/dole_bg.jpg) no-repeat;
	margin:0 auto;
	padding:0;

}

#levo {
	margin-left:20px;
	margin-top:20px;
	float:left;
	width:400px;
	height:100px;
	background:url(Images/crta_vertikalna.jpg) left top no-repeat;
}

#levo h1 {
	margin-left:15px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	color:#f7d501;
}

#levo p {
	margin-left:15px;
	line-height:15px;
	color:#ffffff;
	width:350px;
}

#levi_content {
	width:500px;
	float:left;
	margin-left:5px;
}

.textbox {
	width:400px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	background:url(Images/crta_vertikalna.jpg) top left no-repeat;
}

.textbox h1 {
	margin-left:15px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	color:#f7d501;
}

.textbox p {
	margin-left:15px;
	line-height:15px;
	color:#ffffff;
	width:350px;
}

.textbox p a {
	color:#FFFFFF;
}

.textbox p a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

#wrap img {
	border:#CC0000 1px solid;
	padding:3px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;

}

/*footer*/

#footer {
	width:900px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url(Images/footer.jpg) no-repeat;
	}
	
#footer p {
	text-align:center;
	font-size:12px;
	color:#ffffff;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*kontakt*/

.textbox li {
	margin-left:20px;
	padding-top:10px;
	color:#666666;
}

.textbox a {
	color:#CC0000;
	text-decoration:none;
}

.textbox a:hover {
	text-decoration:underline;
}



