.clearfix {
	clear:				both;
}

html, body {
	margin:				0;
}

body {
	font-size:			14px;
	font-family:		Tahoma;
	background: 		#191D20;
	color:				#949494;
}

a {
	color:				#405b6f;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}

div.wrapper {
	margin:				auto;
	width:				1160px;
	padding-top: 		100px;
}

#container {
	margin: 			0 auto;
    width: 				1400px;
    position: 			relative;
    padding-bottom: 	200px;
}

#bg_top{
	width: 				966px;
	height: 			649px;
	background: 		url(../img/bg_top.png);
	position: 			absolute;
}

#bg_bottom{
	width: 				731px;
	height: 			619px;
	background: 		url(../img/bg_bottom.png);
	position: 			absolute;
	bottom: 			0;
	left: 				500px;
}


div#logo {
	color: 				#585858;
	font-size: 			24pt;
	margin-left: 		95px;
	margin-top: 		3px;
	margin-right: 		95px;
}

div.page {
	padding-top: 		14px;
	position: 			relative;
}

div.navigation {
    float: 				left;
    margin-right: 		15px;
    margin-top: 		130px;
    width: 				280px;
}

div.navi_head {
    background: 		url("../img/folder.png") no-repeat scroll 0 40px transparent;
    color: 				#FFFFFF;
    font-size: 			24px;
    min-height:               24px;
    font-weight: 		normal;
    margin-left: 		10px;
    padding-bottom: 	15px;
    padding-left: 		40px;
    padding-top: 		35px;
    word-wrap: 			break-word;
}

div.navi_content {
	min-height:			150px;
}

div.navi_content ul{
	padding-left:		0;
	margin-top:			0;
	margin-left:		0;
	margin-bottom: 		0;
}

div.navi_content li {
	list-style:			none;
}

div.navi_content a {
    color: 				#878787;
    display: 			block;
    font-size: 			14px;
    font-weight: 		bold;
    line-height: 		20px;
    padding: 			10px 30px;
    text-decoration: 	none;
    word-wrap: 			break-word;
}

div#menu_head{
	width: 				281px;
	height: 			14px;
	background: 		url(../img/menu_head.png) no-repeat;
}

div#menu_center{
	width: 				281px;
	background: 		url(../img/menu_center.png) repeat-y;
}

div#menu_bottom{
	width: 				281px;
	height: 			13px;
	background: 		url(../img/menu_bottom.png) no-repeat;
}

div.navi_content a:hover,
div.navi_content ul li.active a {
	color:				#ffffff;
	font-style: 		italic;
	text-decoration: 	underline;
}

.menu_heading {
	display: 			inline-block;
	list-style-type: 	none;
	font-size: 			13pt;
	font-weight: 		bold;
	margin:				10px 30px 10px 30px !important;
	background:			none !important;
}

.submenu_item + .menu_heading {
	margin: 		       7px 0 7px 55px !important;
}

.submenu_item {
	margin-left:		25px;
	background: 		url("../img/list_item.png") no-repeat 8% 49%;
}

.submenu_item:hover {
	background: 		url("../img/list_item_hover.png") no-repeat 8% 49%;
}

.menu_separator {
	list-style-type: 	none;
	margin:				8px 30px 8px 30px;
}

div.content {
   background: 			none repeat scroll 0 0 #FFFFFF;
    float: 				left;
    height: 			100%;
	padding:			65px 15px 80px 15px;
    width: 				762px;
}

div.content_head {
    display: 			inline-block;
    left: 				234px;
    position: 			absolute;
    top: 				35px;
}

div.content_headline {
    background-image: 	url("../img/header.png");
    background-repeat: 	no-repeat;
    display: 			inline-block;
    height: 			67px;
    margin-left: 		0;
    padding-bottom: 	1px;
    width: 				932px;
}

div.article_headline {
	font-size: 			24px;
	padding-top:		20px;
	border-bottom: 		1px solid #e0e0e0;
}
