html,body {
	margin:				0px;
	padding:			0px;
}

body {
	background:			#182F63;
	font-family:		Arial, Verdana;
	font-size:			11px;
	color:				#000033;
}

h2 {
	font-size:			12px;	
}

img {
	border:				0px;
}

H1 {
	display:none;
}
.centered {
	position:			absolute;
	top:				50%;
	left:				50%;
	width:				720px;
	height:				500px;
	margin-top:			-266px;
	margin-left:		-376px;
	background-color:	#fff;
} 

#logo {
	position:			absolute;
	top:				80px;
	left:				30px;
}

#navigation {
	position:			absolute;
	top:				170px;
	left:				44px;
}

#content_mood {
	position:			absolute;
	top:				160px;
	left:				150px;
}

#content_mood_dotted {
	position:			absolute;
	top:				160px;
	left:				240px;
}

#bar_left {
	position:			absolute;
	top:				160px;
	left:				0px;
}

#bar_bottom {
	position:			absolute;
	top:				466px;
	left:				0px;
}

#content {
	position:			absolute;
	padding-left:		1px;
	top:				160px;
	left:				280px;
}

.sub_item {
	margin-bottom:		3px;
}

.nav_item {
	margin-bottom:		12px;
}

.nav_item a {
	display:			block;
}

.submenu {
	margin-left:		20px;
	margin-top:			3px;
	margin-bottom:		5px;
}

#headline {
	margin-bottom:		10px;	
	
}

a {
	color:				#004400;
	text-decoration:	underline;
	font-weight:		bold;
}

#meta {
	margin-top:			3px;
	text-align:			right;
}
#meta a{
	font-weight:		normal;	
	text-decoration:	none;
	margin-left:		5px;
}
