	/********************************************************************************/
	/* Projekt: 	 	Büsser.ch													*/
	/* Dateiname: 	 	./Css/style.css												*/
	/* Dateityp: 		Styling-File												*/
	/* Beschreibung:  	CSS Klassen													*/
	/* Autoren:	 		Simon Aebersold												*/	
	/* Datum:	 		03. 01. 2007												*/
	/********************************************************************************/	

/* Alg. HTML definitionen */
	
	body {
	color:#000;
	text-align:center;
	margin:0px;
	
	
	background-color:#FFF;
	
	}

	h2 {
	font-size:20px;
	font-family:Arial,Verdana;
	font-weight:bold;
	letter-spacing:0.5px;
	padding:5px;
	color:#000;
	}

	h3 {
	font-size:16px;
	margin:2px;
	}

	fieldset {
	font-family:Tahoma,Arial,Verdana;
	color:#000000;
	}

	legend {
	color:#000000;
	font-weight:bold;
	}

	label {
	float:left;
	width:220px;
	}
	
	a {
	border-bottom:1px dotted #1f5854;
	text-decoration:none;
	color:black;
	}
	a:hover {
	border-bottom:1px solid black;
	}
	a img {
	border-style:none;
	}
	img {
	border-style:none;
	}

	li {
	/* background:url(../images/ball.png) 0 100% no-repeat;*/
	 list-style: none;
	 padding-left:16px;
	 margin-left:-16px;
	}

	input, textarea, select {
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:3px;
	margin-bottom:5px;
	background-color: #F8FCFF;
	}	

/* Seitenaufbau */
	#head {
	/*background-color:#595959;*/

	border-bottom:3px solid *DDD;						/*Umrandung von Backgroundbild*/
	height:45px;										/*Kopfbalkenhöhe*/
	color:black;
	text-align:right;
	padding:3px;
	padding-right:45px;
	padding-left:45px;
	font-family:tahoma,verdana,arial;
	font-size:14px;
	vertical-align: middle;
	line-height:42px;
	/*background:url(../Images/edge_mid_head.gif);	*/	
	}
	#head a {
	color:#003366;										/*Schriftfarbe im Kopf*/
	padding:2px;
	border-bottom:1px dotted #003366;					/*Punktlinie im Kopf rechts*/
	}
	#head a:hover {
	background-color:#1475D8;
	}
	
	#main {
	width: 95%;
	margin: auto;
	margin-top:10px;
 	position:relative;
	text-align:left;
	background-color:#ffffff;								/*Hintergrundfarbe Menuleiste bis ganz nach unten*/
	border:1px solid #003366;								/*Umrandung*/
	
	}


	
	#menu {
	width: 220px;
	margin: 0;
	float:left;
	}
	#menu li {
	list-style-type:none;
	}



	#content {
	margin-left:230px;					/*hintergrund von body*/
	/* width:750px; */
	padding-right:10px;
	overflow:show;
	background-color:#ffffff;
	padding-left:5px;
	padding-top:10px;
	min-height:300px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 

/*
	background: url(../Images/binGLASS-bg.png);
	background-repeat: repeat-y;
*/
	font-family: Arial, Verdana;
	font-size:10pt;
	
	}

/*
	#contentbar {
	background: url(../Images/subnavBack.png);
	background-repeat: repeat-x;
	height:33px;
	border-bottom:1px solid black;
	}
*/

	#rechtsblau {
	position:absolute;
	width: 20px;
	height:50%;
	right:0px;
	top:0px;
	background-color:#013888;							/*blauerbalken rechts Büsser Informatik*/
	}

	#rechtgrau {
	position:relative;
	width: 50%;
	height:50%;
	right:0px;
	top:0px;
	background-color:#646466;							/*blauerbalken rechts Büsser Informatik*/
	}

	#foot {
	position:relative;
	text-align:center;
	padding:5px;
	top:50px;
	padding-top:40px;
	font-size:12px;
	font-family:tahoma, arial;
	color:#003366;							/*Fusszeile Büsser Informatik*/
	
	background-color:whight ;
	background-image:url(../Images/footerBG.gif);
	background-repeat: repeat-x;
	border-top:3px solid DDD;
	line-height:150%;
	clear:both;
	padding-bottom:10px;
	}

	#foot a:hover {
	border-bottom: 1px solid black;
	}
	#foot a {
	padding:2px;
	margin:3px;
	}

	#meldung {
	border:1px solid #EFEFEF;
	padding:10px;
	margin:5px;
	font-weight:bold;
	background-image:url('../images/bar.gif'); 
	background-repeat:no-repeat;
	background-color:black;
	color:white;
	border-bottom:3px solid #E0FF37;
	}


	.ubutton {						/*untermenue*/
	width: 180px;
	background-color:#ffffff;
	height: 15px;	
	position:relative;
	padding:5px;
	padding-left:10px;
	}
	
	
	.ubutton a {
	text-decoration:none;
	/*border-top:1px solid white; */
	border-bottom:none;
	font-family:tahoma,verdana,arial;
	font-size:12px;
	color:#000000;							/*Untermenuefarbe Buchstaben*/
	display:block;	
	padding:2px;
	}


	.ubutton a:hover {
	color: #ffffff;
	width: 175px;
	background-color:#696969;			/*Untermenufarbe beim drüber ziehen mit der Maus*/
	}
	
	.button {
	position:relative;
	width: 190px;
	background-color:#f5f5f5;			/*Menufarbe*/
	height: 25px;
	padding:5px;
	border-top:1px solid white;			/*Abstände im Menu*/
	}

	.button a {
	text-decoration:none;
	font-family:tahoma,verdana,arial;
	color:#000000;
	border:none;
	display:block;
	}
	.button a:hover {
	text-decoration:underline;
	}

	.activebutton {
	position:relative;						/*aktives obermenue*/
	width: 185px;
	height: 25px;
	padding:7px;
	border-left:1px solid #d3d3d3;
	border-top:1px solid white;
	background-color:#f5f5f5;	
	/*background-image:url(../Images/act.gif);*/
	background-repeat:no-repeat;
	background-position:center right;
	
	}

	
	.activebutton a {						/*aktives obermenue schiftfarbe*/
	text-decoration:none;
	font-family:tahoma,verdana,arial;
	color:black;
	border:none;
	}
	.activebutton a:hover {
	text-decoration:underline;
	}




	

