/* ------------------------------------------ */
/* -- CSS Document for Jugendspiel Langnau -- */
/* ------------------------------------------ */



body {
	background-color:#173D7B;
	font-family:Arial,Helvetica,sans-serif;
	color:#C0C0C0;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:auto;
	padding:0pt;
	text-align:left;
	text-decoration:none;
}

a {
	color:#C0C0C0;
	font-size:13px;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
}

.navilinks a {
	color:#C0C0C0;
	font-size:13px;
	text-decoration:none;
	text-align:center;
}

.navilinks a:hover {
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	text-align:center;

}

.smalllinks a {
	color:#C0C0C0;
	font-size:10px;
	text-decoration:none;
}

.smalllinks a:hover {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

.indextitel {
	color:#C0C0C0;
	font-size:30px;
	font-weight:bold;
}

.title {
	color:#C0C0C0;
	font-size:16px;
	font-weight:bold;
}

.small {
	font-size:10px;
	color:#C0C0C0;

}

.neutral {
	font-size:13px;
	text-decoration:none;
}

a.news:hover{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.news {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.news:active{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.untertitel {
	font-size:12px;
	font-weight:bold;
	color:#C0C0C0;

}

h2 {
	font-size:13px;
	font-weight:bold;
	background-color:#112F66;
}

h3 {
	font-size:13px;
	font-weight:bold;
}

.fett {
	font-size:13px;
	font-weight:bold;
}

.button {
	font-size:11px;
	border:thin;
	background-color:#2456a8;
	border-color:#4d87e5;
	border-style:solid;
}	

.textfeld {
	background-color:#2456a8;
	font-size:12px;
	border:thin;
	border-color:#4d87e5;
	border-style:solid;	
}

.textnormal {
	color:#C0C0C0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

/*Div*/

#header {
	position:fixed;
	top:0px;
	background:#112F66;
	width:100%;
	height:30px;
	overflow:hidden;
	z-index:1;
}

#content {
	position:absolute;
	top:30px;
	width:100%;
	overflow:auto;
	z-index:2;
}

#login {
	position:fixed;
	right:10px;
	width: 232px;
	height: 80px;
	top: 1px;
}

#navi {
	position:fixed;
	right:1%;
	left:1%;
	width:auto;
	height:30px;
	top:8.5px;
	text-align:center;
}

#logo {
	position:fixed;
	left:1%;
	width:auto;
	height:30px;
	top:7px;
}

#pagetitel {
	position:fixed;
	right:1%;
	width:auto;
	height:30px;
	top:7px;
}

#bildkonzerte {
	position:fixed;
	right:50px;
	left:auto;
}

	  #navi, #navi ul { list-style-type:none; margin:0; padding:0; } /* Style-Reset */
	  #navi li { width:100px; float:left; } /* Horizontale Anordnung */
	  #navi li ul { display:none; } /* Normalzustand eingeklappt */
	  #navi li:hover ul { display:block; } /* Ausgeklappt */
	
