/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

  =================================================================
  || 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
  5 Eventkalender

*/

/* .:: 1.1 Font ::. */


body, input, textarea, select, td, th {
	font-size: 11px;
  	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: #010101;
	line-height: 150%;
}

input {
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: black;
	margin: 1px;
}

/* .:: 1.2 Headlines / Link ::. */

h1 {
	font-size:18px;
	background-color: transparent;
}
	
h2 {
	font-size:12px;
	font-weight:bold;
	color: #333;
	background-color: transparent;
}

h3,h4,h5,h6 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color:#333;
}

.nav_l1 a, .nav_l1 a:hover {
	color:#010101;
	text-decoration:none;
}

.language a:hover {
	color:#07456f;
	text-decoration:none;
}

a {
	color: #6a8fa9;
	text-decoration: none; 
}

a:hover {
	color: #07456f;
}
/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

html { 
	padding:0px;
	margin:0px;
}

body {
	text-align:center;
	text-align:center;
	background-image:url(/images/layout/bg.gif);
	background-repeat:repeat-x; 
	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 0px;
	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 #999999;
	background-color: #CCCCCC;
	color: #000000;
}

input,select,textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

.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;
}

.language {
	padding:32px 0px 0px 40px;
	color:#07456f;
}

.banner {
	margin-top: 5px;
	padding:0px 0px 5px 0px;
	height:180px;
	width:161px;
	padding:10px;
	background-image:url(/images/layout/werbeflaeche.gif);
}

.kontakt {
position:relative;
top:100px;
left:40px;
width:170px;

}

/* .:: 4.2 Project Specific Classes & ID's ::. */

#box {
	height:100%;
	background-image:url(/images/layout/bg_box.gif);
	width:990px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

.bilder {
	width: 766px;
	height: 198px;
}

.slide {
	width: 766px;
	height: 198px;
	position: absolute;
}

#links {
	width:213px;
	padding: 0px 0px 0px 0px;
	margin-top: -20px;
	float:left;
	background-image:url(/images/layout/bg_left.gif);
	background-repeat:no-repeat;
}

#inhalt {
	width:777px;
	padding:0px 0px 0px 0px;
	float:left;
	background-image:url(/images/layout/bg_right.gif);
	background-repeat:no-repeat;
	overflow: auto;
	text-align:justify;
}

#content {
	width:511px;
	padding:44px 0px 0px 5px;
	float:left;
}

#navigation {
	padding:0px 14px 0px 22px;
}

#rechts {
	height:800px;
	padding:0px;
	padding:85px 35px 0px 0px;
	float:right;
}

#kopf {
	height:116px;
	width:990px;
	background-image:url(/images/layout/header.jpg);
}

.wakker {
	text-align: right;
	margin: -12px 32px 0px 0px; 
}

/* .:: 4.3 Navigation ::. */

.nav_l1 {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 18px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
}

.nav_l1:hover {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 18px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-image:url(/images/layout/nav_hover.gif);
}

.nav_l1_act {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 18px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-image:url(/images/layout/nav_act.gif);
}

.nav_l1_act:hover {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 18px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
}

.nav_l2 {
	color: #010101;
	display:block;
	height:20px;
	padding: 3px 0px 0px 28px;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-color:#dee1e4;
}

.nav_l2:hover {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 28px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-color:#dee1e4;
}

.nav_l2_act {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 28px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-color:#dee1e4;
}

.nav_l2_act:hover {
	font-weight: bold;
	display:block;
	height:20px;
	padding: 3px 0px 0px 28px;
	color: #010101;
	text-decoration: none;
	border-bottom:1px solid #a5b1bc;
	background-color:#dee1e4;
}

/* -----------Eventkalender--------------------------- */


#eventkalender h3 {
	font-size:12px;
	padding-bottom:5px;
}

#eventkalender .divrowheader {
	width:100%;
} 

#eventkalender .divrow {
	width:100%;
	font-size:10px;
	line-height:200%;
	text-transform:uppercase;
} 

#eventkalender .divcell1 {
	text-align: left;
	float: left;
	width: 235px;
}

#eventkalender .divcell2 {
	text-align: left;
	float: left;
	width: 135px;
}

#eventkalender .divcell3 {
	text-align: left;
	float: left;
	width: 70px;
} 

#detailkalender h3 {
	font-size:10px;
}

#detailkalender .divrow {
	width:100%;
	font-size:10px;
	line-height:150%;
} 

#detailkalender .divcell1 {
	text-align: left;
	float: left;
	width: 90px;
}

#detailkalender .divcell2 {
	text-align: left;
	float: left;
	width: 160px;
}

#detailkalender .divcell3 {
	text-align: left;
	float: left;
	width: 63px;
} 

#detailkalender .divcell4 {
	text-align: left;
	float: left;
	width: 160px;
} 

/* -----------Administration des Eventkalender--------------------------- */

#admin {
	width:520px;
	background-color:#e8e7e3;
	padding:15px;
}

#admin input, textarea, select {
	border:1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;	
}

#admin td {
	padding-bottom:3px;
}

#admin legend{
	font-weight:bold;
	font-size:14px;
}

#admin .submit{
	background-color:#999999;
	border:1px solid #000000;
}

#admin .button{
	padding:3px;
	color:#000000;
	background-color:#999999;
	border:1px solid #000000;
}

