@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color:#555555;
	background: #037002 url(images/bg.gif) repeat-x top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtr #container {
	width:745px;
	background: #FFFFFF url(images/bg-ct.gif) repeat-x bottom;
	margin: 40px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #009900;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #footer {
	text-align:center;
	padding:10px 20px 10px;
	color:#87d868;
}

.oneColElsCtr #footer a { color:#baf3a5; }
.oneColElsCtr #footer a:hover { color:#ffcc33; }

#header {
	padding:10px;
}

#sidebar-left ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#sidebar-left ul li {
	height:32px;
}

#sidebar-left a {
	background-position:top right;
	background-repeat:no-repeat;
	height:32px;
	display:block;
	text-indent:-2000px;
}

#sidebar-left a:hover {
	background-position:bottom right;
}

#content {
	height:100%;
	background:white url(images/bg-bottom-left.gif) bottom left no-repeat;
	border-bottom:1px transparent #009900;
}

#content a { color: #009900; text-decoration:none; }
#content a:hover { color:#FF9900; }

h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:23px;
	letter-spacing:-1px;
	color:#009900;
	margin:0px 0px 10px;
}

h3 {
	font-size:11px;
	line-height:18px;
	padding:0px;
	margin:0px 0px 5px 0px;
}

p { margin:0px 0px 5px; }

#content-news ul { margin:0px; padding:0px; }
#content-news ul li { margin:0px 0px 0px 20px; padding:0px 0px 0px 5px; }

#content-index ul { margin:0px; padding:0px; }
#content-index ul li { margin:0px 0px 20px 0px; padding:0px 0px 0px 0px; list-style:none; }
#content-index ul h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; }


.alignleft { float:left; }
.alignright { float:right; }

#sidebar-right ul {
	margin:0px 0px 0px 20px; padding:0px;
}

#sidebar-right ul li {
	margin:0px; padding:0px 5px 5px 0px;
	list-style:none;
}

#sidebar-right h3 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#cc9933;
	padding-bottom:5px;
}

#content-agenda {
	margin-bottom:20px;
}

#content-agenda ul {
	margin:0px 0px 0px 20px; padding:0px;
}

#content-agenda ul li {	
	margin:0px; padding:0px 5px 5px 0px;
	list-style:none; 
}

#main-content img.galeri { border:3px solid #CCCCCC; }