@font-face {
        font-family:    'Droid Sans';
        src:            url('../font/droid_sans.eot');
        src:            url('../font/droid_sans.eot?#iefix') format('embedded-opentype'),
                        url('../font/droid_sans.woff') format('woff'),
                        url('../font/droid_sans.ttf') format('truetype'),
                        url('../font/droid_sans.svg#droid_sansregular') format('svg');
        font-weight:    normal;
        font-style:     normal;
}

.clearfix {
	clear:				both;
}

html, body {
	height:				100%;
	margin:				0;
}

body {
	font-size:			14px;
	font-family:		Tahoma;
	color:				#901f40;
	background-image:	url("../img/bg.png");
	background-repeat: 	repeat;
}

a {
	color:				#b90039;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}

div#wrap {
	width:				1030px;
	float:				left;
}

div.wrapper {
	margin:				auto;
	width:				1118px;
}

div.content_headline {
	color:				#8e1f3f;
	border-bottom:		1px solid #8e1f3f;
	font-size:			24px;
	margin:				20px 10px 0 10px;
}

div.header {
	background-image: 	url("../img/header.png");
	background-repeat: 	no-repeat;
	height: 			90px;
	width:				1284px;
	position:			relative;
	left:				-101px;
	top:				26px;
}

h1#logo {
	color: 				#fff;
	font-family: 		Droid Sans;
	font-size: 			26pt;
	font-weight: 		normal;
	word-wrap: 			break-word;
	text-align: 		right;
	width: 				776px;
	position:			relative;
	top: 				-22px;
	left: 				255px;
}

div.page {
	width: 				1082px;
	background-color:	#fff;
	min-height:			370px;
	margin-left: 		0;
}

div.navigation {
	float:				left;
	width:				260px;
	margin-right: 		18px;
	background:			url("../img/shadow.png") no-repeat 100% 0;
	padding-right:		6px;
}

div.navi_head {
	padding-left: 		20px;
	padding-top: 		20px;
	padding-bottom: 	14px;
	word-wrap: 			break-word;
	font-size: 			24px;
	color: 				#000;
	font-weight: 		normal;
	padding-right: 		20px;
	margin-left:            22px;
}

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

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

div.navi_content li {
	list-style:			none;

	background-image: 	linear-gradient(bottom, #F8F8F8 22%, #FBFBFB 31%, #FFFFFF 53%);
	background-image: 	-o-linear-gradient(bottom, #F8F8F8 22%, #FBFBFB 31%, #FFFFFF 53%);
	background-image: 	-moz-linear-gradient(bottom, #F8F8F8 22%, #FBFBFB 31%, #FFFFFF 53%);
	background-image: 	-webkit-linear-gradient(bottom, #F8F8F8 22%, #FBFBFB 31%, #FFFFFF 53%);
	background-image: 	-ms-linear-gradient(bottom, #F8F8F8 22%, #FBFBFB 31%, #FFFFFF 53%);

	background-image: 	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.22, #F8F8F8),
		color-stop(0.31, #FBFBFB),
		color-stop(0.53, #FFFFFF)
	);
}

li.submenu_item a {
	padding-left: 		43px !important;
	background:			url("../img/arrow.png") no-repeat 8% 50% !important;
}

li.submenu_item a:hover,
div.navigation ul li.submenu_item.active a {
	background:			#8e1f3f url("../img/arrow_hover.png") no-repeat 10% 50% !important;
}

div.navigation a {
      font-size:              15px;
      color:                        #2f2f2f;
      word-wrap:              break-word;
      text-decoration:  none;
      padding:                12px 32px 12px 32px;
      line-height:            20px;
      font-weight:            normal;
      display:                block;
      margin-left:            10px;
      background:             url("../img/arrow.png") no-repeat 3% 50%;
}

div.navigation a:hover,
div.navigation ul li.active a {
      padding:                10px 30px 10px 30px;
	background:			#8e1f3f url("../img/arrow_hover.png") no-repeat 5% 50%;
	border:				2px solid #c68f9f;
	border-style:		groove;
	color:				#fff;
}

.menu_heading {
display:				inline-block;
font-size:				16px;
font-weight:			bold;
margin:					10px 20px 10px 43px;
}

.submenu_item + .menu_heading {
font-size:				15px;
margin:					7px 20px 7px 53px;
}

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

div.content {
	float:				left;
	width:				772px;
}

div.article {
	min-height:			150px;
	margin-bottom: 		10px;
	padding:			0px 10px 10px 10px;
}

div#footer {
	background:			#901f40;
	height:				14px;
}
