
/* The real arztsuche menu realized as component in the main body */
/* -------------------------------------------------------- */
/* big div tag for the menu */
div#arztsuche_header_table {
	width: 100%;
	margin: 4px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
}

div#arztsuche_header_homepage {
	text-align: left;
	float: left;
	clear: right;
	width: 70%;
	color: #0077AA;
	font-weight: bold;
}

div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: normal;
	}

div#arztsuche_header_homepage a:link, div#arztsuche_header_homepage a:visited  {
	color: #0077AA;

}

div#arztsuche_header_homepage a:hover {
	color: #FF6600;
}


div#arztsuche_header_new_entry {
	text-align: left;
	float: left;
	width: 50%;
	color: #0077AA;
	font-weight: bold;
}


div#arztsuche_header_new_entry a:link, div#arztsuche_header_new_entry a:visited  {
	color: #0077AA;

}

div#arztsuche_header_new_entry a:hover {
	color: #FF6600;
}




div#arztsuche_header_search {
	color: #0077AA;
	font-weight: bold;
	text-align: left;
}

div#arztsuche_header_search a:link, div#arztsuche_header_search a:visited  {
	color: #0077AA;

}

div#arztsuche_header_search a:hover {
	color: #FF6600;
}




/* The cathegory listing styles. Is realized as a menu list in module */
/* ------------------------------------------------------------------ */
/* ul class */
ul.arztsuche_menu ul {
	list-style-type: none;
}

/* li class */
ul.arztsuche_menu li {
	list-style-type: none;
	background-image: none;
}

/* The search page */ 
/* --------------- */
table.arztsuche_search_form {
	width: 100%;
}

/* Heading text "Search" */
h1.arztsuche_h1 {
	font-size: 1em;
	text-align: left;
}

div#arztsuche_header_search {
	text-align: left;
	float: left;
	clear: right;
	width: 9em;
}

/* search results */
div#arztsuche_search_results {
	font-weight: bold;
}

div#arztsuche_button_search {
}


/* category link in search results */
span.arztsuche_search_cat_link {
	border-style: none;
	vertical-align: top;
	line-height: 2em;
}

span.arztsuche_search_cat_link a {
	font-weight: bold;
	text-align: left;
	color: #0077AA;
}

/* Detailed description of the company */
/* ----------------------------------- */
/* The detailed description section */
div.arztsuche_details {
	background-color: #FFFFE8;
	color: #3a4794;
	border-style: solid;
	border-color: #3a4794;
	border-width: 2px;
	padding: 8px;
	width: 99%;
	margin-bottom: 10px;
}

/* The companies image */
div#arztsuche_image {
	float: right;
	min-height: 1em;
}

/* The  of the company */
h1#arztsuche_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #000000;
}



/* The address of the company */
p#arztsuche_address {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* The link to the route finder site */
div#arztsuche_waysearch {
	padding-bottom: 0.2em;
}

div#arztsuche_waysearch a {
	color: #3a4794;
	font-weight: bold;
}

/* The name of the contact person, phone and fax number */
p#arztsuche_contact {
		font-size: 1.1em;
		line-height: 1.2em;
}

/* The email link */
p#arztsuche_mailto {
		line-height: 2em;
	
}

/* The link to the companies website */
a.arztsuche_company_website {
	color: #3a4794;
	font-weight: bold;

}

/* Stil Beschreibung und Ordinationszeiten krankenkassen fremdsprachen */
div#arztsuche_kk {
	line-height: 1.2em;
	font-size: 1.1em;
}
div#arztsuche_fremd  {
	line-height: 1.2em;
	font-size: 1.1em;
}

div#arztsuche_leistung {
	line-height: 1.2em;
	font-size: 1.1em;
}

div#arztsuche_leistung p {
	line-height: 1.2em;
	font-size: 1.1em;
}
div#arztsuche_description p {
	font-size: 1.1em;
	line-height: 1.1em;
}




/* die footer in detail view */ 
/* ------------------------- */
/* The statistics line above the detailed description */
div#arztsuche_statistics {
	width: 100%;
	border-color: #3a4794;
	height: 1em;
}

div#arztsuche_statistics_date {
	color: #3a4794;
	text-align: left;
	width: 22em;
	clear: right;
	float: left;
}

div#arztsuche_statistics_hits {
	color: #3a4794;
	text-align: left;
	width: 6em;
	clear: right;
	float: left;
}

div#arztsuche_statistics_visits {
	color: #3a4794;
	text-align: left;
	width: 10em;
	float: left;
}

/* the Copyright-line */ 
/* ------------------ */
/* The "powered by" link of datapresentation.at */
div#arztsuche_poweredby {
	color: #3a4794;
	height: 3em;
	padding-top: 1em;
}

div#arztsuche_poweredby a {
	color: #3a4794;
	font-weight: normal;
}

/* the entries */ 
/* ----------- */ 
/* around the entries */
div.arztsuche_entryList a {
	font-weight: bold;
}

div.arztsuche_entryList  {
	margin-bottom: 8px;
	margin-top: 3px;
}

div.arztsuche_entrylist td {
	padding:: 10px;
		vertical-align: top;
}

/* one cell entry (td class) */
td.arztsuche_entryCell {
	background-color: #FFFFFF;
	width: 30%;
		vertical-align: top;

}

td.arztsuche_entryCell2 {
	background-color: #FFFFE8;
	border-style: solid;
	border-color: #3a4794;
	border-width: 2px;
	width: 30%;
	vertical-align: top;
}

td.arztsuche_entryCell3 {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #3a4794;
	border-width: 2px;
	width: 30%;
		vertical-align: top;
}

/* style of ine cell entry */
p.arztsuche_entry {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
/* Style for empty cells */
td.arztsuche_emptyCell {
	
}



/* Kategorieliste Fächer */
/*---------------------*/
/* Tabellen Stil */
table.arztsuche_catlist_table {

}

table.arztsuche_catlist_table td {
	vertical-align: top;
	line-height: 1.5em;
	text-align: left;

	}
	


/* Kategorieliste Bundesländer */
/*---------------------*/
/* Tabellen Stil */
table.arztsuche_bl_table {
	margin-top: 1em;

}

table.arztsuche_bl_table td {
	vertical-align: middle;
	width: 20%;
	line-height: 3em;

	
}
* html table.arztsuche_bl_table td {
	width: 25%;
  }

/* Wappen Feld */
.arztsuche_bl_list   {
	font-weight:bold;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 15px;
	border: none;
}


a:link, a:visited  {

	color: #0077AA;
	font-weight:bold;
	border-style: none;
	align: right;

}

a:hover {
	color: #FF6600;
}

/* style of the list */
ul.arztsuche_categoryList {
	padding-right: 4em;
	margin-bottom: 8px;
	list-style-type: disc;


}

/* style of category link */
a.arztsuche_catlist {
	font-weight: bold;

}



/* the forward/backward navigation              */
/* for more styes change template style pagenav */
/* -------------------------------------------- */
div#arztsuche_pagenav {
	font-weight: bold;
	text-align: left;
}

/* the new entry edit form */ 
/* ----------------------- */
fieldset#arztsuche_edit_field {
	border: solid;
	border-width: 0.1em;
}

