/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{display: none;}
#topheader{display: none;}
#topheader h1 {display: none;}
#toplinks{display: none;}
#menu{display: none;}
#submenu{display: none;}
/* #contenttext{margin-top: 10px; float:right; width:590px; border: 1px dotted #000;} */
#contenttext{float:left; width:80%; border: none;}
#leftpanel{display: none;}
#footer{display: none;}

/*GRAY PANEL*/
.graypanel{
display: none;
}

.graypanel ul, .graypanel ul li
{
display: none;
}

.graypanel ul
{
display: none;
}
.graypanel ul li
{
display: none;
}
.graypanel ul li, .graypanel ul li a
{
display: none;
}
.graypanel ul li a
{
display: none;
}
.graypanel ul li a, .graypanel ul li a:link, .graypanel ul li a:visited, .graypanel ul li a:active, .graypanel ul li a:hover
{
display: none;
}
.graypanel h3
{
display: none;
}
.graypanel ul li a:hover {
display: none;
        }

/*TEXT STYLES*/
.bodytext {
	font: 0.75em Tahoma, sans-serif;
	color: #404040;
}

.bodytext h2 {
	font-size:17px;
	font-weight:bold;
	padding-top: 5px;
	color:#CC0000;
	border-bottom: 1px dotted;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
	color:#CC0000;
	margin-left: 10px;
	border: 1px solid #000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

img.left {
	float:left;
	padding:0px;
	margin-right:6px;
}

img.right {
	float:right;
	padding:0px;
	margin-left:6px;
}

.infoboxrechts {
display: none;
}

.eventtable {
border-collapse:collapse;
border: 1px solid;
/* border:3px green inset; */
padding: 2px;
}

.eventtable tr {
/* background: #EBEB00; */
}

.noprint {
  display: none;
  text-align: left;
}
