@charset "utf-8";
/* CSS Document */

body, html {
	position:relative;
	background:url(img/background.gif) repeat-y center #868889;
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



img {
	border:none;
}

#container {
	position:relative;
	background:url(img/background.gif) repeat-y;
	top:0;
	left:0;
	width:950px;
	margin:0 auto;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:1;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:279px;
	height:400px;
	z-index:1;
}

#header {
	position:absolute;
	top:0px;
	left:227px;
	width:706px;
	height:189px;
	z-index:3;
}

#navi {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:67px;
	color:#fffddf;
	z-index:2;
}

#menu {
	position:absolute;
	top:405px;
	left:17px;
	z-index:1;
	font-size:13px;
}

#menu li {
	border-bottom:1px solid #d4d700;
	width:222px;
	list-style:none;
}

#menu a {
	padding:4px 0 4px 15px;
	color:#868889;
	font-weight:bold;
	height:16px;
	display:block;
	text-decoration:none;
}

#menu a:hover, #menu .active{
	color:#d4d700;
}

#subnavi {
	margin:0;
	padding:0;
}

#subnavi li {
	
	background:#868889;
	color:#fffddf;
	list-style:none;
	width:222px;
}

#subnavi li a {
	padding:4px 0 0 28px;
	text-decoration:none;
	color:#fffddf;
	height:20px;
	display:block;
}

#subnavi li a:hover, #subnavi .active {
	text-decoration:underline;
	color:#fffddf;
	background:url(img/subnavi_hover.gif) no-repeat;
}

#content {
	position:absolute;
	top:205px;
	left:310px;
	width:520px;
}

strong {
	font-weight:bold;
	color:#d4d700;
}

#kasten {
	position:absolute;
	top:415px;
	left:750px;
	padding:15px;
	height:282px;
	width:200px;
	background:url(img/kasten.gif);
	font-size:13px;
	
	color:#FFF;
}

#kasten h2 {
	color:#868889;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


#content h1 {
	font-size:22px;
	color:#d4d700;
	margin:0px;
	font-weight:normal;
}

#content h2 {
	font-size:13px;
	color:#868889;
	margin:0px;
	font-weight:bold;
	line-height:20px;
	margin-top:30px;
}

#content p {
	font-size:13px;
	line-height:22px;

	color:#868889;
}

#content a {
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	color:#d4d700;
	font-weight:bold;
}

#content ul {
	font-size:12px;
	line-height:18px;
	width:420px;
	color:#868889;
}

#content td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#868889;
}

#content li {
	padding-left:10px;
	line-height:22px;
	list-style:url(img/liststyle.gif);
}

