/* CSS Document */

body{
font-family: verdana;
font-size: 10px;
background: url(/i/ground.jpg) #fff;
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
	scrollbar-arrow-color: #ccc; 
 	scrollbar-face-color: #5F5D60;
	scrollbar-highlight-color: #ccc; 
 	scrollbar-shadow-color: #5F5D60;
 	scrollbar-3dlight-color: #5F5D60;
}
body td {
font-size: 10px;
}

h1 {
font-size: 12px;
color: #fff;
font-weight: bold;
}
h2 {
font-size: 12px;
color: #fff;
font-weight: bold;
}
h3 {
font-size: 12px;
color: #FFEC00;
font-weight: bold;
background: #7A7A7A;
padding: 5px;
}
h4 {
font-size: 12px;
color: #fff;
font-weight: bold;
}

div#leftnav {
background: #C1BFC2;
width: 161px;
padding: 0px;
margin: 0px;
}

#leftnav ul {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 12px;
}

#leftnav li a{
display:block;
width: 100%;
text-decoration: none;
font-size: 12px;
color: #000;
background: url(../i/leftnavborder.gif) #7a7a7a;
background-repeat: no-repeat;
background-position: bottom left;
padding: 5px 0 5px 0;
text-indent: 15px;
border-top: 1px solid #C1BFC2;
border-bottom: 1px solid #C1BFC2;
color: #fff;
font-weight: bold;
}

#leftnav a {
padding: 0px;
}

#leftnav li a:hover {
background: url(../i/leftnavborder.gif) #333;
background-repeat: no-repeat;
background-position: bottom left;
color: #fff;
}

div#topnav {
width:592px;
height:37px;
background: url(../i/topnav.gif);
color: #fff;
}
div#topnav marquee{
padding-top: 10px;
margin: 0px;
color: #fff;
font-size: 12px;
font-weight:bold;
}
div#topnav marquee a{
color: #fff;
text-decoration: none;
}

div#changelang {
width:592px;
height:24px;
background: url(../i/changelang.gif);
text-align: right;
}
div#changelang img {
border: 1px solid #fff;
margin: 0px;
}

div#content {
background:#5f5d60;
padding: 20px 0 20px 20px;
color: #fff;
font-size: 10px;
}

div#content_text {
width: 790px;
height: 350px;
overflow:auto;
color: #fff;
}

div#content_text td {
color: #fff;
}
div#content_text td a{
color: #fff;
text-decoration: none;
}
div#content_text td a:hover{
color: #FFEC00;
}

#cms_images div {
float: left;
margin: 2px;
}

#bottom {
width: 973px;
background: #ccc;
padding: 5px 0 5px 0 ;
text-align: right;
color: #333;
}
#bottom a{
color: #333;
text-decoration: none;
}
#bottom a:hover{
color: #FFEF00;
}

table.eventtable {
	margin: 0;
	padding: 0px;
	width: 100%;	
}

table.eventtable th {
	background: #ccc; /* Hintergrund Aufzählung Title */
	color: #333;
	font-size: 12px;
}

table.eventtable td {
	background:#333; /* Hintergrund Aufzählung */
	color: #fff;
}
table.eventtable a {
	color:#fff;
	text-decoration: none;
}

.link a {
	text-decoration: none;
	color: #FFEF00;
}