/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

      =================================================================
	  || www.biwac.ch                                                ||
	  =================================================================
	  || Author:               || F.Bill                            ||
	  || Date:                 || 09.06.2005                         ||
	  || Contact:              || info@biwac.ch                      ||
	  ||-------------------------------------------------------------||
	  || Project:              || Levantis AG Belp    ||
	  || URL:                  || www.levantis.ch                    ||
      || CMS:                  || n/a                                ||
      =================================================================
	  
	  Index:
      1 Basic
        1.1 Font
        1.2 Headlines / Links
        1.3 Scrollbars
      2 Tag's
      3 Form
      4 Classes & ID's
        4.1 General
		4.2 Navigation
        4.3 Project Specific
*/

/* .:: 1.1 Font ::. */

body,h1,h2,h3,h4,h5,h6,input,select,textarea,.norm,.normbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;

}

/* .:: 1.2 Headlines / Link ::. */

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.titel_shop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.preis_shop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.button_shop {
	display           		: block;
	width             		: 178px;
	height			  		: 20px;
	text-align        		: center;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #FFFFFF;
	background-color  		: #999999;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 1px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 1px;
	padding-top				: 1px;
	border-left-color		: #B5B5B5;
	border-left-style		: solid;
	border-left-width		: 1px;
}

.button_shop:hover {
	display           		: block;
	width             		: 178px;
	height			  		: 20px;
	text-align        		: center;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #FFFFFF;
	background-color  		: #FF6600;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 1px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 1px;
	padding-top				: 1px;
	border-left-color		: #B5B5B5;
	border-left-style		: solid;
	border-left-width		: 1px;
}

a {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

body {
	margin: 0px;
	padding: 0px;

}

p {

}

ul {
	margin-left: 15px;
	margin-left:15; 
	padding-left:0
}

li {
	list-style-type: square;
	list-style-position: outside;
}

/* .:: 3 Form ::. */

form {

}

input,select,textarea {
	border: 1px solid #666666;
}

/* .:: 4.1 General Class/ID ::. */

.norm {
}

.normbold {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	margin-left:15; 
	padding-left:0
}

.border {
	border: 1px solid #666666;
}


/* .:: 4.2 Navigation ::. */
/* Hauptnavigation links */
.nav-top {
	display           		: block;
	width             		: 187px;
	height			  		: 25px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	background-color  		: #FFFFFF;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 1px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 1px;
	padding-top				: 5px;
	border-left-color		: #B5B5B5;
	border-left-style		: solid;
	border-left-width		: 10px;
	list-style-type: none;
	background-repeat: no-repeat;
}

.nav-top:hover {
	display           		: block;
	width             		: 187px;
	height			  		: 25px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 1px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 1px;
	padding-top				: 5px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
}

.nav-top-act {
	display           		: block;
	width             		: 187px;
	height			  		: 25px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 0px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 5px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
}

.nav-top-act:hover {
	display           		: block;
	width             		: 187px;
	height			  		: 25px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-top-color  		: #B5B5B5;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-top-style  		: solid;
	border-top-width  		: 0px;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 5px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
}

/* 1. Ebene Subnavigation links */
.nav-sub {
	display           		: block;
	width             		: 187px;
	height			  		: 18px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 1px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
}

.nav-sub:hover {
	background-color  		: #D7D7D7;
	border-left-color		: #0099CC;
	color             		: #5B5B5B;
	text-decoration   		: none;
}

.nav-sub-act {
	display           		: block;
	width             		: 187px;
	height			  		: 18px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 1px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
	font-weight: normal;
	background-image: url(../images/layout/subnav_item.gif);
	background-repeat: no-repeat;
}

.nav-sub-act:hover {
	background-color  		: #D7D7D7;
	border-left-color		: #0099CC;
	color             		: #5B5B5B;
	text-decoration   		: none;
}
/* 2. Ebene Subnavigation links */
.nav-subsub {
	display           		: block;
	width             		: 187px;
	height			  		: 18px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 1px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
}

.nav-subsub:hover {
	background-color  		: #D7D7D7;
	border-left-color		: #0099CC;
	color             		: #5B5B5B;
	text-decoration   		: none;
}

.nav-subsub-act {
	display           		: block;
	width             		: 187px;
	height			  		: 18px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #5B5B5B;
	line-height       		: 14px;
	background-color  		: #E7E7E7;
	border-right-color		: #B5B5B5;
	border-bottom-color		: #B5B5B5;
	border-right-style		: solid;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-width		: 0px;
	padding-top				: 1px;
	border-left-color		: #0099CC;
	border-left-style		: solid;
	border-left-width		: 10px;
	background-image: url(../images/layout/subsubnav_item.gif);
	background-repeat: no-repeat;
}

.nav-subsub-act:hover {
	background-color  		: #D7D7D7;
	border-left-color		: #0099CC;
	color             		: #5B5B5B;
	text-decoration   		: none;
}


/* .:: 4.3 Project Specific Class/ID ::. */

.logo {
	padding-left: 28px;
	padding-top: 29px;
	height: 60px;
}

.img-top {
	margin: 9px 9px 0px 9px;
}

.nav2 {
	padding-left: 580px;
	padding-bottom: 5px;
}

.navitem {
	margin-top: 1px;
}

.content {
	width: 457px;
}

.fusszeile {
	color: #999999;
}
a.fusszeile {
	color: #666666;
}
a:hover.fusszeile {
	color: #0099CC;
}
