@charset "iso-8859-2";
/* CSS Document */

Body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #ebeeb6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.Wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

.Header {
	width: inherit;
	height: 124px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/*Menu*/
ul.Menu {
	width: 700px;
	height: 50px;
	margin: 57px 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
}

ul.Menu li {
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
}

ul.Menu li a {
	color: #21683b;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.Menu li a:hover, ul.Menu li a:active {
	border-bottom: solid 4px #f0f010;
}

/*Content*/
.Content {
	width: 940px;
	height: auto;
	background-color: #FFF;
	margin: 0;
	padding: 20px;
}

.Contentteaserleft {
	width: 300px;
	height: 193px;
	background-image: url(../images/teaser.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 20px;
	color: #faf9ce;
}

.Contentteaserright {
	width: 300px;
	height: 193px;
	background-image: url(../images/teaser.gif);
	background-repeat: no-repeat;
	float: right;
	padding: 20px;
	color: #faf9ce;
}

.Contentteaserleft h1, .Contentteaserright h1 {
	font-size: 24px;
	color: #dee780;
	margin: 0;
}

.Contentteaserleft a, .Contentteaserright a {
	color: #dee780;
}

.Contentleft {
	padding: 20px;
	float: left;
	width: 530px;
}

.Contentright {
	padding: 20px;
	float: right;
	width: 530px;
}

.Contentwide {
	padding: 5px 20px;
}


/*Footer*/
.Footer {
	width: 980px;
	height: 50px;
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: center;
	font-size: 10px;
	color: #21683b;
}

/*Styles*/
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #21623c;

}

a {
	color: #21683b;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}
