/**
 * CSS Document for SOBI - Sigsiu Online Business Index
 * @version $Id: 1.2.2
 * @package SOBI
 * @copyright Copyright (C) 2006 Sigsiu.NET (http://sigsiu.net). All rights reserved.
 * @license see http://www.gnu.org/copyleft/gpl.html GNU/GPL.
 * SOBI is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * @authorEmail info@sigsiu.net 
 * @authorUrl http://www.sigsiu.net
 * 14-July-2006 14:29:23 Sigrid
 */ 

/* The real SOBI menu realized as component in the main body */
/* -------------------------------------------------------- */
/* big div tag for the menu */
div#SOBI_header_table {
	width: 100%;
	margin: 4px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
}

div#SOBI_header_homepage {
	text-align: left;
	float: left;
	clear: right;
	width: 24%;
}

div#SOBI_header_new_entry {
	text-align: left;
	float: left;
	width: 50%;
}

/* each menu item link */
div#SOBI_header_homepage a {
	color: #3a4794;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

div#SOBI_header_search a {
	color: #3a4794;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

div#SOBI_header_new_entry a {
	color: #3a4794;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}

a.SOBI_header:link,a.SOBI_header:visited {
	text-decoration: none;
}

a.SOBI_header:hover {
	text-decoration: underline;
}

/* The cathegory listing styles. Is realized as a menu list in module */
/* ------------------------------------------------------------------ */
/* ul class */
ul.SOBI_menu ul {
	list-style-type: none;
}

/* li class */
ul.SOBI_menu li {
	list-style-type: none;
	background-image: none;
}

/* The search page */ 
/* --------------- */
table.SOBI_search_form {
	width: 100%;
}

/* Heading text "Search" */
h1.SOBI_h1 {
	font-size: 1.2em;
	text-align: left;
}

div#SOBI_header_search {
	text-align: left;
	float: left;
	clear: right;
	width: 9em;
}

/* search results */
div#SOBI_search_results {
	font-weight: bold;
}

div#SOBI_button_search {
}


/* category link in search results */
span.SOBI_search_cat_link {
	border-style: none;
	vertical-align: top;
	line-height: 2em;
}

span.SOBI_search_cat_link a {
	font-weight: bold;
	text-align: left;
	color: #3a4794;
}

/* Detailed description of the company */
/* ----------------------------------- */
/* The detailed description section */
div.SOBI_details {
	background-image: url(visitenkarte.gif);
	background-repeat: repeat;
	background-color: #eeeeee;
	color: #3a4794;
	border-style: solid;
	border-color: #3a4794;
	border-width: 2px;
	padding: 8px;
	width: 85%;
	margin-bottom: 10px;
}

/* The companies image */
div#SOBI_image {
	float: right;
}

/* The  of the company */
h1#SOBI_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 20px;
	margin: 0;
}

/* The address of the company */
p#SOBI_address {
	font-size: 1.2em;
}

/* The link to the route finder site */
div#SOBI_waysearch {
	padding-bottom: 0.2em;
}

div#SOBI_waysearch a {
	color: #3a4794;
	font-weight: bold;
}

/* The name of the contact person, phone and fax number */
p#SOBI_contact {
	
}

/* The email link */
a.SOBI_mailto {
	
}

/* The link to the companies website */
a.SOBI_company_website {
	color: #3a4794;
	font-weight: bold;
}

/* The detailed description of the company (entered by the company) */
div#SOBI_description {
	
}

/* die footer in detail view */ 
/* ------------------------- */
/* The statistics line above the detailed description */
div#SOBI_statistics {
	width: 100%;
	border-top: 0.1em;
	border-top-style: solid;
	border-color: #3a4794;
	height: 1em;
}

div#SOBI_statistics_date {
	color: #3a4794;
	text-align: left;
	width: 22em;
	clear: right;
	float: left;
}

div#SOBI_statistics_hits {
	color: #3a4794;
	text-align: left;
	width: 6em;
	clear: right;
	float: left;
}

div#SOBI_statistics_visits {
	color: #3a4794;
	text-align: left;
	width: 10em;
	float: left;
}

/* the Copyright-line */ 
/* ------------------ */
/* The "powered by" link of Sigsiu.NET */
div#SOBI_poweredby {
	color: #3a4794;
	height: 3em;
	padding-top: 1em;
}

div#SOBI_poweredby a {
	color: #3a4794;
	font-weight: normal;
}

/* the entries */ 
/* ----------- */ 
/* around the entries */
div.SOBI_entryList a {
	font-weight: bold;
}

div.SOBI_entryList  {
	margin-bottom: 8px;
	margin-top: 3px;
}

div.SOBI_entrylist td {
	padding:: 10px;
}

/* one cell entry (td class) */
td.SOBI_entryCell {
	background-image: url(visitenkarte.gif);
	background-repeat: repeat;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #3a4794;
	border-width: 2px;
	width: 30%;
}

/* style of ine cell entry */
p.SOBI_entry {
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
/* Style for empty cells */
td.SOBI_emptyCell {
	
}



/* The category's list */
/*---------------------*/
/* style of the table */
table.SOBI_catlist_table {
}

table.SOBI_catlist_table td {
	vertical-align: top;
}

/* style of the list */
ul.SOBI_categoryList {
	padding-right: 4em;
	margin-bottom: 8px;
}

/* style of category link */
a.SOBI_catlist {
}



/* the forward/backward navigation              */
/* for more styes change template style pagenav */
/* -------------------------------------------- */
div#SOBI_pagenav {
	font-weight: bold;
	text-align: left;
}

/* the new entry edit form */ 
/* ----------------------- */
fieldset#SOBI_edit_field {
	border: solid;
	border-width: 0.1em;
}

