

body {
	background-color: #E0E0E0;
    background-image: url(images/molekule.jpg);
    background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin-top:12px;
}

img {
    border:none;
}

h2 {
font-size: 1.5em;
text-decoration: none;
}
h3 {
font-size: 1.25em;
text-decoration: none;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
    border-left:1px solid #E0E0E0;
/*	height: 100%;*/
}
#header {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 15px;
  /*  position:relative; */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer {
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 70px;
	padding-top: 10px;
	height: 100px;
	background-image: url(images/footer-line.gif);
	background-repeat: no-repeat;
}
#footer a {
    color:#888888;
}
#footer a:hover {
    color:#AAAAAA;
}
#footer_contact {
	font-size:11px;
	color: #999999;
}
#footer_copy {
	font-size:11px;
	color: #AAAAAA;
	margin-top: 5px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#fp_menu_left {
	width: 275px;
	float:left;
}
#fp_content {
	margin-left:290px;
	width: 664px;
}
#fp_title {
	text-align:left;
	color: #FFFFFF;
	background-image: url(images/gb-laboratorijski-center-2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
    margin-bottom:10px;
	padding:0px;
	height: 176px;
	width: 664px;
}

#fp_title_inner {
	position: relative;
	left: 260px;
	width: 360px;
	top: 40px;
}
#fp_title_inner_title {
	font-size: 22px;
	margin-bottom: 15px;
}
#fp_title_inner_subtitle {
	font-size:17px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}



.fp_narrow_column_left {
	width: 327px;
	float:left;
    *display:inline;
	}
	
.fp_narrow_column_left img, .fp_narrow_column_right img {
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
		
.fp_narrow_column_right {
	margin-left:10px;
	width: 327px;
	float:left;
    *display:inline;
	}

.fp_news_left {
	width: 297px;
	float:left;
	}
	
.fp_news_right {
	margin-left:10px;
	width: 297px;
	float:left;
	}
	
.gray_box {
	background: #e0e0e0;
	width:100%;
	margin-top:10px;
	margin-bottom: 10px;
}
.gray_box_top div {
   background: url(images/gray_tl.gif) no-repeat top left;
}
.gray_box_top {
   background: url(images/gray_tr.gif) no-repeat top right;
}
.gray_box_bottom div {
   background: url(images/gray_bl.gif) no-repeat bottom left;
}
.gray_box_bottom {
   background: url(images/gray_br.gif) no-repeat bottom right;
}

.gray_box_top div, .gray_box_top, 
.gray_box_bottom div, .gray_box_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.gray_box_content { 
margin: 0 10px; 
	overflow: hidden;
}
.gray_box_content_tidth {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 10px;
}

.more_link {
    margin-top: 0px;
    margin-bottom:2px;
}

.more_link a {
    font-size: 0.87em;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.more_link a:hover {
    color:#333333;
}

.fp_item_title {
	font-weight:bold;
	margin-bottom:8px;
	}
	
.fp_news_left p, .fp_news_right p {
	margin-top:8px;
}
.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 */
	
#fp_contact textarea {
	color:#999999;
	width:280px;
	}

#menu {
	font-size:15px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}
#menu a, #search_box a {
	text-decoration:none;
	color:#000000;
	}
#menu a:hover, #search_box a:hover {
    color:#333333;
}    
#menu ul {
	list-style: none;
	display: inline;
	padding-left: 0px;
    margin-left: 0px; 
}
#menu ul li {
	margin-left: 0px;
	list-style: none;
	display: inline;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	margin-right: 0px;
	}
    
.side_menu {
    background-image: url(images/meter.gif);
    background-repeat: no-repeat;
    padding-left: 13px;
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    padding-top: 13px;
    min-height: 350px;
} 
#menu .menu_selected {
	border-bottom: 3px solid #D50020;
	}
.side_menu .menu_selected a {
	color:#000000;
	}
.side_menu .menu_not_selected a {
	color:#666666;
	}	
.side_menu .menu_selected a:hover {
    color:#333333;
    }
.side_menu .menu_not_selected a:hover {
    color:#888888;
    }    

#search_box {
	float:right;
	width:160px;
	font-weight:bold;
    position: relative; 
	clip: rect(auto,auto,auto,auto);
	 top: -7px; 
}
#search_box input {
	width:100px;
}
#search_form, #search_box form {
	margin:0px;
	}

#tools_menu {
	font-weight:bold;
	font-size:11px;
	float:right;
	margin-top:4px;
	color: #666666;
}
#tools_menu a {
    color: #666666;
	text-decoration:none;
	}
	
#tools_menu a:hover {
    color: #888888;
    }
    
        
.fp_wide_column {	

	}	
   
#menu_left {
	width: 200px;
	float:left;
}
.side_menu a {
    text-decoration:none;
    color: #666666;
    }
.side_menu a:hover {
    color: #888888;
    }
