/*****************************************************
 * version: 0.1
 * author: szabolcs biro
 * email: birszab at gmail dot com
 * mobil: 06-30-641-3213    
 *****************************************************/
 
/* global elements
 *****************************************************/ 
* {
	margin: 0;
	padding: 0;
}
html { 
  height: 100%; 
}
body {
  height: 100%;
  text-align: left;
  color: #000;
  background: #aeafb2 url('../img/bg_body.png') repeat-x left top;;	
}
body{ 
  font: normal 0.8em Arial, sans-serif; 
}

td{
  font: normal 1em Arial, sans-serif; 
}

h1, h2, h3, h4, h5, h6 { 
  font-size: 1em; 
}
a {	
  text-decoration: none; 
}
img { 
  border: none; 
  margin-right: 5px;
}
ul, ol { 
  list-style: none; 
}
.clearfix {
  clear: both;
  margin-bottom: 5px;
}
.clearfix_nomargin {
  clear: both;
}
/* /global elements
 *****************************************************/

/* banner elements
 *****************************************************/ 
.banner998 {
  width: 998px;
  /*height: 100px;*/
}
.banner190 {
  width: 190px;
  /*height: 0px;*/
  margin-bottom: 0px;
}
.banner570 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
/*  margin-: 0px auto 5px;*/
}
.banner570 div.banner570x60 {
  background: transparent url('../img/bg_banner.png') no-repeat scroll 0px 50%;
  margin-left:auto;
  margin-right:auto;
/*  margin: 0px auto 0px;*/
  padding: 3px 3px 3px 20px;
}
#sidebarRight .banner190 {
  margin: 0px auto 15px;
}
.banner190 div.banner190x190 {
  background: transparent url('../img/bg_banner1.png') no-repeat scroll center top;
  margin: 0px auto 0px;
  padding: 17px 0px 0px 0px;
}
/* banner elements
 *****************************************************/   

/* base layout
 *****************************************************/
#container {
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;  	
	padding: 0px 0px 0px 0px;
	width: 998px;
	color: #000;
	background: #c5c7c9 url('../img/bg_container.gif') repeat-x left top;	
	margin: 0px auto;
}
#header {
	padding: 0px;
	margin: 0px;
	background: transparent url('../img/bg_header.gif') repeat-x left top;
	width: 998px;
	height: 90px;
}
#wrap {
	width: 100%;	
	padding: 4px 0px 0px;
	overflow: hidden;	
}
#leftWrap {
	float: left;
	width: 790px;
	margin-top: 0px;
}
#content {
	width: 590px;
	float: right;
	font-size: 1em;
	line-height:16px;
	text-align:left;
}
#sidebarRight {
	width: 202px;
	padding: 0px 0px 0px 0px;
    float: right;	
	text-align: left;
}
#sidebarLeft {
	width: 190px;
	margin: 0px 0px 0px 4px;
	background: fbfbfb;
}

#belowfooter {
	margin: 0px auto 0px;
	padding: 8px 0px 10px;
	border-top: 1px solid #B6B7C2;
	border-bottom: 1px solid #A59FC4;	
    background: #666666;	
	width: 998px;
	display: block;
	color: #fff;
}

#footer {
	margin: 0px auto 0px;
	padding: 8px 0px 10px;
	border-top: 1px solid #B6B7C2;
	border-bottom: 1px solid #A59FC4;	
    background: #276ca7;	
	width: 998px;
	display: block;
}

.votebox{
    padding-left:30px;
}

.votebox input{
	margin-left: 15px;
	margin-top: 3px;
	margin-right: 5px;
}
/* /base layout
 *****************************************************/

/* perpage layout mods
 *****************************************************/


/* /perpage layout mods
 *****************************************************/

  
/* common elements
 *****************************************************/


/* /common elements
 *****************************************************/

/* header elements
 *****************************************************/
