/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

  =================================================================
  || www.biwac.ch                                                ||
  =================================================================
  || Autor:                || M.Wälti                            ||
  || Design:               || F.Bill                             ||
  || Date:                 || 18.05.2006                         ||
  || Contact:              || info@biwac.ch                      ||
  ||-------------------------------------------------------------||
  || Project:              || SwissHSA                           ||
  || CMS:                  || biwac |C|ontent|M|anager           ||
  =================================================================
	  
  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 Project Specific
    4.3 Navigation

*/

/* .:: 1.1 Font ::. */

body,h1,h2,h3,h4,td,input,textarea {
	font-family: Tahoma, Verdana;
	color: #225671;
}

body,td,input,textarea {
	font-size: 11px;
	line-height: 17px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 16px;
	color: #C00;
	font-weight: normal;
	padding: 0px;
	margin: 25px 0px 30px 0px;
}

h2, h3, h4 {
	font-size: 12px;
	color: #225671;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #FFF; 
	padding: 0px;
	margin: 0px;
	text-align: center;
}


div { 
	
} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
}

li {
	list-style-position: outside;
	list-style-type:square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
	border: 1px solid #225671;
}

.button {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #225671;
	cursor: pointer;
	font-weight: bold;
}

.radio {
	border: 0px solid #999999;
	background-color: #c3d5e4;
}

.noborder {
	border: 0px solid #666666;
}

/* .:: 4.1 General Classes & ID's ::. */

.norm {
	color: #999999;
}

.normbold {
	font-weight: bold;
	color: #999999;
}

.border {
	border: 1px solid #FFFFFF;
}

/* .:: 4.2 Project Specific Classes & ID's ::. */

#content-out { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	width: 990px;
	min-height: 750px;
	height:auto !important;
 	height:750px;
	background-image: url("/img/bg.jpg");
	background-repeat: no-repeat;
	padding-top: 1px;
}

html* #content-out { 
	padding-top: 0px;
}

#content-in { 
	margin: 156px 130px 0px 156px;
}

html* #content-in { 
	margin: 157px 130px 0px 156px;
}

#content-text {
	display: block;
	width: 400px;
}

#right {
	width: 272px;
	background-image: url("/img/dotted_line_vert.gif");
	background-repeat: repeat-y;
	float: right;
	margin: 22px 0px 20px 20px;
}

#title_right {
	background-image: url("/img/titel_right_bg.gif");
	width: 271px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 1px;
}

#links {
	width:240px;
	padding:0px;
	float:left;
	margin-left: 14px;
}

/* .:: 4.3 Navigation ::. */

#nav {
	height: 25px;
	margin: 0px 0px 35px 0px;
	line-height: normal;
}

#speznav_overlay {
	position: absolute;
	z-index: 500;
}

.spez_subnav {
	display: none; 
	width: 1px; 
	overflow:visible; 
	background-color: #FFFFFF; 
	border-left: 0px solid #e4e4e4; 
	margin: 7px 0px 0px 0px; 
	position: relative;
}

html* .spez_subnav {
	margin: -20px 0px 0px 0px; 
}

.nav_spez {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.nav_spez:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.nav_spez_act {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.nav_spez_act:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.nav_spez2 {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color:#4d84a1;
	width: 150px;
	padding: 3px 0px 4px 0px;
}

html* .nav_spez2 {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_spez2:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	width: 150px;
	padding: 3px 0px 4px 0px;
}

html* .nav_spez2:hover {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_spez2_act {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	width: 150px;
	padding: 3px 0px 4px 0px;
}

html* .nav_spez2_act {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_spez2_act:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	width: 150px;
	padding: 3px 0px 4px 0px;
}

html* .nav_spez2_act:hover {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_spez_div_box {
	display:block; 
	float: left; 
	background-color:#4d84a1;
	height: 20px; 
	padding: 5px 0px 0px 0px;
	background-image: url(../img/dotted_line_vert_25.gif);
	background-repeat: no-repeat;
}

.nav_spez_div_box2 {
	display:block; 
	float: left; 
	background-color:#4d84a1; 
	height: 20px;
	padding: 5px 0px 0px 0px;
	background-image: url(../img/dotted_line_vert_25.gif);
	background-repeat: no-repeat;
}

.nav_path_hidden {
	display: none;
}

.nav_path2_hidden {
	display: none;
}

img {
	border: 0px solid #FFF;
}
