body{
	background-color: #3333FF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

#menu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover{
	color: yellow;
	text-decoration: none;
}
#menu td{
	font-weight: bold;
	font-size: 13px;
}

.comment{
	color: Gray;
	font-size: small;
}

.comment a{
	color: #3333FF;
	font-size: small;
	text-decoration: none;
}

.kleiner {
/*	font-family: Comic Sans MS;*/
	font-size: xx-small;
	color: White;
}

.kleinerpix {
/*	font-family: Comic Sans MS;*/
	font-size: xx-small;
	line-height: 14px;
	color: White;
}

.title {
/*	font-family: Comic Sans MS;*/
	font-size: medium;
	line-height: 28px;
  	/*background-color: #f30100;*/
	color: #ffffff;
}

.subtitle {
/*	font-family: Comic Sans MS;*/
	font-size: medium;
	line-height: 22px;
	font-weight: bold;
   color: White;
}

.admintitle {
/*	font-family: Comic Sans MS;*/
	font-size: medium;
	line-height: 40px;
	font-weight: bold;
   color: White;
	background: red;
	text-align: center;
	vertical-align: middle;
}

.boxheader {
/*	font-family: Comic Sans MS;*/
	font-size: small;
	font-weight: bold;
   color: White;
	text-align: center;
/*	padding-top: 10px;  */
/*	vertical-align: top;*/
	}

.boxmid {
/*	font-family: Comic Sans MS;*/
	text-align: left;
	padding-left: 10px;
	padding-right: 22px;
	}	

.boxmid_fett {
	font-size: small;
	font-weight: bold;
   color: White;
	text-align: left;
	padding-left: 10px;
	padding-right: 22px;
	}	
	
.footer a {
/*  font-family: Comic Sans MS;*/
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #f30100;*/
}
.newsheader {
	font-size: small;
	font-weight: bold;
   color: White;
	text-align: left;
	}
.footer {
/*  font-family: Comic Sans MS;*/
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #f30100;*/
}

a {
	color: White;
	text-decoration:underline;
}

#ticker{
border: none;
background-color: #3333FF;
color: White;
font-size: large;
}

/*Highslide Styles*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-image {
	border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;/*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: White;
	text-decoration: none;
	font-size: 14px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
/*	color: white;
	background-color: gray;*/
}
.highslide-move {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}
/* Necessary for functionality */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

.highslide-active-anchor img {
   visibility: hidden; /* visible; */
}