#header #logoMenuReg {
  overflow: hidden;
}
#header #logo {
  float: left;
  width: 312px; 
  height: 55px;
}
#header h1 {
  float: left;
  padding: 3px 0px 0px 0px; 
}
#header h1 a {
  position: absolute;
}
#searchMenuText {
  width: 400px; /*524px;*/
  height: 60px;
  float: left;
  margin-left: 4px;
  position: relative;
}
#header #searchAndMenu {
  width: 410px; /*524px;*/
  height: 28px;
  margin-left: 0px;
  position: relative;
  background: transparent url('../img/bg_searchAndMenu.gif') repeat-x 0px 0px;     
}
#header #topMenuAndReg {
  width: 100%;
  height: 28px;
  margin: 0px 0px 0px 0px; 
}
#header #topMenu {
  float: left;
  height: 25px;
  padding: 0px 0px 0px 0px;
  margin-top: 3px; 
	font-size: 12px;
	background: transparent url('../img/bg_topmenu.gif') repeat-x 0px 0px;    
}
#header #topMenu li {	
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	background: none;
	font-weight: bold;
  height: 25px;	
}
#header #topMenu li.first {	
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	background: transparent url('../img/bg_topmenu_first.gif') no-repeat 0px 100%;
	font-weight: bold;
    height: 25px;	
}
#header #topMenu a {
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 13px 0px 5px;
	background: transparent url('../img/bg_topmenu_last.gif') no-repeat 100% 100%;
    height: 25px;
}
#header #topMenu li.first a {
	padding: 0px 13px 0px 8px;
}
#header #topMenu li.last a {
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 15px 0px 6px;
	background: transparent url('../img/bg_topmenu_pat_last.gif') no-repeat 100% 100%;
  height: 25px;	
}
#header #topMenu a:hover { 
  color: #fb0;
/*  text-decoration: underline; */
}
#header #topMenu li.last a:hover {
  color: #fb0;
/*  text-decoration: underline; */
}
#header #topMenu a strong {
	display: block;
	padding: 6px 0px 0px;
	cursor: hand;
}
#header #regButton {
  float: left;
  height: 25px;
  padding: 0px 0px 0px 0px;
  margin-top: 3px; 
	font-size: 12px;
	background: transparent url('../img/bg_topmenu_reg.gif') repeat-x 0px 0px;    
}
#header #regButton li {	
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	background: none;
	font-weight: bold;
  height: 25px;	
}
#header #regButton li a {
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 15px 0px 3px;
	background: transparent url('../img/bg_topmenu_reg_last.gif') no-repeat 100% 100%;
  height: 25px;
  float:left;
}

#header #regButton .nexttoreg {
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 15px 0px 3px;
	/*background: transparent url('../img/bg_topmenu_nexttoreg_last.gif') no-repeat 100% 100%;*/
	background: transparent url('../img/bg_topmenu_reg_last.gif') no-repeat 100% 100%;
  height: 25px;
}

#header #regButton .nexttoreg a{
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 5px 0px 3px;
	background: none;
  height: 25px;
}

#header #regButton a:hover { 
  color: #fb0;
/*  text-decoration: underline; */
}
#header #regButton a strong {
	display: block;
	padding: 6px 0px 0px;
	cursor: hand;
}
#header #textPlace {
  height: 22px;
  width: 410px; /*524px;*/
  padding-top: 4px;
	background: transparent url('../img/bg_login.gif') no-repeat 100% 100%;  
}
#header #textPlace div#text {
  padding-top: 4px;
  float: left;
}
span.date {
  color: #2c2d30;
  font: bold 12px/100% Arial, sans-serif;
  padding: 0px 20px 0px 8px; 
}
span.name {
  color: #2c2d30;
  font: bold 12px/100% Arial, sans-serif;
  padding: 0px 0px 0px px; 
}
#header #textPlace div#login {
  padding-top: 2px;
  float: right;
}
span.login {
  font: bold 12px/100% Arial, sans-serif;
  padding: 0px 5px 0px 0px; 
}
span.login a {
  color: #fff;
}
span.login a:hover {
  color: #f5af27;
  text-decoration: underline;  
}
#header #loginInputs {
  height: 51px;
  width: 268px; /*153px;*/
  margin-top: 3px;
  padding: 1px 0px 0px 5px;
  background: transparent url('../img/bg_inputs.gif') repeat-x 0px 0px;
  float: right;
}
#header #loginInputs input {
  width: 145px;
  font: italic bold 12px/100% Arial, sans-serif;
  margin-top: 3px;
  color: #1b1c1f;
  border: 1px solid #dad4e7; 
  padding: 1px 0px 1px 0px;      
}
#header #mainMenuAndSearch {
  width: 998px;
  height: 30px;
}
#header #search {
  width: 198px;
  height: 30px;
  float: right;
	background: #2c78b9 url('../img/bg_mainmenu_bg.gif') repeat-x 0px 100%;  
}
#header #search input {
  width: 125px;
  font: normal bold 12px/100% Arial, sans-serif;
  margin-top: 5px;
  color: #1b1c1f;
  border: 1px solid #72acde; 
  display: inline; 
  padding: 1px 0px 1px 0px;    
}
#header #search span {
  font: bold 12px/100% Arial, sans-serif;
  padding: 0px 5px 0px 0px; 
}
#header #search span a {
  color: #fff;
}
#header #search span a:hover {
  color: #fb0;
