/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
  background-color: #fff;
  font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

table {
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

a {
  color: #2a2a2a;
  text-decoration: underline;
}

a:hover {
  color:#000000;
  text-decoration: none;
}

.input {
  height: 15px;
  width: 120px;
  text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
  color: #000000;
  background-color: #CFFFCF;
  border: 0px;
}

.textarea {
  text-align: center;
  color: #000000;
  background-color: #CFFFCF;
  border: 0px;
}

.submit {
  height: 17px;
  font-size: 12px;
  color: #000000;
  background-color: #abe65e;
  border: 0px;
}

#all {
  width: 1000px;
}

#banner {
	height: 233px;
}

#banner #logo {
	float: left;
	width: 268px;
	height: 155px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 350px;
}

#banner #eg {
	float: left;
	width: 64px;
	height: 58px;
	background-image: url(../images/eg_logo.png);
	background-repeat: no-repeat;
	margin: 100px 0 0 -40px;
}

#banner #home,
#banner #kontakt,
#banner #impressum {
	float: right;
	height: 28px;
	width: 100px;
	padding: 7px 37px 0 0;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}

#banner #home:hover,
#banner #kontakt:hover,
#banner #impressum:hover {
	background-image: url(../images/buttons_hover.png);
}

#banner #home {
	margin: 30px 77px 0 0;
}

#banner #kontakt {
	margin: -3px 117px 0 0;
}

#banner #impressum {
	margin: -3px 163px 0 0;
}

#banner a {
	font-size: 10.5pt;
	color: #25ae00;
	font-weight: bold;
	text-decoration: none;
}

#banner a:hover {
	font-size: 11.5pt;
	color: #208e02;
	text-decoration: none;
}
	
#menu {
	float: left;
	width: 198px;
	border: 1px solid #555;
	font-size: 12.5pt;
	text-align: center;
	margin-left: 20px;
}

#menu a {
	color: #444;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu .button {
	height: 26px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	padding-top: 4px;
}

#menu .button:hover {
	background-image: url(../images/menu_bg_hover.png);
}
#menu .active_button {
	height: 39px;
	background-image: url(../images/menu_bg_active.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	font-size: 16.5pt;
	color: #fff;
}

#menu .active_button:hover {
	background-image: url(../images/menu_bg_active_hover.png);
}
	
#content {
  float: right;
  width: 720px;
	margin-right: 20px;
}

	#content #left {
		float: left;
		width: 550px;
		margin-top: 10px;
		background-color: #b4e377;
		border-bottom: solid 2px #000000;
	}
	
	#content #left #overhead {
	  height: 22px;
	  width: 530px;
		margin-top: -10px;
		background-image: url(../images/overhead.png);
		background-repeat: no-repeat;
		text-align: left;
		font-size: 11pt;
		font-weight: bold;
		color: #fff;
		padding: 3px 0 0 20px;
	}
	
	table tr .dl a:hover {
		text-decoration: none;
		color: #666666;
	}
	
	.veranstaltungen {
	  width: 540px;
	  padding: 0;
	  border-top: 1px;
	  border-bottom: 1px solid #000;
	}
	
	.shine {
	  background-color: #eee;
	}
	
	.hidden {
	  color: #666666;
	  font-family: "Courier New", Courier, monospace;
	  font-size: 12px;
	}
	
	#marginre {
		float: right;
	  width: 135px;
		margin-top: 10px;
		background-color: #b4e377;
		border-bottom: solid 2px #000;
	}
		
	#marginre #newsletter {
		margin-top: -10px;
		background-image: url(../images/overhead_newsletter.png);
		background-repeat: no-repeat;
		background-position: top;
	  border-bottom: 1px solid #333;
	}
	
	#marginre #veranstaltung {
		width: 134px;
		padding-top: 3px;
	}
  
#fuss {
	float: right;
	width: 1000px;
  text-align: center;
  color: #ccc;
	padding: 5px;
}

#gb .entry {
	width: 492px;
	background-color: #cfcfcf;
	border: solid 1px #aaa;
}

#gb .entry .head {
	padding: 3px;
	margin-top: 3px;
	text-align: left;
	height: 18px;
}

#gb .entry .head .title {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

#gb .entry .head .rest {
	float: right;
	margin-right: 5px;
}

#gb .entry .head .date {
	font-size: 9px;
	color: #888888;
	margin-top: 4px;
	margin-left: 10px;
}

#gb .entry .text {
	font-size: 12px;
	background-color: #e7e7e7;
  padding: 7px;
}
