/* generated by csscreator.com */
html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #c4c6d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	margin: 5px;
	padding: 0px;
}

.crvena {
	color: #990000;
}

.naslov {
	font-size: 16px;
	font-weight: 700;
}

#pagewidth {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #c4c6d2;
	border-left: 1px #555 solid;
	border-right: 1px #555 solid;
}

#header {
	height: 198px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

#menu {
	height: 42px;
	width: 900px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

#leftcol {
	width: 260px;
	height: 750px;
	float: left;
	position: relative;
	background-image: url(images/boards.jpg);
	background-repeat: no-repeat;
}

#maincol {
	background-color: #c4c6d2;
	float: right;
	display: inline;
	position: relative;
	width: 640px;
}

#footer {
	height: 42px;
	width: 900px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	clear: both;
}

.red_links {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}

.meny_text {
	font-size: 22px;
	text-align: center;
}

.info_box {
	border: 1px #000 solid;
	margin: 2px;
	margin-top: 15px;
	padding: 12px;
	text-align: right;
}

.info_box h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.header_buttons {
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	color: #666666;
	font-size: 18px;
}

.header_buttons a {
	text-decoration: none;
	color: #666666;
}

.header_buttons a:hover {
	color: #FF0000;
}

.footer_buttons {
	float: left;
	margin-top: 15px;
	margin-left: 35px;
	color: #666666;
}

.footer_buttons a {
	text-decoration: none;
	color: #666666;
}

.footer_buttons a:hover {
	color: #FF0000;
}

#appointment {
	width: 640px;
	height: 117px;
	background-image: url(images/appointment_blank.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

#buttons{
width:230px;
height:256px;
margin-top:35px;
margin-left:15px;
background-image:url(images/butttons.jpg);
background-repeat:no-repeat;
}

.button_first{
font-weight:bold;
font-size:24px;
color:#000000;
margin-left:65px;
padding-top:19px;

}
.button_first a{
color:#000000;
text-decoration:none;
}
.button_first a:hover{
color:#FFFFFF;
}

.button{
font-weight:bold;
font-size:24px;
color:#000000;
margin-left:65px;
padding-top:35px;
}
.button a{
color:#000000;
text-decoration:none;
}
.button a:hover{
color:#FFFFFF;
}




input[type="text"],input[type="submit"],input[type="password"],input[type="reset"],input[type="file"],textarea,select,option
	{
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #666666;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*printer styles*/
@media print { /*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	#twocols,#maincol {
		width: 100%;
		float: none;
	}
}