/*  main                                         */
body {
  background: #23242b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D7D7D7;
}
.main {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #23242b;
}

/*  head                                         */
.head {
	height: 162px;
	background: #23242b url(img/logo.jpg) no-repeat;
	position: relative;
}
.head a.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 543px;
	height: 159px;
	display: block;
}
.head .menu {
	position: absolute;
	top: 10px;
	left: 580px;
}
.head .menu td {
	padding: 5px;
	width: 180px;
}
.head .menu a {
	color: #fefefe;
	text-decoration: underline;
}
.head .menu a.act,
.head .menu a:hover {
	color: #e33167;
}

/*  head2                                        */
.head2 {
	background: #aaf397;
	color: #3d3c48;
	font-family: Verdana;
	font-size: 12px;
	min-height: 30px;
	overflow: hidden;	
	position: relative;
	padding: 5px;
}
.head2 table td {
  padding: 0px;
}
.head2 table td img {
  margin: 0px;
}
.main .head2 h2 {
	position: absolute;
	background: #e2fbdc;
	padding: 10px;
	margin: 0px;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.main .head2 h3 img {
	position: absolute;
	top: 300px;
	left: 200px;
	padding: 0px;
	margin: 0px;
	/*background: url(img/knop.png);*/
	width: 160px;
	height: 23px;
	cursor: pointer;
}
.main .h th {
	background: #aaf397; 
	height: 360px;
	text-align: center;
	vertical-align: bottom;
}
.main .h {
	height: 380px;
}
.main .head2 a {
  color: blue;
}

/*  text                                         */
div.body {
	margin: 30px 20px 0 20px;
	clear: both;
}
table.body {
	width: 100%;
}
.body .one {
	background: #3d3c48;
	vertical-align: top;
	padding: 10px 15px 10px 15px;
}
.body .two {
	width: 245px;
	background: #373641;
	vertical-align: top;
	padding: 10px 15px 10px 15px;
}
.text a {
  color: #fefefe;
  text-decoration: underline;
}
.text a.act,
.text a:hover {
  color: #e33167;
}

/*  foot                                         */
.foot {
	height: 45px;
	background: url(img/teni.png) no-repeat;
}
.copyr {color:gray;
	font-size:12px;
	margin-bottom:15px;
	width: 100%;
	text-align:center;}
