/******************************************************
*                                                     *
*   CSS file - http://www.rijetkebolesti.com/					*
*   Copyright (c) Dobbin, 2007.               				*
*                                                     *
******************************************************/

/* Base 
-----------------------------------------------------*/

body
{
	margin: 0px;
	padding: 0px;
	background: #fff url("../../images/bg.jpg") repeat-x 0px 0px;
	text-align: left;
	font-size: 62.5%;
}
	
html, body 
{
	height: 100%; /* Required */
}

html
{
	font: normal 1.2em Arial, Verdana, sans-serif;
	color: #6e6865;
	text-decoration: none;
}

p
{
	font: normal 1em Arial, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 140%;
}

.clear
{
	clear: both;
	font-size: 0.1em;
}

a
{
	outline: none;
	color: #00a0c6;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


/* Layout
-----------------------------------------------------*/

#page_container
{
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#header
{
	background: url("../../images/bg_header.jpg") no-repeat 0px 0px;
}

.wrapper
{
	width: 996px;
}

#content_container
{
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 130px 9px;
}

#forum_container
{
	margin: 0px;
	padding: 25px 20px 130px 20px;
}

#sub_navigation
{
	width: 182px;
	float: left;
	margin: 0px 5px 0px 0px;
}

#content
{
	width: 545px;
	float: left;
	margin: 0px 5px 0px 0px;
}

#news
{
	width: 240px;
	float: left;
}

#footer
{
	background: url("../../images/bg_footer.jpg") repeat-x 0px 0px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}

.content_box
{
	border: 3px solid #d1eef5;
	background-color: #f4fdff;
	padding: 20px;
}

.white_box
{
	background-color: #fff;
	padding: 0px;
}


/* Header
-----------------------------------------------------*/

#header ul
{
	margin: 0px;
	padding: 153px 0px 0px 195px;;
	list-style: none;
}	

#header ul li
{
	float: left;
	margin: 0px 1px 0px 0px;
}	

#header ul li em
{
	background: url("../../images/bg_topNav_right.gif") no-repeat 100% 0%;
	display: block;
}	

#header ul li a
{
	background: url("../../images/bg_topNav_left.gif") no-repeat 0% 0%;
	display: block;
	padding: 10px 17px 17px 17px;
	font: normal 0.9em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}	

#header ul li a:hover
{
	text-decoration: underline;
}	

#header ul li.active em
{
	background: url("../../images/bg_topNav_right_active.gif") no-repeat 100% 0%;
}	

#header ul li.active a
{
	background: url("../../images/bg_topNav_left_active.gif") no-repeat 0% 0%;
}	


/* Left navigation
-----------------------------------------------------*/

#sub_navigation .content_box
{
	padding: 15px;
	margin-bottom: 5px;
}

#sub_navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sub_navigation ul li
{
	border-bottom: 1px solid #d1eef5;
}

#sub_navigation ul li a
{
	background: url("../../images/icon_subNav.gif") no-repeat 0px 8px;
	display: block;
	padding: 4px 0px 4px 12px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

#sub_navigation ul li.active a
{
	background: url("../../images/icon_subNav_active.gif") no-repeat 0px 8px;
	color: #f0037f;
}


/* Content
-----------------------------------------------------*/

h1
{
	font: normal 1.5em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #00a0c6;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	position: relative;
}

h2
{
	font: bold 1em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #00a0c6;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	position: relative;
}

h3
{
	font: normal 1em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #00a0c6;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	position: relative;
}

h4
{
	font: normal 0.9em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #00a0c6;
	margin: 0px 0px 10px 0px;
}

h1 span
{
	display: block;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #f0037f;
	text-transform: none;
	margin: 0px 0px 3px 0px;
}

h2 span
{
	display: block;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #f0037f;
}

h2.statut, h3.statut
{
	text-align: center;
}

#content h2
{
	margin-top: 30px;
}	

#content .shortDescription
{
	margin: 0px 0px 20px 0px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #00a0c6;
}	

#content p
{
	line-height: 150%;
}	

#content em
{
	font-style: normal;
	font-weight: bold;
	color: #f0037f;
}	

#content ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font: normal 1.1em/130% Arial, verdana, sans-serif;
	color: #6e6865;
	text-decoration: none;
}	

#content ul li
{
	background: url("../../images/icon_subNav.gif") no-repeat 5px 6px;
	margin: 0px 0px 5px 0px;
	padding-left: 19px;
}	

#content ul.sublist li
{
	background: url("../../images/sublist_bullet.gif") no-repeat 5px 6px;
	margin: 0px 0px 5px 15px;
	padding-left: 19px;
}	

#content ul.statut li
{
	background: url("../../images/statut_bullet.gif") no-repeat 5px 6px;
	margin: 0px 0px 5px 0px;
	padding-left: 19px;
}	

#content ul.statut span
{
	font-weight: bold;
	color: #57bfda; 
}	

#content ul.quicklinks
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font: normal 1em/130% Arial, verdana, sans-serif;
	color: #6e6865;
	text-decoration: none;
}	

#content ul.quicklinks li
{
	background: url("../../images/icon_subNav.gif") no-repeat 5px 6px;
	margin: 7px 0px 7px 0px;
	padding-left: 19px;
}	

#imagesCenter
{
	text-align: center;
}



/* Popis bolesti - abeceda
-----------------------------------------------------*/	

#bolesti_abc
{
	background-color: #f4fdff;
	padding: 20px;
	position: relative;
} 

#bolesti_abc em
{
	display: block;
	background: url("../../images/bg_title_abc.gif") no-repeat 0px 7px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #00a0c6;
	padding: 0px 0px 12px 30px;
	position: relative;
} 

#bolesti_abc ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
} 

