/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000000;
  /* background-image: url(../images/left_bg1.gif); */
  background-repeat: no-repeat;
  background-position: 8px 80%;
}

#outer{
	margin-left:190px;
	margin-right:190px;
	background: #FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-21px;
	min-height:100%;
	/* background-color: red; */
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 140px;
	background-image: url(../images/head2.jpg);
	overflow:hidden;
}

#headerLine {
	position:absolute;
	background-image: url(../images/header_small3.jpg);
	background-repeat: repeat-x;
	height:21px;
	left:0;
	top: 140px;
	width: 100%;
}

#left {
	position:relative;/*ie needs this to show float */
	color: #000000;
	width:190px;
	float:left;
	margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

#left p, 
#right p {padding:3px}

#right {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	margin-right:-189px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}

#footer {
	background-image: url(../images/header_small3.jpg);
	background-repeat: repeat-x;
	width:100%;
	clear:both;
	height:21px;
	text-align:center;
	font-size: 10px;
	position:relative;
}

#clearheader{height:170px;}/*needed to make room for header*/

#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%; }/* ie mac styles */

#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}

/* css stuff below is just for presentation and not needed for the demo */
#centrecontent 
p { 
	padding: 0 20px;
}
h1 {
	font-size:15px;
	text-transform:uppercase;
	color: #00910E;
	padding: 20px;
}

h2 {
	font-size:13px;
	text-transform:uppercase;
	color: #00910E;
	padding: 4px;
}

h3 {
	font-size:13px;
	text-transform:uppercase;
	color: #000000;
	padding: 4px;
}

a {
	color: #000000;
	text-decoration: underline; 
}
a:hover {
	color: #00910E; 
	text-decoration: none
}

#left span {
	display:none;	
}	
#left a { 
	color: #000000;
	font-size: 12px;
	background-color:transparent;
	text-decoration: none; 
}

#left a:hover {
	color:#FE0000;
}

@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}

#footer span {
	display:none;	
}	

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#center_text {
	text-align: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: none;
}

.green {
	font-size:12px;
	color: #00910E;
}

.green_big {
	font-size:14px;
	font-weight: bold;
	color: #00910E;
}

.red {
	font-size:12px;
	font-weight: bold;
	color: #FF0000;
}

.veranstaltungen {
	color: #000000;
	text-decoration: underline; 
}
.veranstaltungen:hover {
	color: #00910E; 
	text-decoration: none;
}

.services {
	color: #000000;
	text-decoration:none;
}

.services:hover {
	color: red; 
	text-decoration: none;
}
