@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #ffffff; /*003d4c;*/
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

.glavna {
	clear: both;
	float: none;
	width: 980px;	
	margin-left:auto;
	margin-right:auto;
 	background-image: url(ozadjetelo.png);
	background-repeat:repeat;
	min-height:600px; 
}
.glava {
	width:960px;
	height:80px;
 	background-image: url(ozadjeglava.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-top:20px;
	padding-right:20px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000000;
}

.nogalogo {
	width:980px;
	height:80px;
	background-color:#FFFFFF;
	background-image: url(vtoplogo.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
	float:left;
}

.telo {
	width:980px;
 	background-image: url(ozadjetelo.png);
	background-repeat:repeat;
	display:inline-block;
	float: left;	
}
.menu, .menuveliki {
	width:149px;
	min-height:450px;
	display: block;	
	float:left;
	padding-left:41px;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.vsebina {
	width:730px;
	min-height:420px;
	background-color:#FFFFFF;
	margin: 10px;
	margin-top:15px;
	margin-bottom:0px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	float: left;	
}

.menu a:link, .menu a:visited {
	width:135px;
	height:52px;
	background-image: url(gumb.png);
	background-position: top;	
	padding-top:3px;	
	padding-left:10px;
	display:block;
	float:left;
	text-decoration:none;
	color:#18445C;
}
.menu a:hover, .menu a:active {
	width:135px;
	height:52px;
	background-image: url(gumb.png);
	background-position:bottom;	
	padding-top:3px;
	padding-left:10px;
	display:block;	
	float:left;
	text-decoration:none;
	color:#18445C;	
}

.menuveliki a:link, .menuveliki a:visited {
	width:135px;
	height:107px;
	background-image: url(gumbveliki.png);
	background-position: top;	
	padding-top:3px;	
	padding-left:10px;
	display:block;
	float:left;
	text-decoration:none;
	color:#18445C;
}
.menuveliki a:hover, .menuveliki a:active {
	width:135px;
	height:107px;
	background-image: url(gumbveliki.png);
	background-position:bottom;	
	padding-top:3px;
	padding-left:10px;
	display:block;	
	float:left;
	text-decoration:none;
	color:#18445C;	
}
	
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}
