/*TAGS*/
body {
	background-color: #75b374;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0;
	margin: 0;
}

h1 { font-size: 18px; color:#336633 }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
img { border: 0; }

/*LINKS*/
a:link { color: #336633; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #438443;}
a:visited { color: #336633; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #438443;}
a:hover { color: #438443; font-weight: bold; text-decoration: none; border-bottom:0;}
a:active { color: #336633; font-weight: bold; text-decoration: none; border-bottom:0;}

/*LAYOUT*/
#wrapper {
	background-image: url('../images/wrapper_bg.png');
	background-repeat: repeat-y;
	width: 918px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 148px;
	width: 866px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	margin: 0;
}

#wrapper2 {
	width: 916px;
	margin-left: 26px;
	margin-right: 26px;
}
 
/*MENU*/
#menu {
	height: 33px;
	width: 808px;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding-left: 58px;
	padding-top: 0px;
	overflow: hidden;
	
}

#startsida { background-image: url('../images/start.png'); }
#goals { background-image: url('../images/goals.png'); }
#links { background-image: url('../images/links.png'); }
#facts { background-image: url('../images/facts.png'); }
#contact { background-image: url('../images/contact.png'); }

#menu a {
	display: block;
	text-decoration: none;
	width: 150px;
	height: 33px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu a:visited { background-position: 0px 0px; }
#menu a:hover { background-position: 0px -33px; }
#menu a.selected { background-position: 0px -33px; }
#menu a.selected:hover { background-position: 0px -33px; }

/* CONTENT */
#content {
	width: 876px;
	padding: 5px 5px 0px;
}

#promo {
	margin-top: 4px;
	padding-right: 19px;
}

#left {
	width: 586px;
	min-height: 472px;
	margin-right: 5px;
	padding: 10px;
	float: left;
	background-image: url('../images/text_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
}	

/* NEWS */
.createdate, .small { font-size: 11px; color: #669999; }
.contentheading{ font-size: 16px; font-weight: bold; color: #336633; }

/* FOOTER */

#footer {
	width: 918px;
	height: 45px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -9px;
}
	
#info {
	height: 77px;
	width: 850px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 0;
	font-size: 11px;
	clear: both;
	color: #438443;
}

.firma {
	float: left;
	margin: 5px 75px 5px 5px;
}

.kontakt {
	float: left;
	margin: 5px;
}

.kontakt2 {
	float: left;
	margin: 5px 75px 5px 5px;
}

.copystuff {
	float: left;
	margin: 5px;
}
#pulse {
	background-image: url('../images/pulse.png');
	background-repeat: no-repeat;
	width:115px;
	height:39px;
}

/*CLASSES*/
.right {
	float: right;
	margin: 5px;
}

.left {
	float: left;
	margin: 5px;
}

.clearer { clear: both; }