/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a {
	cursor: pointer;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #73951c url(/images/bg_body.jpg) no-repeat center top;
	line-height: 15px;
	color: #000;
	font-size: 12px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}


h1 {
	color: #f03a42;
	font-size: 25px;
	padding: 10px 0 5px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

h2 {
	color: #f03a42;
	font-size: 18px;
	padding: 10px 0 15px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	color: #f03a42;
	font-size: 14px;
	padding: 10px 0 5px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	padding: 10px 0 0 0;
	font-size: 13px;
}
#wrapper {
	width: 971px;
	margin: 0 auto;
}

#menu {
	height: 46px;
	*margin-top: -3px;
	background: url(/images/bg_menu.png) no-repeat;;
	padding-top: 7px;
	padding-left: 9px;
}

#content {
	min-height: 500px;
	background: #fff;
	padding-top: 6px;
	overflow-x: auto;
}

#contentinside {
	min-height: 350px;
	background: #fff;
	padding: 10px 15px;
	overflow-x: auto;
}

#content #left {
	width: 507px;
	float: left;
	margin-left: 11px;
}

#content #left .calender {
	background: url(/images/bg_eventscalender.jpg) no-repeat;
	width: 507px;
	height: 250px;
	margin-top: 9px;
	*margin-top: 6px;
}

#content #left .calender a {
	text-decoration: none;
}

#content #left .calender a:hover {
	text-decoration: underline;
}

#content #left .calender .event1 {
	width: 196px;
	position: relative;
	top: 57px;
	left: 293px;
	height: 48px;
	font-weight: bold;
}

#content #left .calender .event2 {
	width: 196px;
	position: relative;
	top: 70px;
	left: 293px;
	height: 48px;
	font-weight: bold;
}

#content #left .calender .event3 {
	width: 196px;
	position: relative;
	top: 90px;
	left: 293px;
	height: 48px;
	font-weight: bold;
}
.date {
	font-weight: normal;
	font-size: 11px;
}

a.moreevents {
	text-indent: -9999px;
	display: block;
	background: url(/images/more_events.png);
	width: 211px;
	height: 30px;
	position: relative;
	top: 75px;
	left: 25px;
}

a.moreevents:hover {
	background: url(/images/more_events_hover.png) no-repeat;
}

#content #right {
	width: 437px;
	float: right;
	margin-right: 10px;
}

#content #right .welcome {
	background: url(/images/bg_welcome.gif) no-repeat;
	width: 410px;
	height: 125px;
	padding-top: 142px;
	padding-left: 27px;
}

#content #right .welcome .welcometxt {
	width: 357px;
	height: 81px;
}

a.mailinglist {
	display: block;
	text-indent: -9999px;
	background: url(/images/join_mailinglist.png) no-repeat;
	width: 240px;
	height: 35px;
}

a.mailinglist:hover {
	background: url(/images/join_mailinglist_hover.png) no-repeat;
}

#content #right .functions{
	background: url(/images/bg_functions.jpg) no-repeat;
	width: 417px;
	height: 125px;
	padding-top: 142px;
	padding-left: 20px;
	margin-top: 8px;
}

#content #right .functions .functionstxt {
	width: 200px;
	margin-top: -95px;
	height: 158px;
}

a.moreinfo {
	display: block;
	background: url(/images/green_moreinfo.png) no-repeat;
	width: 208px;
	height: 29px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-left: -3px;
}

a.moreinfo:hover {
	background: url(/images/green_moreinfo_hover.png) no-repeat;
}

#footer {
	background: url(/images/lekuk_footer.gif) no-repeat;
	width: 731px;
	height: 81px;
	margin-top: -15px;
	font-size: 11px;
	padding-top: 25px;
	color: #fff;
	padding-left: 240px;
	clear: both;
	
}

#footer a {
	color: #d4ed96;
	text-decoration: none;
}

#footer a:hover {
	color: #d4ed96;
	text-decoration: underline;
}

.submenu {
	background: #fc575e;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #fff;
	*position: relative; /* peekaboo bug fix for IE6 */
	*min-width: 0; /* peekaboo bug fix for IE7 */
}

.submenuhover {
	background: #fc575e;
	padding: 6px 10px;
	color: #fcd971;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #fff;
	*position: relative; /* peekaboo bug fix for IE6 */
	*min-width: 0; /* peekaboo bug fix for IE7 */
}