@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #d0ccb9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

#container {
  width: 1200px;
  height: auto;
  min-height: 950px;
  background: #eee6c2;
  margin: auto;
  border: 5px solid #b8a882;
  text-align: left;
}

#header {
	width: 900px;
	height: 268px;
}

#navi {
	background: #313030;
	width: 200px;
	color: #FFF;
	margin-top: -120px;
	padding-left: 12px;
	height: auto;
}

a.navi:link {
  color: #FFF;
  text-decoration: none;
}

a.navi:hover {
  color: #FFF;
  text-decoration: underline;
}

a.navi:visited {
  color: #FFF; 
  text-decoration: none;
}


#text {
	color: #000;
	width: 800px;
	margin-left: 265px;
	margin-top: -700px;
}

.strich {
  background-image: url(images/strich.png);
  background-repeat: repeat-x;
  height: 1px;
  border: 0px;
}