/*  text-decoration: underline;  */
}
#header #mainMenu {
  float: left;
  height: 30px;
  width: 800px;
  padding: 0px 0px 0px 0px;
  margin-top: 0px; 
	font-size: 12px;
	background: #2c78b9 url('../img/bg_mainmenu_bg.gif') repeat-x 0px 100%;    
}
#header #mainMenu li{	
	float: left;
	position: relative;
	padding: 0px;
	background: #2c78b9 url('../img/bg_mainmenu.gif') repeat-x 0px 0px;
	font-weight: bold;
  	height: 30px;	
}
#header #mainMenu li.right_img {	
	float: left;
	padding: 0px 15px 0px 0px;
  	height: 30px;
  	background: transparent url('../img/bg_mainmenu_last.gif') no-repeat 100% 100%;
}
#header #mainMenu li a {
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	height: 30px;
	/*float: left;*/
}

#header #mainMenu li.last_right_img {
	padding: 0px 20px 0px 0px;
	background: transparent url('../img/bg_mainmenu_li_last.gif') no-repeat 100% 100%;
	height: 30px;
}

#header #mainMenu strong a:hover { 
  color: #fb0;
/*text-decoration: underline; */
/*height: 15px;*/
}
#header #mainMenu li.last strong a:hover {
  color: #fb0;
/*text-decoration: underline;*/
/*padding: 8px 15px 0px 15px;*/
/*height: 15px;*/
}
#header #mainMenu li strong a {
	display: block;
	padding: 8px 15px 0px 15px;
	cursor: hand;
/*height: 15px;*/
}
/* /header elements
 *****************************************************/

/* index - content elements
******************************************************/ 
#content #leadingNews {
	width: 590px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px;
	background: #d7e8f6;
}
#content #leadingNews h2 {
  padding: 5px 8px 5px 8px;
  font: bold 20px/120% Arial, sans-serif;
  background: #276ca7;  
  color: #fff	
}
#content #leadingNews h2 a {	
  color: #fff; 
}
#content #leadingNews h2 a:hover {	
  text-decoration: none;
  color: #fb0;
}
#content #leadingNews h2 span {
	float: right;
	color: #fff;
 	margin: 0px 0px 0px 0px;
 	padding: 7px 0px 0px;
  font: bold 12px/120% Arial, sans-serif; 	
}
#content #leadingNews #intro {
  font: normal 12px/120% Arial, sans-serif; 
  padding: 5px 10px 5px 5px;
  margin: 0px 0px 0px 0px;  
  color: #000;
  background: #d7e8f6;
  overflow: hidden;
  display: inline-block;
  float: none; 
  text-align: left; 
}
#content #leadingNews #intro div#leading {
  float: left;
  width: 99%;
  padding: 5px 5px 5px 5px;
}
#content #leadingNews img {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#content #leadingNews #more {
  overflow: hidden;
  padding: 10px 0px 0px 0px;
}
#content #leadingNews a.more {
  display: block;
  color: #276ca7;
  font: italic bold 20px/120% Arial, sans-serif; 
  text-decoration: none;
}
#content #leadingNews a.more:hover {
  color: #72acde;
  text-decoration: none;
}
#content #lightvioletHead {
  width: 100%;
  background: #abcdeb;
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
}
#content #lightvioletHead div {
  padding: 2px 4px 2px 4px;
}
#content #moreArticleBox {
  background: #fff;
  margin-bottom: 5px;
  overflow: hidden;
}
#content #moreArticleBox ul {
  float: left;
  padding: 5px 0px;
}
#content #moreArticleBox ul li h5 {
  padding: 2px 10px;
}
#content #moreArticleBox ul li h5 a {
  color: #000;
  font: normal normal 12px/120% Arial, sans-serif;
  background: transparent url(../img/bg_li.gif) no-repeat scroll 0px 6px;  
  padding: 0px 0px 0px 10px; 
  display: block; 
}
#content #moreArticleBox ul li h5 a:hover {
  text-decoration: none;
  color: #aaa;
}
#columns {
  overflow: hidden;
  margin-bottom: 5px;  
}
#col1 {
  width: 195px; 
  float: left;
  margin: 0px 3px 0px 0px;  
}
#content #newsBox {
  background: #d7e8f6;
  overflow: hidden;
  min-height: 250px; 
  padding: 5px 5px 5px 5px;    
}
#content #newsBox ul {
  float: left;
  padding: 0px 0px;
}
#content #newsBox ul li h5 {
  padding: 2px 10px 4px 5px;
}
#content #newsBox ul li h5 a {
  color: #276ca7;
  font: normal bold 12px/150% Arial, sans-serif;
  background: transparent url(../img/bg_news_li.gif) no-repeat scroll 0px 6px;  
  padding: 0px 0px 0px 10px; 
  display: block; 
}
#content #newsBox ul li h5 a:hover {
  text-decoration: none;
  color: #72acde;
}
#col2 {
  width: 195px;
  float: left;
  margin: 0px 3px 0px 0px;
  text-align: left;
}
#col2.last {
  width: 194px;
  float: left;
  margin: 0px 0px 0px 0px;  
}
#content #leading {
  font: normal 12px/150% Arial, sans-serif; 
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;  
  color: #000;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  float: none; 
  text-align: left; 
}
#content #columns #leading {
  float: left;
  width: 185px;
  min-height: 250px;  
  padding: 5px 5px 5px 5px;
}
#content #columns2 #leading {
  width: 283px;
}
#content #leading img {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 2px 0px;
}
#content #leading #more {
  overflow: hidden;
  padding: 5px 0px 0px 0px;
}
#content #leading a.more {
  display: block;
  color: #276ca7;
  font: italic bold 16px/120% Arial, sans-serif;
  padding: 5px 0px 0px 0px;
}
#content #leading a.more:hover {
  text-decoration: none;
  color: #abcdeb;
}
#columns2 {
  overflow: hidden;
  margin-bottom: 5px;  
}
#colLeft {
  width: 293px;
  float: left;
  margin-right: 3px;
}
#colRight {
  width: 293px;
  float: right;
  margin-right: 0px;
}
#test {
  margin-bottom: 2px;
}
/* /index - content elements
******************************************************/ 
 
