@charset "UTF-8";

@import url("reset.css");
@import url("typo.css");

body {
	background-color: #ffffff;
	color: #898989;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #77b05d;
	text-decoration: underline;
}

a.selected, a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	font-weight: bold;
}

.clear {
	clear: both;
	visibility: hidden;
}

#container {
	margin: 20px auto;
	text-align: left;
	width: 1000px;
}

#content, #teaser, #footer, #legal {
	margin: 0 35px 0px 25px;
	padding: 30px 0 30px 0;
	clear: both;
}

#teaser, #footer, #legal { border-top: 1px dotted #77b05d; }

#teaser {
	background-image: url("../img/teaser-bg.gif");
	background-position: 40px 15px;
	background-repeat: no-repeat;
	height: 384px;
	padding-left: 440px;
}

#content h1 {
	display: none;
}

#content .page-list-items li {
	
}
#content .page-list-items li h3 { 
	font-size: 18px;
	padding-bottom: 5px;
}
#content .page-list-items li h3 a { 
	border: 0 none;
	display: block;
	padding: 0;
	text-decoration: none; 
}
#content .page-list-items li h3 a:hover { text-decoration: underline; }
#content .page-list-items li h3 .date {	display: none; }
#content .page-list-items li a {
	border: 1px solid #d7efcc;
	padding: 10px;
}
#content .page-list-items li li a {
	border: 0 none;
	display: block;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #77b05d;
}
#content .page-list-items li h3, #content .page-list-items li ul { padding-left: 550px; }

#content .page-list-items li ul {
	margin-bottom: 10px;
}

#teaser h2, #footer li em, #content h2 {
	color: #77b05d;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

#teaser .page-list-items li {
	float: left;
	padding: 0 50px 10px 0;
	position: relative;
	width: 190px;
}

#teaser .page-list-items img {
	background-image: url("../img/frame.png");
	background-repeat: no-repeat;
	position: absolute;
	padding: 16px;
	top: 0;
	left: 0;
	height: 108px;
	width: 190px;
}

#teaser .page-list-items h3 {
	font-weight: normal;
	margin: 140px 0 0 5px;
}
#teaser .page-list-items h3 a {
	color: #898989;
}
#teaser .page-list-items h3 span {
	display: none;
}

#footer {
	background-image: url("../img/footer-bg.gif");
	background-position: right 40px;
	background-repeat: no-repeat;
	height: 278px;
	padding-top: 30px;
}

#footer ul {
	float: left;
	margin-right: 70px;
	width: 220px;
}

#footer li {
	line-height: 20px;
}

#footer li em {
	display: block;
	font-style: normal;
	margin-bottom: 20px;
}

#footer h3 {
	color: #77b05d;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	margin: 10px 20px 40px;
}

#header {
	background-image: url("../img/header-bg.gif");
	background-position: center 80px;
	background-repeat: no-repeat;
	height: 500px;
	padding-left: 12px;
}

#header a.logo {
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 93px;
	text-indent: -9999px;
}

#legal {
	background-image: url("../img/logo-small.png");
	background-position: right 10px;
	background-repeat: no-repeat;
	height: 50px;
	padding: 10px 60px 0 0;
}

#legal p {
	text-align: right;
	margin: 0;
}

#nav {
	padding-top: 65px;
}


#nav li {
	display: inline;
	line-height: 15px;
	padding-left: 15px;
	text-transform: lowercase;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover { text-decoration: underline; }

#teaser {
}
