/**
 * CSS Document for SOBI - Sigsiu Online Business Index
 * @version $Id: 1.0
 * @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://sigsiu.net
 * 08-May-2006 17: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: 80%;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	height: 2em;
    border-width: 1px;
}

div#SOBI_header_homepage {
	text-align: left;
	float: left;
	clear: right;
	width: 16em;
}

div#SOBI_header_new_entry {
	text-align: left;
	float: left;
	width: 15em;
}

/* each menu item link */
div#SOBI_header_homepage a {
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-size: 1.4em;
}

div#SOBI_header_search a {
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-size: 1.4em;
}

div#SOBI_header_new_entry a {
	color: #000000;
	font-weight: bold;
	text-align: right;
	font-size: 1.4em;
}

a.SOBI_header:link,a.SOBI_header:visited {
	text-decoration: none;
}

a.SOBI_header:hover {
	text-decoration: none;
}

/* 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" (class h1) */
.SOBI_h1 {
	font-size: 1.2em;
	text-align: left;
}

div#SOBI_header_search {
	text-align: right;
	float: right;
	clear: right;
	width: 100%;
}

/* search results */
div#SOBI_search_results {
	font-weight: bold;
}

/* 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: #000000;
}

/* Detailed description of the company */
	/* ----------------------------------- */
	/* The detailed description section (div class) */
.SOBI_details {
    /* background-image: url(visitenkarte.gif);*/
	background-repeat: repeat;
	background-color: #ffff8c;
	color: #000000;
	border-style: solid;
	border-color: #b50000;
	border-width: 1px;
	padding: 1px;
}

/* The companies image (div id) */
div#SOBI_image {
	float: right;
}

/* The name of the company (h1 id) */
h1#SOBI_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 0;
}

/* The address of the company (p id) */
p#SOBI_address {
	font-size: 1.2em;
}

/* The link to the route finder site (div id) */
div#SOBI_waysearch {
	padding-bottom: 0.2em;
}

div#SOBI_waysearch a {
	color: #000000;
	font-weight: bold;
}

/* The name of the contact person, phone and fax number (p id) */
p#SOBI_contact {
	
}

/* The email link (a class) */
.SOBI_mailto {
	
}

/* The link to the companies website (a class) */
.SOBI_company_website {
	color: #000000;
	font-weight: bold;
}

/* The detailed description of the company (entered by the company) (div id) */
#SOBI_description {
	
}

/* die footer in detail view */ /* ------------------------- */
	/* The statistics line above the detailed description (table class) */
div#SOBI_statistics {
	width: 100%;
	border-top: 0.1em;
	border-top-style: solid;
	border-color: #b50000;
	height: 1em;
}

div#SOBI_statistics_date {
	color: #000000;
	text-align: left;
	width: 22em;
	clear: right;
	float: left;
}

div#SOBI_statistics_hits {
	color: #000000;
	text-align: left;
	width: 6em;
	clear: right;
	float: left;
}

div#SOBI_statistics_visits {
	color: #000000;
	text-align: left;
	width: 10em;
	float: left;
}

/* the Copyright-line */ /* ------------------- */
	/* The "powered by" link of Sigsiu.NET (div id)*/
div#SOBI_poweredby {
	color: #000000;
	height: 3em;
	padding-top: 1em;
}

div#SOBI_poweredby a {
	color: #000000;
	font-weight: normal;
}

/* the entries */ /* ----------- */ /* around the entries (div class) */
.SOBI_entryList a {
	font-weight: bold;
}

.SOBI_entryList table {
	border-spacing: 2px;
}

/* one cell entry (td class) */
.SOBI_entryCell {
	/*background-image: url(visitenkarte.gif);*/
	background-repeat: repeat;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #b50000;
	border-width: 2px;
	width: 20em;
    padding-left: 1px;
	padding-right: 1x;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* style of ine cell entry (p class ) */
.SOBI_entry {
	
}

/* style of cathegory link (a class) */
.SOBI_catlist {
	
}

/* Style for empty cells (class td)*/
.SOBI_emptyCell {
	
}

/* 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;
}