/* sidebarRight elements
******************************************************/
#newsPaperBox_blue {
  background: #bbb;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 8px 0px 0px 0px;
  margin-bottom: 10px;
}
#newsPaperBox_blue div {
  color: #FFF;
  font: normal bold 12px/120% Arial, sans-serif;   
  padding: 5px 10px 8px 10px;
}
#newsPaperBox_blue div a:link {
  color: #d00;
}
#newsPaperBox_blue div a:visited {
  color: #a00;
}
#newsPaperBox_blue div a:link:hover {
  color: #f00;
}
#newsPaperBox_blue div a:visited:hover {
  color: #f00;
}


#newsPaperPirula {
  color: #fff;
  font: normal bold 12px/120% Arial, sans-serif;   
  background: #bbb;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 8px 10px 8px 0px;
  border-color:#000000;
  border-width: medium;
  margin-bottom: 10px;
}
#newsPaperPirula a:link {
  color: #d00;
}
#newsPaperPirula a:visited {
  color: #a00;
}
#newsPaperPirula a:link:hover {
  color: #f00;
}
#newsPaperPirula a:visited:hover {
  color: #f00;
}

/* /sidebarRight elements
******************************************************/


/* sidebarLeft elements
******************************************************/
#violetHead {
  width: 100%;
  background: #4290d3;
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
}
#violetHead div {
  padding: 2px 4px 2px 4px;
}
#middlevioletHead {
  width: 100%;
  background: #72acde;
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
}
#middlevioletHead div {
  padding: 2px 4px 2px 4px;
}
#redHead {
  width: 100%;
  background: #e60007;
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
}
#redHead div {
  padding: 2px 4px 1px 4px;
}
#lexicons,
#usefulLinks {
  width: 100%;
  background: #eee url('../img/bg_lexicons.png') no-repeat scroll left top;
  color: #fff;
  font: italic bold 16px/120% Arial, sans-serif; 
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#usefulLinks {
  background: #eee url('../img/bg_useful_links.png') no-repeat scroll left top;
}
#lexicons div,
#usefulLinks div {
  padding: 2px 4px 0px 4px;
}
#lexicons div a,
#usefulLinks div a {
  color: #000;
  font: italic bold 12px/120% Arial, sans-serif;
  text-align: right;
}
#lexicons div a:hover,
#usefulLinks div a:hover {
  font: italic bold 12px/120% Arial, sans-serif;
  text-align: right;
  color: #888;
  text-decoration: non;  
}
#voteBox {
  background: #f6f7f7 url('../img/bg_votebox.gif') repeat-x scroll left bottom;
  overflow: hidden;
  margin-bottom: 5px;
}
#voteBox p {
  font: normal bold 14px/120% Arial, sans-serif;   
  color: #276ca7;
  padding: 4px;
}
#voteBox p.question {
  font: normal normal 12px/150% Arial, sans-serif;
  text-align:center;
  color: #000;
  padding: 5px 5px 5px 5px;
}
#voteBox #yes {
  width: 95px;
  float: left;
  text-align: center;
}
#voteBox #no {
  width: 95px;
  float: right;
  text-align: center;  
}

