* {
	padding: 0;
	margin: 0;
}

body {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				100%;
	color:					#283549;
	background:				#a8ad1f;
}

img {
	border:					0;
}

h2 {
	background:				url('images/background_headline.gif') top left no-repeat;
	height:					39px;
	color:					#283549;
	font-size:				0.8em;
	padding-left:			17px;
	padding-top:			3px;
	margin-bottom:			15px;
}
a:link {
	color: #abaf26;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}

.white {
	color:					#959799;
}

#container {
	background: 			#ffffff url('images/background.jpg') no-repeat top center;
	width:					1200px;
	height:					740px;
	padding-top:			147px;
	margin:					auto;
}

#box {
	margin:					auto;
	background:				url('images/overlay.png') no-repeat top left;
	height:					580px;
	width:					1000px;
}

#logo {
	margin-right:			40px;
	margin-bottom:			42px;
}
#logo #top {
	font-size:				1.2em;
}
#logo #bottom {
	color:					#ffffff;
	font-size:				1.0em;
}

#navigation {
	width:					300px;
	float:					left;
	text-align:				right;
	padding-top:			52px;
	color:					#283549;
}
#navigation ul {
	list-style-type:		none;
	padding-left:			40px;
}
#navigation ul li {
	height:					42px;
	margin-bottom:			2px;
}
#navigation ul li a {
	color:					#283549;
	text-decoration:		none;
	display:				block;
	height:					33px;
	padding-top:			10px;
	padding-right:			40px;
}
#navigation ul li.active,
#navigation ul li:hover {
	background:				url('images/nav_active.gif') no-repeat top left;
}

#content {
	color:					#283549;
	width:					660px;
	padding-top:			52px;
	padding-left:			40px;
	font-size:				1.1em;
	float:					left;
	line-height:			1.4em;
	overflow:				auto;
	height:					506px;
}

.teaserbox {
	width:					290px;
	float:					left;
	margin-right:			40px;
}
.teaserbox p {
	font-size:				0.8em;
	line-height:			1.2em;
}

.header {
	margin-top:				23px;
	margin-bottom:			30px;
}

.news .date {
	background-color:		#a8ad1f;
	font-size:				0.9em;
	float:					left;
	border-radius: 			5px;
	margin-right:			15px;
	padding:				0 8px 0 8px;
}
.news .date a {
	color:					#283549;
	text-decoration:		none;
}
.news .title a {
	text-decoration:		none;
	color:					#283549;
}
.news {
	font-size:				0.8em;
	clear:					both;
	margin-bottom:			10px;
}

.content {
	margin-bottom:			30px;
}

#content .newsdate {
	font-size:				0.9em;
}

#facebook img {
	margin: 0;
	width: 100px;
}
#facebook {
	position: fixed;
	right: 0;
	top: 3%;
}
