/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

      =================================================================
	  || www.biwac.ch                                                ||
	  =================================================================
	  || Author:               || F.Bill                            ||
	  || Date:                 || 09.06.2005                         ||
	  || Contact:              || info@biwac.ch                      ||
	  ||-------------------------------------------------------------||
      =================================================================
	  
	  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: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;

}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin: 0px;
}

h2 {
	margin: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #36a7eB;
}

a:hover {
	text-decoration: underline;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

body {
	margin: 0px;
	padding: 0px;
	/* background-image: url(/images/bg_main.gif); */

}

p {
}

ul {
	margin-left: 15px;
	padding-left:0;
}

li {
	list-style-type: square;
	list-style-position: outside;
}
hr {
	line-height:		 0px;
	color: 			#CCCCCC;
	border: 0px noshade;
	height:				1px;
}

/* .:: 3 Form ::. */

form {

}

input, select, textarea {
	border: 1px solid #36a7eB;
}

noborder {
	border: 0px solid #36a7eB;
}
/* .:: 4.1 General Class/ID ::. */

.norm {
	color: #000000;
}

.normbold {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
}

.border {
	border: 1px solid #36a7eB;
}

.norm_arial {
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.norm_arial_gross {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* .:: 4.2 Navigation ::. */

html>body div.nav_ontop {
	margin:18px 0px 0px 26px;  /* Für alle anderen */
}
.nav_ontop {
	margin: -13px 0px 0px 26px; /* Für IE 6 */
}

/* Hauptnavigation oben */


.nav_oben {
	background-image:url(/images/navigation/bg_norm.gif); 
	padding:1px 17px 2px 17px; width: inherit; display: table-cell; 
	float:left; 
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:0px solid #FFF; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-transform:capitalize;
}

.nav_oben:hover {
	background-image:url(/images/navigation/bg_norm_h.gif);
	text-decoration:none;
	cursor:pointer;
}

.nav_oben_aktiv {
	background-image:url(/images/navigation/bg_aktiv.gif); 
	padding:1px 17px 2px 17px; 
	width: inherit; 
	display: table-cell; 
	float:left; 
	border-top:1px solid #36a7e9;
	border-left:1px solid #36a7e9;
	border-right:1px solid #36a7e9; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-transform:capitalize;
}

.nav_oben_aktiv:hover {
	cursor:pointer;
	text-decoration:none;
}


/* Hauptnavigation links */
.nav-top {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #FFFFFF;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav.gif");
}

.nav-top:hover {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav.gif");
}

.nav-top-act {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav.gif");
}

.nav-top-act:hover {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav.gif");
}

/* Hauptnavigation links ERSTE */
.nav-top-erste {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #FFFFFF;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav-erste.gif");
}

.nav-top-erste:hover {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav-erste.gif");
}

.nav-top-act-erste {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav-erste.gif");
}

.nav-top-act-erste:hover {
	display           		: block;
	width             		: 200px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #36a7e9;
	background-color  		: #E1E1E1;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	background-image		: url("/images/bg_nav-erste.gif");
}


/* Produktenavigation links */
.nav-top-prod, .nav-top-prod:hover, .nav-top-act-prod, .nav-top-act-prod:hover {
	display           		: block;
	width             		: 190px;
	text-align        		: left;
	text-decoration   		: none;
	font-size         		: 11px;
	color             		: #000000;
	padding-top				: 0px;
	list-style-type			: none;
	border-left				: 6px #cae5ff solid;
	border-top				: 1px #FFF solid;
	padding					: 2px 0px 2px 10px;

}

.nav-top-prod:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
	background-color		: #e7f1f7;

}

.nav-top-act-prod {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
	font-weight				: bold;
	background-color		: #e7f1f7;
}

.nav-top-act-prod:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
}

/* Unter- Produktenavigation links */
.nav-top-prod-sub, .nav-top-prod-sub:hover, .nav-top-act-prod-sub, .nav-top-act-prod-sub:hover {
	display           		: block;
	width             		: 175px;
	text-align        		: left;
	text-decoration   		: none;
	font-size         		: 11px;
	color             		: #000000;
	padding-top				: 0px;
	list-style-type			: none;
	border-left				: 6px #9dcfff solid;
	border-top				: 0px #FFF solid;
	padding					: 1px 0px 1px 25px;
	background-color		: #e7f1f7;
}

.nav-top-prod-sub:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
	font-weight				: normal;
}

.nav-top-act-prod-sub {
	border-left				: 6px #9dcfff solid;
	text-decoration   		: none;
	font-weight				: bold;

}

.nav-top-act-prod-sub:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
	font-weight				: bold;

}

.nav-top-prod-sub_placeholder {
	display           		: block;
	width             		: 175px;
	text-align        		: left;
	text-decoration   		: none;
	font-size         		: 11px;
	color             		: #000000;
	padding-top				: 0px;
	list-style-type			: none;
	border-left				: 6px #9dcfff solid;
	border-top				: 0px #FFF solid;
	padding					: 1px 0px 1px 25px;
	background-color		: #e7f1f7;
}

/* 1. Ebene Subnavigation links */

.nav-sub, .nav-sub-act {
	display           		: block;
	width             		: 190px;
	text-align        		: left;
	text-decoration   		: none;
	font-size         		: 11px;
	color             		: #000000;
	padding-top				: 0px;
	list-style-type			: none;
	border-left				: 6px #cae5ff solid;
	border-top				: 1px #FFF solid;
	padding					: 2px 0px 2px 10px;	
}

.nav-sub:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
}

.nav-sub-act {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
}

.nav-sub-act:hover {
	border-left				: 6px #36a7e9 solid;
	text-decoration   		: none;
}






/* .:: 4.3 Project Specific Class/ID ::. */

.partner {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:7px}




.logo {
	padding-left: 28px;
	padding-top: 29px;
	height: 60px;
}

.img-top {
	margin: 9px 9px 0px 9px;
}

.image_left {
	padding: 0px;
	margin-right: 8px;
	margin-bottom:8px;
	float:left;
	border-width:0px;
	border-color: #333333;
	border-style:solid;
	margin-top: 0px;
	margin-left: 0px;
}

.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;
}
.images_border_black {
	border-color: #000000;
}

.sprachwahl {
	color:#36a7e9;
	margin-left:26px;
}

a.sprachwahl {
	color:#36a7e9;
}

a:hover.sprachwahl {
	color:#36a7e9;
}

.boxtitel  {
	background-image:url(/images/layout/bg_right.jpg);
	background-repeat:no-repeat;
	width:178px;
	padding:2px 0px 2px 10px;
	font-weight:bold;
	color:#333333;
}

.boxcontent  {
	border-left:1px solid #cae5ff;
	padding:10px 0px 20px 10px;
	width:177px;
}