#voteBox input[type="submit"]{
  margin-left: 12px;
  margin-top: 5px;
}

#voteBox input[type="radio"]{
	margin-bottom:6px;
	padding-left:15px;
	padding-right:5px;
	margin-right: 4px;
	margin-left: 10px;
}

#voteBox input[type="checkbox"]{
	margin-bottom:6px;
	padding-left:15px;
	padding-right:5px;
	margin-right: 4px;
	margin-left: 10px;
}

.yes,
.no {
  color: #276ca7;
  font: normal bold 20px/120% Arial, sans-serif;
  padding-bottom: 2px;  
}
.yes a,
.no a {
  color: #276ca7;
  font: normal bold 20px/120% Arial, sans-serif;  
}
.yes a:hover,
.no a:hover{
  color: #c00;
}

#yes .number {
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
  background: #e60007;
  width: 60px;
  margin: 0px auto;  
  padding: 3px 0px; 
}
#no .number {
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
  background: #00a6e8;
  width: 60px;
  margin: 0px auto;  
  padding: 3px 0px; 
}
#yes p,
#no p {
  color: #000;
  font: normal bold 12px/120% Arial, sans-serif; 
  padding: 0px 0px 6px; 
}
#specialistBox {
  background: #fff;
  overflow: hidden;
  margin-bottom: 5px;
}
#productBox {
  background: #fff;
  overflow: hidden;
  margin-bottom: 5px;
}

#pharmacyHead {
  width: 180px;
  background: #008800;
/* #4290d3; */
  color: #fff;
  font: normal bold 16px/120% Arial, sans-serif; 
  padding: 3px 5px 3px 5px;
}
#pharmacyBox {
  background: #aaccaa;
/* #72acde */
  overflow: hidden;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
}

#sidebarLeft #leading {
  font: normal 12px/120% Arial, sans-serif; 
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;  
  color: #000;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  float: none; 
  text-align: left; 
}
#sidebarLeft #leading {
  float: left;
  width: 180px;
  padding: 5px 5px 5px 5px;
}
#sidebarLeft #leading img {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 2px 0px;
}
#sidebarLeft #leading #more {
  overflow: hidden;
  padding: 5px 0px 0px 0px;
}
#sidebarLeft #leading a.more {
  display: block;
  color: #276ca7;
  font: italic bold 16px/120% Arial, sans-serif; 
}
#sidebarLeft #leading a.more:hover {
  text-decoration: underline;
}
.grat {
  color: #e60007;
  font: normal bold 12px/120% Arial, sans-serif;
  padding: 5px 0px 0px 0px;   
}
#sidebarLeft #pharmacyBox input {
  font: italic bold 12px/100% Arial, sans-serif;
  margin: 4px 0px 0px 5px;
  color: #1b1c1f;
  border: 1px solid #dad4e7;
  padding: 1px 0px 1px 2px;    
}
#sidebarLeft #pharmacyBox input[type="text"] {
  width: 125px;
  margin-left: 7px;
}
#sidebarLeft #pharmacyBox input[type="submit"] {
  width: 50px;
  background: #b00;
  border: 0px;
  margin-left: 0px;
  color: #fff;
}
#sidebarLeft #pharmacyBox input[type="checkbox"] {
}

#pharmacyBox div {
  text-align: right;
  padding: 1px 5px 2px 0px;
}
#pharmacyBox div a {
  color: #fff;
  font: italic bold 16px/120% Arial, sans-serif;
  text-align: right;
}
#pharmacyBox div a:hover {
  font: italic bold 16px/120% Arial, sans-serif;
  text-align: right;
  color: #f5af27;
  text-decoration: underline;  
}
#leadingdoki {  
  background: #eee /*url('../img/bg_votebox.gif') repeat-x scroll left bottom;*/;
  font: normal bold 12px/150% Arial, sans-serif;
  padding-left: 5px;
}
#leadingdoki a:link{color:#276CA7;}
#leadingdoki a:link:hover{color:#72acde;}
#leadingdoki a:visited{color:#276CA7;}
#leadingdoki a:visited:hover{color:#72acde;}
/* /sidebarLeft elements
******************************************************/



