/* CSS Document */
body{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size:76%;
}
#menuBorder{ 
	border:#000000 8px solid;
	height:31px;
}
a{
	text-decoration:none; 
	color:#000000;
	display:block;
	font-weight:bold;	
}
a:hover{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}
a.menuLink{
	text-decoration:none; 
	color:#000000;
	display:block;
	font-weight:bold;	
	height:36px;
	padding-top:15px;
}
a.menuLink:hover{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}
a.menuLinkActive{
	text-decoration:none; 
	color:#ffffff;
	display:block;
	font-weight:bold;	
	height:36px;
	padding-top:15px;
	background-color:#000000;
}
a.menuLinkActive:hover{
	background-color:#FFFFFF
	color:#000000;
	font-weight:bold;
	display:block;
}
.footer{
	background-color:#000000;
	color:#FFFFFF;
	height:20px;
	text-align:center;
	vertical-align:middle;
}

a.footerLink{
	text-decoration:none; 
	color:#ffffff;
	font-weight:none;	
	font-size:11px;
}
a.footerLink:hover{
	color:#ffffff;
	font-weight:none;
	text-decoration:underline;
}
.footerLink a:visited{
	color:#000000;
	font-weight:none;
	text-decoration:underline;
	background-color:#FFFFFF;
}
.btn{
	border:#000000 4px solid; /* F02D33*/
	background-color:#FFFFFF;
	font-size:9px;
	font-weight:bold;	
	display:block;
}
.txt{
	border:#000000 4px solid;
	background-color:#FFFFFF;
	font-size:11px;
}
.bgr{
	/*background: url(../images/bgr.gif) 0px 0 repeat-x;*/
	background-color:#FF0000;
	height:552px;
}
thead{
font-size:24px;
font-weight:bold;
color:#FFFFFF;
}
.info{
	color:#FFFFFF;
	font-weight:bold;
}
.slika_medo{
	background: url(../images/medo.jpg) 0px 0 no-repeat;
	height:552px;
	width:386px;
}
.pozicija_medo{
	padding-top:330px;
	padding-left:160px;
}
.slika_urin{
	background: url(../images/urin.jpg) 0px 0 no-repeat;
	height:552px;
	width:386px;
}
.pozicija_urin{
	padding-top:330px;
	padding-left:100px;
}
.okvir{
	border:#000000 8px solid;
	padding:0px;
	width:110px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	font-size:11px;
	display:block;
}
.okvirdomov{
	border:#000000 4px solid;
	padding:0px;
	width:60px;
	text-align:center;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:1px;
	font-weight:bold;
	font-size:9px;
}
a.menuLinkDomov{
	text-decoration:none; 
	color:#000000;
	font-weight:bold;
	background-color:#FFFFFF;
	width:70px;
	height:25px;
	display:block;
}
a.menuLinkDomov:hover{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.sel{
border:#000000 2px solid;
background-color:#FFFFFF;
}
.selopt{
border:#000000 1px solid;
}

legend{
color:#FFFFFF;
font-weight:bold;
border: 1px #000000 solid;
background-color:#FF0000;
padding:10px;
}
fieldset{
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	padding:10px;
}
/*---------------------------------------------------------------------*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
color:#FFFFFF;
}


#tablist a{
color:#000000;
text-decoration:none;
}

#tablist a:link, #tablist a:visited{
color: #000000;
}
#tablist td a:hover{
color: #ffffff;
}
#tablist a.current{
color: #000000;
}
#tablist a.current:hover{
color: #ffffff;
}


#tabcontentcontainer{
width:360px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
overflow:auto;
height:390px;
}

.tabcontent{
display:none;
}

