/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

      =================================================================
	  || 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, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;

}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin: 0px;
}

h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	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 {

	color: #993349;
}

a:hover {
	text-decoration: underline;
	color: #495862;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/layout/22.gif);
	background-color: #1B354F;
	color: #495862;
}

p {
}

ul {
	margin-left: 15px;
	padding-left:0;
}

li {
	list-style-type: square;
	list-style-position: outside;
}

/* .:: 3 Form ::. */

form {

}

input,select,textarea {
	border: 1px solid #666666;
}

noborder {
	border: 0px solid #666666;
}
/* .:: 4.1 General Class/ID ::. */

.norm {
	color: #495862;
}

.normbold {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	color: #495862;
}

.border {
	border: 1px solid #666666;
}

.norm_arial {
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	color: #495862;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.norm_arial_gross {
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	color: #495862;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* .:: 4.2 Navigation ::. */
/* Hauptnavigation links */
.nav-top {
	display           		: block;
	width             		: 194px;
	height			  		: 24px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 12px;
	color             		: #FFFFFF;
	background-color  		: #993349;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
	line-height				: 23px;
}

.nav-top:hover {
	display           		: block;
	width             		: 194px;
	height			  		: 24px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 12px;
	color             		: #FFFFFF;
	background-color  		: #A5A127;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
	line-height				: 23px;

}

.nav-top-act {
	display           		: block;
	width             		: 194px;
	height			  		: 24px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 12px;
	color             		: #FFFFFF;
	background-color  		: #A5A127;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
	line-height				: 23px;

}

.nav-top-act:hover {
	display           		: block;
	width             		: 194px;
	height			  		: 24px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 12px;
	color             		: #FFFFFF;
	background-color  		: #A5A127;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 15px;
	font-weight				: bold;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
	line-height				: 23px;

}

/* 1. Ebene Subnavigation links */
.nav-sub {
	display           		: block;
	width             		: 189px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #000000;
	background-color  		: #D6D495;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 20px;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
}

.nav-sub:hover {
	background-color  		: #D6D495;
	color             		: #000000;
	text-decoration   		: none;
	background-color  		: #CAC881;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;
}

.nav-sub-act {
	display           		: block;
	width             		: 189px;
	height			  		: 20px;
	text-align        		: left;
	text-decoration   		: none;
	font-family       		: Tahoma, Arial, Helvetica, sans-serif;
	font-size         		: 11px;
	color             		: #000000;
	background-color  		: #CAC881;
	padding-top				: 0px;
	list-style-type			: none;
	padding-left			: 20px;
	font-weight				: bold;
	border-top				: 1px;
	border-top-color		: #FFFFFF;
	border-width			: 1px;
	border-top-style		: solid;
	border-left				: 1px;
	border-left-color		: #FFFFFF;
	border-left-style		: solid;
	border-right			: 1px;
	border-right-color		: #FFFFFF;
	border-right-style		: solid;

}

.nav-sub-act:hover {
	background-color  		: #D6D495;
	color             		: #000000;
	text-decoration   		: none;
}

.nav_top_hor {
	font-weight: normal;
	color: #923733;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.nav_top_hor:hover {
	font-weight: normal;
	color: #923733;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* .:: 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: #FFFFFF;
}
a.fusszeile {
	color: #CCCCCC;
}
a:hover.fusszeile {
	color: #CCCCCC;
}
.images_border_black {
	border-color: #000000;
}


.adresszeile {
	color: #000000;
}
a.adresszeile {
	color: #666666;
}
a:hover.adresszeile {
	color: #0099CC;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify;
	white-space: normal;
	width: -300px;
	height: -300px;
	visibility: hidden;
	position: absolute;
	left: 50px;
	top: 50px;
}