/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#2d654c url(../images/body_bg.jpg) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#787878;
}
a {
	color:#014c2f;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	color:#014c2f;
}
p {
	margin:15px 0;
}
#site {
	background:url(../images/site_bg.png) top left repeat-y;
	width:1000px;
	margin:0 auto;
	padding:0 15px;
}
#header img {
	float:left;
}
#menu {
	background:url(../images/menu_bg.jpg) top left no-repeat;
	height:50px;
	clear:left;
	padding-top:25px;
	text-align:center;
}
#menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:0 15px;
}
#menu a:hover, #menu a:focus, #menu a.active {
	background:url(../images/menu_over.gif) top left no-repeat;
}
#container {
	overflow:hidden;
	background:url(../images/container_bottom.jpg) left bottom no-repeat;
	padding-bottom:15px;
	position:relative;
}
* html #container {
	height:1%;
}

#container-left {
	float:left;
	width:225px;
}
#submenu {
	padding:35px 15px 100px 40px;
}
#submenu a {
	display:block;
	margin-bottom:5px;
}
#submenu a:hover, #submenu a:focus, #submenu a.active {
	font-weight:bold;
}
#bottom {
	text-align:center;
	position:absolute;
	left:0;
	bottom:10px;
	width:225px;
}
#bottom input {
	font-size:10px;
}
#container-middle {
	float:left;
	width:550px;
	margin-left:30px;
	display:inline;
}
#breadcrumb {
	font-size:11px;
	color:#969696;
	margin:15px 0;
}
#breadcrumb a {
	color:#969696;
}
#content {
	margin:20px 0;
}
.title {
	font-size:18px;
}
#container-right {
	float:right;
	width:165px;
	margin-right:15px;
	display:inline;
	text-align:center;
}
#newsTeaser {
	background:url(../images/news_bg.gif) top center no-repeat;
	height:125px;
	text-align:center;
	padding:0 20px;
	padding-top:65px;
	color:#014c2f;
	margin-top:10px;
}
#newsTeaser .date {
	margin-top:0;
}

#content a, #newsTeaser a {
	text-decoration:underline;
}

#footer {
	background:#014c2f;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:11px;
	color:#fde7c0;
}
#footer a {
	color:#fde7c0;
}


.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}

textarea {
	width:300px;
}

td {
	vertical-align:top;
}