/* Klassen */

	#warnung {
	border: 3px solid red; 
	background-color:white; 
	padding:5px;
	font-family: arial;
	}



	#home1 {
	line-height:130%;
	font-size:15px;
	padding-right:80px;
	width:600px;
	}

	#event {
	width: 280px;
	float:left;
	border:1px solid #AAAAAA;
	padding:5px;
	margin:5px;
	font-size:12px;
	}

	#ticket {
	width: 280px;
	float:left;
	/*background: url(../Images/box.png);*/
	border:1px solid #AAAAAA;
	padding:5px;
	margin:5px;
	font-size:12px;
	}

	#fernwartung {
	width: 280px;
	float:left;
	/*background: url(../Images/box.png);*/
	border:1px solid #AAAAAA;
	padding:5px;
	margin:5px;
	font-size:12px;
	}


	#news {
	width: 280px;
	float:left;
	margin-left:20px;
	/*background: url(../Images/box.png);*/
	border:1px solid #AAAAAA;
	padding:5px;
	margin:5px;
	font-size:12px;
	}

	#links {
	width: 280px;
	float:left;
	/*background: url(../Images/box.png);*/
	border:1px solid #AAAAAA;
	padding:5px;
	margin:5px;
	font-size:12px;
	}

	#system {
	width: 300px;
	float:right;
	margin-left:20px;
	background: url(../Images/box.png);
	border:1px dotted #abced2;
	}

	#sbutton 
	{
	text-decoration:underline;
	color:#FFFFFF;
	}

	#coll
	{
	float: left;
	width: 200px;
	height: 300px;
	}	
	#colr
	{
	
	}	

	#cbox
	{
/*	background-color:#F6F6F6;
	background: url(../Images/box-top.gif);
	background-repeat: repeat-x; */	
	}
	
	#inleft
	{
	float: left;
	}	
	#inright
	{
	margin-left:200px;
	font-size:12px;
	}

	#pics
	{
	background-color:#EFEFEF;
	border-top: 2px solid #CCCCCC;
	padding: 5px;
	margin:10px;
	}

	#box
	{
	padding:5px;
	border:1px solid #1A1A1A;
	border-top:1px solid #353535;
	background-color:#2D2D2D;
	list-style:none; 
	}
	#box a
	{
	color:white;
	}
	
	#box li
	{
	list-style-type:none;
	list-style-image:none;
	}
	
	#boxleiste
	{
	background-image:url('../images/edge_mid.gif'); 
	background-position:top; 
	background-repeat:x-repeat; 
	font-size:15px;
	color:red;
	padding:10px;
	font-weight:bold;
	border-bottom:1px solid #1A1A1A;
	border-left:1px solid red;
	border-right:1px solid #1A1A1A;
	}

	#sitemap {
	font-family:arial;
	color:black;
	border:1px solid black;
	position:absolute;
	right:13px; 
	top:35px; 
	text-align:left; 
	width:300px; 
	background:url(../Images/trans-spacer.png);
	z-index:10;
	}
	#sitemap li {
	border-bottom:1px solid #F9F9F9; 
	padding-left:15px;
	}

	#newsmeldung {
	width:65%; 
	float:right; 
	margin-left:20px;
	text-align: justify;
	line-height:130%;
	}
