/* CSS zu www.h0st.ch */

body /*Hauptformatierung*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	background-color: #E2E2E2;
	background-repeat: no-repeat;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.list
{
	text-align:left;	
}

img
{
	border: 0;
}

table /*Tabllenformatierung*/
{
	border-color:#CCC;
	border-collapse:collapse;
}

th /*Tabllenüberschriftenformatierung*/
{
	background-color:#3980BC;
	color: white;
}

h1 /*Titel blau*/
{
	color: #3980BC;
	font-weight: bold;
	font-family: verdana;
	font-size: 12pt;
}

h2 /*Titel bei Box (Startseite)*/
{
	font-size: 17px;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #3980BC;
}

.price /*Preisangabe*/
{	
	color: black;
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px
}

h4 /* Untertitel */
{
	color: black;
	font-family: verdana;
	font-size: 10pt;
}	

a:link /*Unbesuchter Link*/
{
	color: #3980BC;
	text-decoration: none;
}
a:active /*Geklickter Link*/
{
	color: #3980BC;
	text-decoration: none;
}
a:visited /*Besuchter Link*/
{
	color: #3980BC;
	text-decoration: none;
}
a:hover /* Mouseover */
{
	color: #3980BC;
	text-decoration: none;
}

#sidebar
{
  position: relative;
  width: 191px;
  top: 100px;
  z-index: 2;
  border-top: 2px solid #3980BC; /* Rahmenlinie oben */
	border-bottom: 2px solid #3980BC; /* Rahmenlinie unten */
	padding: 3px;
  background-color: white;
}

#container
{
  float: middle;
  width: 1000px;
	margin: 0 auto;
	z-index: 1;
}
#header
{
	z-index: 2;
}
#logo
{
  float: right;
  width: 800px;
	padding: 0;
	z-index: 3;
}
#navigation
{
  float: right;
	font-weight: bold;
	width: 800px;
	z-index: 2;
}
#navi
{
	background-color: white; /* Hintergrundfarbe für die Navigation */
	padding: 4px 0; /* Innenabstand: oben/unten 4px, li/re 0 */
	border-top: 2px solid #1e6dff; /* Rahmenlinie oben */
	border-bottom: 2px solid #1e6dff; /* Rahmenlinie unten */
	margin: 0; /* Keinen Aussenabstand */ 
}
#navi li 
{
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
}
#navi a {
  color: black;                  /* Schriftfarbe schwarz */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 8px;              /* oben/unten 4px, re/li 8px */
}
#navi a:hover {
  background-color: #1e83ff;
}

#content
{
  float: right;
	width: 790px;
	min-height:400px;
  border: 1px solid #999;
  padding: 5px;
	padding-bottom: 10px;
	background-color: white;
	z-index: 2;
	overflow: auto;
}

#product_case
{
	text-align:center;
	width: 260px;     
	z-index: 3;
}
#product_case li
{
  list-style-type: none;
}

#footer
{
  float: right;
  width: 800px;
	z-index: 2;
	font-size: 7pt;
	color: #666;
}
