@charset "ISO-8859-1";
/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
	color: #000;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-moz-outline: none;
	}
	
a:link { color: #000; text-decoration:none; -moz-outline: none; }
a:visited { color: #000; text-decoration:none; -moz-outline: none; }
a:hover { color: #FFF; text-decoration:none; -moz-outline: none; }
a:active { color: #000; text-decoration:none; -moz-outline: none; }

h1 {
	font-size: 20px;
	color: #000;
	-moz-outline: none;
	}

h2 {
	font-size: 15px;
	color: #000;
	-moz-outline: none;
	}

#einmitten {
	width:1000px;
	height:720px;
	top:0;
	left:50%;
	margin-left:-500px;
	position:absolute;
	background-image:url(img/hg_allgemein.gif);
	background-repeat:repeat-x;
	}
	
#mitte {
	width:1000px;
	height:100%;
	top:0;
	left:50%;
	margin-left:-500px;
	position:absolute;
	}
	
#button {
	width:111px;
	height:75px;
	overflow:hidden;
	display:block;
	margin-right:12px;
	float:left;
	-moz-outline: none;
	}
	
#button a {
	width:111px;
	height:75px;
	overflow:hidden;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	-moz-outline: none;
	}
	
#button a:hover {
	width:111px;
	height:75px;
	overflow:hidden;
	background-position: bottom;
	background-repeat:no-repeat;
	display:block;
	float:left;
	-moz-outline: none;
	}
	
#buttonOn {
	width:111px;
	height:75px;
	overflow:hidden;
	background-position:bottom;
	background-repeat:no-repeat;
	display:block;
	margin-right:12px;
	float:left;
	-moz-outline: none;
	}

	
#eventBild {	
	top:310px;
	left:450px;
	position:absolute;
	width:150px;
	height:110px;
	background-color:#000;
	border:2px solid #C30;
	text-align:center;
	font-weight:bold;
	line-height:12px;
}

	
#galklein a {
	width:90px;
	margin-left:2px;
	margin-top:2px;
	float:left;
	position:relative;
	overflow:hidden;
	}
	
#galklein a:hover {
	width:90px;
	margin-left:2px;
	margin-top:2px;
	float:left;
	position:relative;
	overflow:hidden;
	filter:alpha(opacity=20);
	-moz-opacity:0.20; opacity:0.20;
	}

#butyear {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	text-align:center;
	width:120px;
	margin-bottom:4px;
	}
	
#butyear a {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	text-align:center;
	width:120px;
	margin-bottom:4px;
	display:block;
	
	}
	
#butyear a:hover {
	font-size:14px;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	text-align:center;
	width:120px;
	margin-bottom:4px;
	display:block;
	}
	
#butyearOn {
	font-size:14px;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	text-align:center;
	width:120px;
	margin-bottom:4px;
	display:block;
	}
	
input {
	width:280px;
	background-color:#f1f1f1;
	padding:6px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	border:1px solid #999999; 
	}
		
.textarea {
	width:280px;
	height:10em;
	background:#f1f1f1;
	padding:6px 4px 8px 4px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	border:1px solid #999999; 
	}

.submit {
	width:120px;
	padding:4px;
	font-weight:bold;
	color:#ffffff;
	background:#000000;
	}