/* footer elements
******************************************************/
#footer ul {
  width: 592px;	
  margin: 0px auto;
}
#footer li {
  background: transparent url('../img/sep_footer.gif') no-repeat scroll 0 5px;
	display: inline;
	padding: 0px 5px 0px 15px;
  font: bold 16px/120% Arial, sans-serif;	
}
#footer li.first {
  background: none;
	padding: 0px 5px 0px 8px;  	
}
#footer li a { color: #fff; }
#footer li a:hover { 
  text-decoration: none;
  color: #Fb0;
}
/* /footer elements
******************************************************/

/* From original default.css
******************************************************/
.title {
  color:#B32D2C;
  font-size:12px;
  font-weight:bold;
  padding-top:10px;
}

.title_headtop {
  height: 34px;
  width: 470px;
  background: #bb0000;
/* #2c78b9; */
  color: #fff;
  font: normal bold 20px/120% Arial, sans-serif; 
  padding-left:8px;
  padding-top:6px;
  padding-bottom:6px;
}

.title_headtopx {
  height: 34px;
  background: #bb0000;
/* #2c78b9; */
  color: #fff;
  font: normal bold 20px/120% Arial, sans-serif; 
  padding-left:8px;
  padding-top:6px;
  padding-bottom:6px;
}

.text {
  font-size:12px;
  color:#000000;
  padding-left:14px;
  padding-right:28px;
}

.textImpresszum {
  text-align: justify;
  font-size:12px;
  color:#000000;
  padding-left:7px;
  padding-right:7px;
}

.textImpresszumHead {
  font: normal bold 20px/120% Arial, sans-serif; 
  color:#2c78b9;
  padding-left:7px;
  padding-right:7px;
}

.textNewslist {
  font-size:12px;
  color:#000000;
  padding-left:0px;
  padding-right:0px;
}

.textNPD {
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
	line-height: 16px;
}

.textNPDfreshnews {
    text-align: justify;
	font-size: 12px;
	color: #000000;
    padding-top: 6px;
	padding-right: 0px;
	line-height:150%;
}

.textNPDi {
	font-size: 12px;
	font: italic;
	color: #000000;
	padding-right: 5px;
	line-height: 16px;
}

.text_title {
  width: 430px;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  background:#4290d3;
  padding:3px;
}

.text_title:HOVER {
  color:#d0d8ff;
}

.text_date {
    width: 150px;
	font-size: 12px;
	color: #fff;
    background:#4290d3;
	padding:3px;
}

.textWriter {
    text-align: right;
	font-size: 12px;
    font-weight:bold;
	color: #000;
	padding:3px;
}

.text_date_kicsi {
  background:#2c78b9;
  font-size:9px;
  color:#fff;
  padding-right: 5px;
  padding-top: 10px;
}
.text_date_kicsitop {
  width: 110px;
  background:#bb0000;
  font-size:9px;
  color:#fff;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom:6px;
}

.doctorAnsTop {
/*  background:#2c78b9; */
  font: normal bold 18px/120% Arial, sans-serif;
  color:#2c78b9;
  padding-right: 5px;
  padding-top: 10px;
}

.doctorsName {
  color:#000000;
  font: normal bold 12px/120% Arial, sans-serif;
}

.doctorTitle {
  font-size:16px;
  font-weight:bold;
  color:#fff;
  background:#4290d3;
  padding:3px;
}
.a_piros {
  color:#a00;
  text-decoration:none;
  font: normal bold 14px/120% Arial, sans-serif;
}
.a_piros:hover{
  color:#f00;
}
.a_regisztraljon {
  color:#a00;
  font: normal bold 12px/120% Arial, sans-serif;
}
.smallnewstitle {color:#fff;}
.smallnewstitle:hover{color:#fb0;}
.mediumbox1title {color:#fff;}
.mediumbox1title:hover{color:#fb0;}
.mediumbox2title {color:#fff;}
.mediumbox2title:hover{color:#fb0;}
.favtitle {color:#fff;}
.favtitle:hover{color:#fb0;}

/*.a_piros a:link{color:#f88;}
.a_piros a:visited{color:#f00;}*/

/* End of original default.css code
******************************************************/
.selectedsearchcateg{
  text-decoration: underline;  
}