@charset "utf-8";
/* KONTRASTVERSION */

body{
	background-color: #000;
	color:white;
	font-size:1.4em;
	line-height: 1.2em;
}

a{
	color: #66FFFF	
}
hr{
	color:white;
}
h1{}

.hidden{
	font-weight:bold;
}
.headline h3, h4{
	font-size: 1.6em;
	}
.eventContainer h2, .left h2{
	font-size: 1.6em;
	font-weight:bold;
	color:white;
	}
.main h1{
	font-size: 200%;
	font-weight: bold;
	color: #ffff00;
	line-height:1.75em;
}
.main h3, .main h2, .main h4{
	font-size: 150%;
	font-weight: bold;
	color: #ffff00;
	line-height:1.75em;
  
}
.main  h2.strong{
	font-weight: bold;
	line-height:1.2em;
	color: white;
	font-size:1.2em;
}
.headerText a.active{
	font-weight:bold;
}
ul#menu li a.active, ul#menu li.umenu a.umenuActive{
	font-weight:bold;
	text-decoration:none;
	list-style-type:circle;
}

ul#menu li a.active{
	font-weight:bold;
	
}
ul#menu li a{
	font-size:120%;
}
ul#menu li.umenu{
	font-size:80%;
	margin-left: 1.5em;
}

/* dont't show textsize-switch in contrast-version */
#headermenu .headerText, #big, #bigger, .textsizeswitch{
display:none;
}
