/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

  =================================================================
  || www.biwac.ch                                                ||
  =================================================================
  || Author:               || A.Stalder                          ||
  || Design:               || F.Bill                             ||
  || Date:                 || 27.12.2006                         ||
  || Contact:              || info@biwac.ch                      ||
  ||-------------------------------------------------------------||
  || Project:              || Grenchen Tourismus                 ||
  || 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, input, textarea, select, td, th {
  	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

input {
	color: black;
	margin: 1px;
}

/* .:: 1.2 Headlines / Link ::. */

.content h1 {
  	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-size: 18px;
	text-align:left;
}

h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 16px;
	line-height:120%;
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight:bold;
}
.content h5 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight:bold;
}
a.input{
	color: black;
	padding: 3px 3px;
	background-color:#FFFFFF;
	border: 1px solid #216398;
}
.nav_l1 a, .nav_l1 a:hover {
	color:#010101;
	text-decoration:none;
}

.language a:hover {
	color:#07456f;
	text-decoration:none;
}

a {
	color: #216398;
	text-decoration: none; 
}

a:hover {
	text-decoration:underline;
}

#footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer a {
	color:#999999; 
}

#footer a:hover {
	color:#216398;
}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

html { 
	height:100%;
	padding:0px;
	margin:0px;
}

body {
	background-image:url(/images/layout/bg.gif);
	background-repeat:repeat-x;
	height:100%;
	margin:0px;
	padding:0px;
}

div { 
	
} 

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 30px;
	vertical-align: middle;
	text-align: left;
}

li {
	list-style-position: outside;
	list-style-type:square;
	margin: 0px 0px 0px -13px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

hr {
	background-color:#d2d2d2; /* Mozilla 1.4 */
	color:#d2d2d2; /* IE 6 */
	border: #d2d2d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


/* .:: 3 Form ::. */

form {
	margin: 0px;
	padding: 0px;
}

input.button {
	border: 1px solid #216398;
	background-color: #CCCCCC;
	color: #000000;
}

input,select,textarea {
	border: 1px solid #216398;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

.radio {
	border: 0px solid #999999;
	background-color: #f1f1f1;
}

.checkbox {
	border: 0px solid #999999;
	background-color: #f1f1f1;
}

.noborder {
	border: 0px solid #666666;
}

/* .:: 4.1 General Classes & ID's ::. */

.norm {
	color: #000000;
}

.normbold {
	font-weight: bold;
	color: #000000;
}


/* .:: 4.2 Project Specific Classes & ID's ::. */

.container {
	width:990px;
	margin: 0px auto;
	padding:0px 0px 0px 17px;
	text-align:left;
}

.header {
	height:265px;
	padding:0px 0px 0px 20px;
}

.spez_nav {
	padding-top: 15px;
}

.header_img img {
	float:left;
	margin-top: 5px;
	*margin-top: 7px;	
	border:1px solid #FFFFFF;	
}

.header_right {
	float:left;
	margin-left: 53px;
	margin-top: 5px;
	*margin-top: 7px;
}

.logo {
	float:none;
}

.adresse {
	float:none;
	margin-top: 26px;
}

.left {
	width:211px;
	padding: 0px 30px 0px 0px;
	float:left;
}

.main {
	width:100%;
	padding:25px 0px 15px 0px;
	margin:15px 0px 2px 0px;
	float:left;
	overflow: auto;
	background-image:url(/images/layout/bg_grey.gif);
	background-repeat:repeat-y;
}

.content {
	width:510px;
	padding: 0px 35px 0px 0px;
	float:left;
	text-align:left;
}

.right {
	width:155px;
	background-color:#e2e2e2;
	padding:10px 10px 10px 10px; 
	float:left;
}

.footer {
	padding: 15px 0px 0px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}



/* .:: 4.3 Navigation ::. */

.nav_l1 {
	text-align:left;
	font-weight:normal;
	display:block;
	height:19px;
	padding: 3px 0px 0px 33px;
	color: #010101;
	text-decoration: none;
}

.nav_l1:hover {
	font-weight:normal;
	text-align:left;
	display:block;
	height:19px;
	padding: 3px 0px 0px 33px;
	color:#010101;
	text-decoration: none;
}

.nav_l1_open {
	background-image:url(/images/layout/nav_open.gif);
	text-align:left;
	font-weight:bold;
	display:block;
	height:19px;
	padding: 3px 0px 0px 33px;
	color: #216398;
	text-decoration: none;
}

.nav_l1_open:hover {
	background-image:url(/images/layout/nav_open.gif);
	text-align:left;
	font-weight:bold;
	display:block;
	height:19px;
	padding: 3px 0px 0px 33px;
	color: #216398;
	text-decoration: none;
}


.nav_l1_act {
	background-image:url(/images/layout/nav.gif);
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	text-align:left;
	height:19px;
	padding: 3px 0px 0px 33px;
	color: #216398;
	text-decoration: none;
}

.nav_l1_act:hover {
	background-image:url(/images/layout/nav.gif);
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	text-align:left;
	height:19px;
	padding: 3px 0px 0px 33px;
	color: #216398;
	text-decoration: none;
}

.nav_l2 {
	background-image:url(/images/layout/nav_bg.gif);
	font-size:11px;
	font-weight:normal;
	color:#216398;
	display:block;
	text-align:left;
	height:19px;
	padding: 0px 0px 0px 46px;
	text-decoration: none;
}

.nav_l2:hover {
	background-image:url(/images/layout/nav_bg.gif);
	font-size:11px;
	font-weight:normal;
	display:block;
	text-align:left;
	height:19px;
	padding: 0px 0px 0px 46px;
	color: #216398;
	text-decoration: none;
}

.nav_l2_act {
	background-image:url(/images/layout/nav_bg.gif);
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:left;
	height:19px;
	padding: 0px 0px 0px 46px;
	color: #216398;
	text-decoration: none;
}

.nav_l2_act:hover {
	background-image:url(/images/layout/nav_bg.gif);
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:left;
	height:19px;
	padding: 0px 0px 0px 46px;
	color: #216398;
	text-decoration: none;
}

