/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0px;
padding: 0px;
background: url(/i/ground1.jpg) #fff;
background-repeat:repeat-x;
background-position:top;
}

body a{
text-decoration: none;
color: #333;
}



h1 {
font-size: 12px;
font-weight: bold;
}
h2 {
font-size: 12px;
font-weight: bold;
}
h3 {
font-size: 12px;
font-weight: bold;
}
h5 {
font-size: 16px;
font-weight: bolder;
text-transform: uppercase;
}

#header_left {
background: url(/i/header_left.jpg);
width: 364px;
height: 248px;
vertical-align: bottom;
padding: 0 0 74px 0px;
color: #fff;
font-size: 12px;
font-weight:bold;
margin: 0;
}

#header_left a{
color: #fff;
text-decoration: none;
}
#header_left a:hover{
color: #fff;
text-decoration: underline overline;
}

#header_right {
background: url(/i/header_right.jpg);
width: 364px;
height: 248px;
vertical-align: bottom;
padding: 0 0 74px 0px;
color: #fff;
font-size: 12px;
font-weight:bold;
margin:0;
}

#header_right a{
color: #fff;
text-decoration: none;
}
#header_right a:hover{
color: #fff;
text-decoration: underline overline;
}

#header_logo {
height: 248px;
}

#content {
background: url(/i/ground_content1.jpg) #fff;
background-repeat: repeat-x;
padding: 10px 5px 20px 5px;
height: 500px;
vertical-align: top;
}
#content a {
font-size: 10px;
font-weight: bold;
}
table#content td {
font-size: 10px;
}
#content td {
font-size: 10px;
}

#bottom {
background: #000;
padding: 3px;
color: #fff;
font-size: 10px;
}

#bottom a {
color: #fff;
font-size: 10px;
}

#bottom a:hover {
color:#CC0000;
}

.guestbook {
font-size: 10px;
}

#lauftext {
position: relative;
top: 5px;
left: 20px;
margin: 0 0 125px 0;
}

.eventtable th{
background: #E6E6E6;
}
.eventtable td{ 
border-bottom: 1px solid #333;
padding-top: 5px;
text-indent: 5px;
font-weight: bold;
}
.eventtable a:hover {
color: red;
}

div.startevent {
	width:300px;
	height:120px;
	background:url(/i/start_ground.jpg);
	font-size:11px;
	border:1px solid #ccc;
	margin:0 9px 30px 9px;
	float:left;
}

div.startevent h2 {
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	color:#CC0000;
}

div.startevent div.go {
	position:absolute;
	margin:100px 0 0 255px;

}

div.startevent div.today {
	position:absolute;
	margin:-12px 0 0 200px;

}


div#button_gallery {
	position:absolute;
	margin:65px 0 0 150px;
}

div#button_video {
	position:absolute;
	margin:65px 0 0 690px;
}

/*
.trans img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.trans:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
*/

div#lastcomments {
	float:right;
	width:200px;
	font-size:10px;
	background:url(/i/start_ground.jpg) #fff;
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px;
	border:1px solid #fff;
	margin:0 30px 0 0;
}

div#lastcomments a {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

div#lastcomments img {
	border:0;
}


.trans img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.trans:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}