#bolesti_abc ul li
{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	background: none;
	float: left;
	position: relative;
} 

#bolesti_abc ul li a
{
	display: block;
	width: 15px;
	background: url("../../images/icon_abc_default.gif") no-repeat 0px 0px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 4px 0px 9px 0px;
	text-align: center;
} 

#bolesti_abc ul li span
{
	display: block;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
	width: 15px;
	padding: 4px 0px 9px 0px;
	text-align: center;
} 

#bolesti_abc ul li.inactive a, #bolesti_abc ul li.inactive span
{
	background: url("../../images/icon_abc_inactive.gif") no-repeat 0px 0px;
} 

#bolesti_abc ul li.active a
{
	background: url("../../images/icon_abc_active.gif") no-repeat 0px 0px;
} 

#bolesti_items
{
	border-top: 1px solid #d1eef5;
	background-color: #fff;
	padding: 25px 40px 20px 20px;
}

#bolesti_items .item
{
	border-bottom: 1px solid #d6f0f6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#bolesti_items .item p
{
	margin-bottom: 5px;
	position: relative;
}

#bolesti_items .item ul
{
	margin: 0px;
	padding: 0px;
}

#bolesti_items .item ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
}

#bolesti_items .item ul li.detail
{
	float: right;
}

#bolesti_items .item ul li.url a
{
	font-weight: bold;
	font-size: 0.8em;
	color: #f0037f;
	text-decoration: none;
}

#bolesti_items .item ul li.detail a
{
	font-size: 0.8em;
	text-decoration: none;
}

ul#abc_legend li
{
	background: url("../../images/icon_abc_default.gif") no-repeat 0px 0px;
	padding: 3px 0px 5px 25px;
}

ul#abc_legend li.inactive
{
	background: url("../../images/icon_abc_inactive.gif") no-repeat 0px 0px;
}

ul#abc_legend li.active
{
	background: url("../../images/icon_abc_active.gif") no-repeat 0px 0px;
}



/* Banners
-----------------------------------------------------*/

#banners a
{
	display: block;
	margin: 0px 0px 9px 0px;
}


/* News
-----------------------------------------------------*/

#content .firstThumbnail
{
	width: 160px;
	float: left;
	margin: 3px 10px 3px 0px;
	border: 1px solid #d1eff7;
	background-color: #fff;
}

#content .imageSingle
{
	float: left;
	margin: 3px 10px 3px 0px;
	border: 1px solid #d1eff7;
	background-color: #fff;
	padding: 5px;
}



#content .firstThumbnail img
{
	padding: 5px;
	margin: 0px 0px 1px 0px;
	display: block;
}

#content .firstThumbnail .openGallery
{
	display: block;
	background: url("../../images/icon_subNav.gif") no-repeat 5px 6px;
	padding: 0px 0px 8px 17px;
	border: none;
}

#content .thumbnail
{
	margin: 3px 10px 3px 0px;
	padding: 5px;
	border: 1px solid #d1eff7;
	background-color: #fff;
}

#content .noMargin
{
	margin: 3px 0px 3px 0px;
	padding: 5px;
	border: 1px solid #d1eff7;
	background-color: #fff;
}


#news .content_box
{
	padding: 15px;
	margin: 0px 0px 5px 0px;
}

.box_rss
{
	border-color: #ffe8d1;
	background-color: #fff4ea;
}

.box_rss ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box_rss ul li
{
	float: left;
	margin: 0px;
}

.box_rss ul li.rss
{
	float: left;
	margin-right: 20px;
}

.box_rss ul li.rss a
{
	background: url("../../images/icon_rss.gif") no-repeat 0px 2px;
	padding: 2px 0px 2px 24px;
}


/* Tables
-----------------------------------------------------*/

table.osteogenesis tr.header td
{
	font-weight: bold;
	color: #fff;
	background-color: #00a0c6;
	padding: 5px;
}

table.osteogenesis tr td
{
	border-bottom: 1px solid #56bfd9;
}

table.osteogenesis td
{
	text-align: center;
}

table.osteogenesis td.alternate
{
	text-align: left;
	background-color: #f4fdff;
}


/* Footer
-----------------------------------------------------*/

#footer ul
{
	margin: 10px 10px 15px 10px;
	padding: 0px;
	height: 40px;
	list-style: none;
	background: url("../../images/h_dot.gif") repeat-x 0% 100%;
	font: normal 0.9em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#footer ul li
{
	float: right;
	padding: 5px 0px 5px 0px;
}

#footer ul li.hubsrb
{
	float: left;
	padding: 11px 0px 5px 0px;
}

#footer ul li a
{
	display: block;
	padding: 6px 10px 6px 10px;
	font: normal 1.0em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	xtext-transform: uppercase;
	text-decoration: none;
}

#footer ul li.active em
{
	background: url("../../images/bg_footerNav_right_active.gif") no-repeat 100% 0%;
	display: block;
}

#footer ul li.active a
{
	background: url("../../images/bg_footerNav_left_active.gif") no-repeat 0% 0%;
}

#dobbin
{
	clear: both;
	text-align: left;
	padding: 0px 20px 20px 0px;
	color: #fff;
}

#croadria
{
position: relative;
top: -6px;
left: 10px;
float: left;
}

#croadria img
{
border: none;
}

#production
{
margin-left: 605px;
}

#dobbin a
{
	color: #fff;
}

