/* Falls Probleme mit CSS bestehen, alle Formatierungsinfos auf eine einzige Zeile schreiben */

/* Beginn allgemeine Stile */
body {
	font-size: medium;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
	height:100%;
	background-color: #ECECEC;
}
a {
	text-decoration: none;
}
a:link { 
	color: #0033CC;
}
a:visited { 
	color: #0033CC;
}
a:hover {
	color: #E9AB03;
}
p {
	font-size: 0.9em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
.small{
	font-size: 0.7em;
}
li {
	font-size: 1em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	list-style-type: square;
	padding-bottom: 3px;

}
.input {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
.ticker_zurich {
/*    margin:3px;
	height:20px;
	width:200px; */
	border:solid 0 #fff;
	background: transparent 
	url("../img/slogan_zurich_2.jpg") no-repeat; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9 em;
	color: red;
	}
.ticker_bern {
/*    margin:3px;
	height:20px;
	width:200px; */
	border:solid 0 #fff;
	background: transparent 
	url("../img/slogan_bern_2.jpg") no-repeat; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9 em;
	color: #FDBD11;
	}
	
.ticker_luzern {
/*    margin:3px;
	height:20px;
	width:200px; */
	border:solid 0 #fff;
	background: transparent 
	url("../img/slogan_luzern_2.jpg") no-repeat; 
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9 em;
	color: #FD1111;
	}
/*.ticker2 {
    margin:3px;
	height:20px;
	width:200px; 
	border:solid 0 #fff;
	background: transparent;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: red;
	}*/

.header {
	background-color: #598CC9;
}
.box {
	/*background-color: #ececec;*/
	background-color: #256893;
}
h1 {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 1.8em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: red;
	white-space: nowrap;
}
h2 {
	margin-top:0px;
	margin-bottom:5px;
	font-size: 1.2em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #0000FF;
}
/* Ende allgemeine Stile */

/* Beginn Menu Stile */
.navi {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: red;
}
.navi a:link { 
	color: #000000;
}
.navi a:visited { 
	color: #000000;
}
.navi a:hover {
	color: #F0CD2C;
}
/* Ende Menu Stile */
.tools {
text-align:center;
margin-top:0px;
margin-right:5px;
}

.tools a:hover img, .tools a:visited:hover img {
  background:#e0e0e0 url("../img/tools_hover.gif");
  }
  
.contactbox {
  font-size:80%;
  }
.tablelist td {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}.tablelist {
}
.toomuch {color: red}
