/* CSS Document */

body {
	color: #FFFFFF;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #922511;
}

div#main-container {
	width:		850px;
	min-height: 	650px;
	margin:		10px auto;
	border:		1px solid #000000;
	background-color:  #464754;
}

div#header {
	height:		213px;
	background:	url(images/header.jpg);
	background-position: top;
}

div#header_navi {
	height: 1px;
}

div#header_navi_top {
	margin: 25px 208px 150px 208px;
	height: 31px;
}
* html div#header_navi_top {
	margin: 11px 208px 150px 208px;
	height: 31px;
}

div#content_left {
	float: left;
	width: 240px;
}

div#box {
	width:	240px;
	min-height: 70px;
	margin: 5px 0px 5px 0px;
	background-image: url(images/box_line.jpg);
}

div#box a {
	color: #5e7180;
	font-weight: bold;
}

div#box a:hover {
	color: #922511;
}

div#box_content {
	height: auto;
	color: #000000;	
	padding: 5px 15px 5px 5px;
}

div#box_footer {
	height:	14px;
	background-image: url(images/box_ground.jpg);
}

div#content {
	margin:	5px 5px 5px 245px;
	height: auto;
	min-height: 350px;
}

div#footer {
	background-color: #8d1a1f;
	height:	27px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}	

.clear {
	clear:both;
}	

/* BEGIN navi oben*/
div#navi_top {
	height:		47px;
	background-image:	url(images/nav_up_bg.jpg);
	background-position:	left top;
	border:0;
	margin:0;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}

div#navi_top ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

div#navi_top li {
	padding-right:2px;
	padding-left:2px;
	display: inline;
	font-size: 14px;
	height: 20px;
}

div#navi_top a, div#navi_top a:link, div#navi_top a:visited {
	border:0;
	color: #5e7180;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#navi_top a:active, div#navi_top a:hover, div#navi_top a.topnavi_active {
	color: #922511;
}
/* END navi oben*/

/* BEGIN headernavi oben*/
div#header_navi_top {
	border:0;
	padding: 0px;
	text-align: center;
}

div#header_navi_top ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

div#header_navi_top li {
	padding-right:2px;
	padding-left:2px;
	display: inline;
	font-size: 14px;
	height: 20px;
}

div#header_navi_top a, div#header_navi_top a:link, div#header_navi_top a:visited {
	border:0;
	font-weight: bold;
	text-decoration: none;
	color: #5e7180;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#header_navi_top a:active, div#header_navi_top a:hover, div#header_navi_top a.headernavi_active {
	color: #922511;
}
/* END headernavi oben*/

