/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

  =================================================================
  || www.biwac.ch                                                ||
  =================================================================
  || Author:               || M.Wälti                            ||
  || Design:               || F.Bill                             ||
  || Date:                 || 29.01.2007                         ||
  || Contact:              || info@biwac.ch                      ||
  ||-------------------------------------------------------------||
  || Project:              || Hartmann & Partner AG              ||
  || 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,table,td,div,p,h1,h2,h3,h4,h5,h6,input,select,textarea,.norm,.normbold,a,a:hover {
	font-family: arial, sans-serif;
	color: #424242;
}

body,table,td,div,p,input,select,textarea,.norm,.normbold {
	font-size: 11px;
	line-height: 16px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #424242;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	
	padding: 1px 0px 1px 0px;
	
}

a {
	color: #8e7b31;
	text-decoration: none;
}

a:hover {
	color: #8e7b31;
	text-decoration: underline;
}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	color: #333333;
	background:#FFFFFF;
	margin-top:0px;
}
html {
	margin-top:0px;
}


div { 
	
} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 12px;
	vertical-align: middle;
}


*+html ul {
	padding-left: 15px;
}

li {
	list-style-position: outside;
	list-style-type:square;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input.button {
	border: 1px solid #b9a03d;
	background-color: #CCCCCC;
	color: #000000;
}

input,select,textarea {
	border: 1px solid #b9a03d;
	background-color: #FFFFFF;
	color: #000000;
}

.input {
	border: 0px solid #FFF;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #e9e3c3;
}

.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 ::. */

.wrap {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
	background: #E9E3C3;
}

#head_00  {
	display: block;
	height: 80px; 
	background-color: #FFF;
}

#head_01  {
	display: block;
	height: 28px; 
	background-color: #b9a03d;
}

#head_02  {
	display: block;
	width: 760px;
	height: 50px; 
	padding-left: 220px;
	background-color: #FFF;
}

#content_right {
	float: right; 
	display: block; 
	width: 209px; 
	border-left: 1px solid #a59f85;
/*	border-right: 8px solid #e9e3c3;*/
	margin: 30px 0px 50px 0px;
}

#content_left {
	float:left; 
	display: block; 
	width: 200px; 
	border-top: 30px solid #e9e3c3;
/*	border-left: 8px solid #e9e3c3; */
}

#content {
	width:510px;
	display:block; 
	float:left;
	padding: 0px 20px 0px 0px;
	border-top: 25px solid #e9e3c3;
}

#ul_right {
	list-style-image: url(../images/layout/text-icon.gif);
	padding-left: 30px;
}

.li_right {
	margin: 0px 0px 20px 0px;
	
}

.list_right {
	font-size: 14px;
	font-weight: normal;
	color: #424242;
	display: block;
	margin: 0px 0px 10px 0px;
}

.clear {
	clear: both;
	float: none;
	height: 32px;
}

.footer {
	width: 980px;
	height: 32px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: center;
}

/* .:: 4.3 Navigation ::. */

.nav-top, .nav-top:hover, .nav-top-act, .nav-top-act:hover {
	display: block;
	width: 149px;
	padding: 5px 0px 5px 8px;
	font-weight: bold;
	text-decoration: none; 
	font-size: 11px;
	line-height:normal;
	border-top: 1px solid #dbce9b;
	border-right: 0px solid #b9a03c;
	border-bottom: 0px solid #dbce9b;
	border-left: 6px solid #dbce9b;
	color: #424242;
}

.nav-top:hover, .nav-top-act, .nav-top-act:hover {
	border-left: 6px solid #b9a03c;
}

.nav-sub, .nav-sub:hover, .nav-sub-act, .nav-sub-act:hover {
	display: block;
	width: 131px;
	padding: 3px 0px 3px 23px;
	font-weight: normal;
	text-decoration: none; 
	font-size: 11px;
	line-height:normal;
	border-top: 0px solid #b9a03c;
	border-right: 0px solid #b9a03c;
	border-bottom: 0px solid #b9a03c;
	border-left: 6px solid #b9a03c;
	color: #424242;
}

.nav-sub:hover, .nav-sub-act, .nav-sub-act:hover, .nav-sub-first:hover, .nav-sub-first-act, .nav-sub-first-act:hover {
	background-image: url(../images/layout/nav-icon.gif);
	background-repeat: no-repeat;
}


