* { 
margin:0; 
padding:0; 
} 

.flexslider { 
  border:0; 
  margin:0;
 	background:none;
	position: relative; 
	box-shadow:none; 
	zoom:1; 
	z-index:5; /* mehr als main wegen control-nav */
}

.flex-direction-nav .flex-prev {
    left:10px;
    opacity:0;
}

.flex-direction-nav .flex-next {
    right:10px;
    opacity:0;
}

.flex-direction-nav a {
	background-image:none;
	padding-left:0;
}

.flex-direction-nav a:before  { 
	font-size: 20px;
	font-weight:lighter; 
  padding: 10px 12px;
  border-radius: 20px;    
  background: #dddddd;
}

.flex-direction-nav a.flex-next:before  { content: '\f002'; }

.slides li {
	margin-left:0;
}


body {
	text-align:center; /* horizontal zentrieren fuer IE5 */
	background-color:#CCCCCC;	
}
 
#container { 
	position:relative;
	margin:0px auto 0px;
	width:1000px;
	min-height:700px;
	background-color:#EEEEEE;	
} 

#content {
	padding:30px;
	font-size:13px;
	line-height:18px;
  color:#5C5C5D;
  font-family:Verdana;
}

h2 {
	font-size:20px;
	line-height:27px;
  color:#B0C11;
  font-weight:lighter;
  margin-bottom:20px;
}

h3 {
	font-size:13px;
  color:#838486;
  font-weight:bold;
  font-style:italic;
}

#oben {
	background-image: url(../images/oben.jpg);
	width:1000px;
	height:216px;
}

/* ************************************************** */
/* Menü */
/* ************************************************** */
#menu {
	background-color:#757575;
	height:30px;
	text-align:center;
}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
  margin-left:30px;
  color:#FFFFFF;
  font-size:16px;
  line-height:27px;
  font-family:Verdana;
  text-decoration:none;
  letter-spacing:1px;
}

#menu a:hover {
  color:#821721;
}

#menu a.cur,
#menu a.cur:link,
#menu a.cur:active,
#menu a.cur:visited,
#menu a.cur:hover {
  color:#821721;
}

img.borderred {
	border:2px solid #821721;
}

a,
a:link,
a:active,
a:visited {
  color:#821721;
  text-decoration:underline;
}

a:hover {
  color:#A7414A;
}

p {
	margin-bottom:10px;
}