.tx-wecmap-map .infotitle{
	font-size: 90%;
	font-weight: bold;
}

.dirmenu{
	font-size: 80%;
}
.dirmenu a{
	color: #990000;

}
.marker{
	font-size: 90%;
}

body {
	margin: 0px;
	padding: 0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffcc;
	color: #0d5f24;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0d5f24;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #990000
}

a:hover {
	border-bottom: none;
	text-decoration: none;
}
a:visited {
	border-bottom: none;
	color: #00aa00;
}


a img {
	border: none;
}


#header-wrapper {
	
}

#header {
	width: 198px;
	height: 161px;
	background: url(images/banner.gif) no-repeat;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 20px auto;
	padding: 0px;
}

/* Page */

#page {
}



/* Content */

#content {
	float: left;
	width: 520px;
	margin: -155px 10px 10px 10px;

}


.entry {
	padding: 0px 0px;
}


/* Sidebars */
#menu{
	padding-top: 15px;
	width: 200px;


}

.punkt{
	background-color: #0d5f24;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	color: #ffffcc;
	border: 3px double #ffffcc;
	padding: 5px;
	}
	
.punkt a{
	color: #ffffcc;
	padding: 5px;

}

.punkt_active{
	background-color: #ffffcc;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	border: 3px double #0d5f24;
	color: #0d5f24;
	padding: 5px;	
}
.punkt_active a{
		color: #0d5f24;
		padding: 5px;
}

#menu div:hover{
	background-color: #ffffcc;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	border: 3px double #0d5f24;
	color: #0d5f24;
	padding: 5px;	
}

#menu div:first-child{

	color: #ffffcc;
	padding: 5px;

}
#menu div:hover a:first-child{

	color: #0d5f24;
}



.sidebar {
	width: 200px;
	float: left;
}

.sidebar ul {
	margin-left: -25px;
	/*padding: 0;
	list-style: none;*/

}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	/*padding-left: 15px;*/
}

#rechts {
	margin-top: -155px;
	float:left;
	font-size: 12px;
}
#rechts a:hover{
	text-decoration: underline;
}


/* Footer */


#footer {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #0d5f24;
}

#footer a {
	color: #0d5f24;
	font-weight: bold; 
	text-decoration: underline;
}

#footer .link {
}

#footer .copyright {
}

