/*
Author: Markus Thomas
Author URI: http://www.softbuilder.de/
*/
.page { width: 877px;
	margin-left: auto;
	margin-right: auto;

     }

body { background: #d0d0d0 url('images/bg.jpg') repeat-x top left;
      font-family: arial, Helvetica,sans-serif; 
      color: #494b5b;
      margin: 0px;
      text-align: center;
      font-size: 12px;
      }

.head { background: white url('images/header1.jpg') no-repeat bottom right;
	height: 177px;
	width: 877px;
	padding: 0px 0px 0px 0px;
	margin: 44px 0px 0px 0px;
	display: inline-block;
      }
.head a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
} 
.menu {
	background: white url('images/bg_menu.jpg') no-repeat bottom right;
	height: 34px;
	width: 877px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

.menu a {
	font-weight: normal;
	text-decoration: none;
	color: #474979;
	padding: 12px 35px 12px 40px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.menu a:hover {
	background-color: #efee36;
}

.menu .mark a {
	background-color: #efee36;
}

.head2 {
	background: white url('images/header2.jpg') no-repeat bottom right;
	height: 40px;
	width: 877px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}


.menu li {
	display: inline;
	list-style: none;

}
.menu ul {
	padding: 0px 0px 0px 0px;
}

.content {
	width: 877px; 
	min-height: 346px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: white;
	display: inline-block;
	text-align: left;
      }

.index_img {
	background: white url('images/key_visiual.jpg') no-repeat bottom right;
      }

.content p {
	padding: 0px 0px 0px 40px;
}

.content h1 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 388px 0px 40px;
}

.content h2 {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 388px 0px 40px;
}
.content li {
	margin: 0px 0px 0px 20px;
}

.content a:hover, a:visited, a:link {
      color: #494b5b;
}

.content img {
	float: right;
	padding: 00px 100px 10px 25px;
	border: 0;
}

.footer {
	width: 842px;
	background: white url('images/ecke.jpg') no-repeat bottom right;
	display: inline-block;
	height: 28px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}

.footer a {
	color: #92939d;
	font-size: 12px;
	font-weight: normal;
}
.footer p {
	color: #92939d;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}
