/* Zurücksetzen & Always used */ 
html { margin: 0; padding: 0; height: 100%; min-height: 100%;}
a {outline: 0; text-decoration: none;}
span {font-weight: bold; }
em {font-style: italic;}
.clear {clear: both; display: block; height: 1px; margin: 0; padding: 0;}
img {border: 0;}
.abstand {display: block; height: 20px; width: 100%;}
.divider {display: block; height: 1px; width: 100%; border-top: 1px dotted #999999; margin: 20px 0 20px 0; }
p {margin-top: 0;}

/* Layout */
html, body {
	margin: 0; 
	padding: 0; 
	color: #000000; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	height: 100%; 
	min-height: 100%;
	line-height: 20px;  
}

#wrapper {
	position: relativ; 
	width: 1000px;
	margin: 0 auto; 
	padding: 50px 0 0 0; 
	background-color: #f5f3ef; 
	overflow: hidden;
} 

#header {
	margin: 0px 25px 25px 25px;
	width: 950px; 
	height: 35px;
}

#navigation {
	margin: 0px;
	/*background-color: #990000;*/
	width: 1000px; 
	height: 50px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	background: url(../img/navigation_hintergund_1.jpg) top left repeat-x; 
}

#inhalt {
	margin: 25px 25px 50px 25px;
	width: 950px;
	background: url(../img/bg_inhalt.gif) top left repeat-y;
	 
}

#bildleiste {
	position:relative;
	width: 950px; 
	height: 159px;
	margin: 0;
}

#bildleiste img {
	float:left;
}
#infoleiste {
	/* background-color: #8e5645; */
	position:relative;
	width: 200px;
	display: block; 
    padding: 50px 50px 0px 50px; 
	color: #ffffff;
	float: left; 	 		
}

#inhaltsText {
	margin: 0;
	padding: 0;
	/* background-color: #ffffff; */
	width: 550px;
	display: block; 
	padding: 50px 50px 0px 50px; 
	float: left; 	 	 		
}

#abschluss {
	background-color: #f5f3ef;
	height: 30px;
	margin-top: 0px;
	clear: both; 
}

/* Text */
h1 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 0px 0;
}

h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#inhaltsText li {
	margin: 0 0 5px 0;
}

#infoleiste ul {
	list-style-type: none; 
	margin: 0;
	padding: 0; 
}

#infoleiste li {
	margin-bottom: 10px;
}

#infoleiste a {
  color: #ffffff; 
	font-weight: normal; 
	border-bottom: 1px dotted #FFFFFF;
}

#infoleiste a:hover {
	text-decoration: none;
  border-bottom: none; 
}

/* LINKS */
#inhaltsText a {
	color: #8e5645;
	text-decoration: none;
	border-bottom: 1px dotted #8e5645;
}

#inhaltsText a:hover {
	text-decoration: none;
	border-bottom: none;  
}

.rechts {
	float: right; 
}

#infounten {
  margin-top: 10px; 
  display: block; 
  clear:both;
}

.datumsfeld {
	float: left; 
	width: 150px;
	display: block;
}

.veranstaltungseintrag {
	float: left; 
	width: 400px;
}


/* Navigationselemente */
#navigation ul li.navi_trenner:hover  {
    /* background: url(../img/navigation_hintergund_1.jpg) top left repeat-x; */
}

#navigation ul {
	/* margin-top:10px; */
	margin:0;
	padding:0;
	list-style-type: none;
	background-color: #ff0000;
}

#navigation ul li {
	padding-top:15px;
	float: left; 
	text-align: center;
	padding-bottom:14px;
}


#navigation ul li a {
	color: #ffffff;
	text-decoration: none; 
}

#navigation ul li.navi_trenner:hover  {/*ROLLOVER BACKGROUND*/
    background: url(../img/navigation_hintergund_1.jpg) top left repeat-x;
}

#navigation ul li:hover  {
    background: url(../img/navigation_hintergund_1_over.jpg) top left repeat-x;
}

#navigation ul li.veranstaltungen, #navigation ul li.index,
#navigation ul li.mitgliedschaft, #navigation ul li.links,
#navigation ul li.rundschreiben,#navigation ul li.kontakt {  /*AKTIV*/
    background: #8e5645;
}

/* impressum */
#impressum {
	float: left;
	margin: 5px 0 0 25px;
	color: #8e5645;
}

#impressum a {
	text-decoration: none;
	border-bottom:1px dotted #8e5645;
	color: #8e5645;
}

#impressum a:hover {
	text-decoration: none;
	border-bottom: none; 
	color: #8e5645;
}

/* rheinline */
#rheinline {
	float: right;
	padding-right: 25px;
	text-align: right;
	color: #8d7048;
	font-size: 10px;
	margin: 5px 0 0 25px;
}

#rheinline a {
	color: #ceb5ae;
	border-bottom:none;
	text-decoration: none; 
}

#rheinline a:hover {
	color: #ceb5ae;
	text-decoration: none;
	border-bottom:none;
}