.side_menu li {
	margin-bottom: 8px;
}
.side_menu ul {
	margin-bottom:18px;
	margin-top: 0px;
	list-style: none;
}
.side_menu li ul {
	padding-left:20px;
	font-size: 0.9em;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;		
}
.side_menu li li {
	margin-bottom:3px;
	}
#content {
	margin-left:232px;
	width: 722px;
}
.box_gray_bottom {
	background-image: url(images/gframe_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
   height: 11px;
   font-size: 1px;
}
.box_gray_top {
	background-image: url(images/gframe_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
   height: 11px;
   font-size: 1px;
}
.box_gray_middle {
	background-image: url(images/gframe_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
   /* background-color: #DDEEFF;*/
}
.box_content {
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.box_gray_middle p, .box_gray_middle h2 {
	margin-top:15px;
	}
#page_title {
	text-align:left;
	color: #FFFFFF;
	background-image: url(/files/b-vlakna.jpg);
	background-repeat: no-repeat;
	padding:0px;
	height: 130px;
	width: 722px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page_title_inner {
    position: relative;
    left: 320px;
    width: 360px;
    top: 35px;
}
#page_title_inner h1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom:8px;
}
#page_title_inner h2 {
    font-size:17px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    margin-top:0px;
}

.list_item {
    margin-top:5px;
    margin-bottom:10px;
}
.list_item img {
	float:left;
	margin-right: 10px;
    margin-bottom: 0px;
	}
.list_item div {
	/*padding-left: 110px;*/
	}	
.list_item h2, .list_item h3 {
	margin-bottom:8px;
    margin-top: 0px;
	}
.list_item h3 {
    font-size:13px;
}    
.list_item a {
    color:#444444;
    text-decoration: underline;
}
.list_item a:hover {
    color:#777777;
}
.selected, .selected a {
	color:#000000;
}	

.page_right_column {
	float: right;
	width: 200px;
}

.page_index {
	margin:0px;
	}
		
.page_index ul {
	list-style: disc;
	margin-left: 0px;
	padding-left: 20px;
	text-indent: 0px;
}
.page_index li {
	padding-left: 0px;
	margin-left: 0px;
}
.page_index a {
    color:#000000;
    text-decoration:underline;
    line-height: 1.4em;
    }
.page_index a:hover {
    color:#333333;
    }
.no_margin {
	margin-top: 0px;
	}
.side_gallery {
	margin-top: 15px;
}
.side_gallery td {
	vertical-align: middle;
	margin-bottom: 10px;
}
.side_gallery tr {
	margin-bottom: 10px;
}
.side_gallery div {
	font-size: 0.9em;
	color: #999999;
}
#page_content {
	padding-right: 230px;
}
#breadcrumbs, #breadcrumbs a {
    margin-top:0px;
    margin-bottom:14px;
    
    padding-left:0px;
    font-size: 0.95em;
    color:#888888;
}
.breadcrumbs a:hover {
    color:#AAAAAA;
}
#content p, .list_item p {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content h1, #content h2, #content h3, #content h4 {
	color:#444444;
}
#content strong, #content b {
	color:#222222;
}
#content a {
	color:#444444;
	text-decoration:underline;
}
#content a:hover {
	color:#666666;
}
#page_content a {
    color:#444444;
    /*color:#333399;*/
    text-decoration:underline;
}
#page_content a:hover {
    color:#666666;
  /*  color:#6666CC;*/
}
/* #page_content a:visited {
    color:#5C5CB7;
} */


#page_title h1, #page_title h2 {
	color:#FFFFFF;
	}
label {
    display:block;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 3px;
    font-size:0.85em;
    }  
.required_star {
    font-weight: bold;
    color:red;
    font-size:1.3em;
}
      
.cms_input {
    width:98%;
    margin:0px;
    padding:0px;
    }
textarea {
    width:98%;
    }
select {
    width:100%;
    }
.cms_button {
    width:auto;
}                
.cms_checkbox {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
}  

.error-message {
    font-weight: normal;
    color: red;
} 
.pagination {
text-align:left;
margin-bottom:2em;
}
.pagination_page {
    margin-top:1.5em;
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}   
.input, form {
    margin:0px;
    padding:0px;
}
.event_date {
    margin-bottom:3px;
    margin-top:0px;
    color:#888888;
    font-size:0.85em;
}
.gallery_item {
    width:80px;
    height:80px;
    margin-bottom: 10px;
    margin-right: 10px;
    float:left;
}
.contact {
}
.contact h3 {
    margin-top: 10px;
    margin-bottom:5px;
    font-size: 15px;
}
.cms_image {
    text-align: left;
    margin-bottom:10px;
}
.cms_image_description {
    font-size:0.9em;
    /*font-weight: bold;*/
}
fieldset {
    margin :0;
    padding:0;
    border:0;
}