
*{
	padding: 0;
	margin: 0;
	
}

body{
	margin: 0 auto;
	width: 900px;
	padding: 0;
	background: url(/pic-bin/body-back.jpg) repeat-x #B2AA93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #687597;
}

a img{
	border: none;
}

#header {
	background: url(/pic-bin/header-back.jpg) no-repeat center transparent;
	height: 175px;
	text-align: center;
	position: relative;
}

#logo{
  position: absolute;
  right: 20px;
  top: 20px;
}

#wrapper {
	background: url(/pic-bin/content-back.jpg) repeat-y center transparent;
}

.navigation {
	width: 200px;
	float: left;
	padding-left: 0px;
	padding-bottom: 50px;	
}

.navigation ul {
	list-style: none;
}

.navigation li{
  display: block;
  line-height: 25px;
  overflow: hidden;
}

.navigation li a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	color: #000;
	line-height: 30px;
	width: 150px;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.active {
	background: url(/pic-bin/menu-link-hover.jpg) no-repeat transparent;
}

.navigation li.active a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content {
	padding-left: 20px;
	padding-bottom: 50px;
	float: left;
	width: 630px;
	text-align: justify;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	color: #687597;
	margin-bottom: 5px;
}

#content p{
  margin-bottom: 15px;
  line-height: 18px;
}

.clearer {
	clear: both;
}

#footer {
	background: url(/pic-bin/footer-back.jpg) no-repeat center transparent;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 100px;
}


#content ul{
	list-style: square;
	margin: 10px 0px 20px 20px;
}

/** Formular  */
form{
	display: block;
	font-size: 12px;
	margin-top: 25px;
}

form input,
form select,
form textarea{
	font-size: 12px;
}

form .input{
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

form option{
	padding: 2px;
}

form .input label,
form .input input,
form .input select,
form .input textarea{
	float: left;
	padding: 2px;
}

form .input input,
form .input select,
form .input textarea{
	width: 300px;	
}

form label{
	display: block;
	width: 140px;
}

form input.text{
	width: 300px;
}

form textarea{
	width: 300px;
	height: 100px;
}

form label.req{
	font-weight: bold;
}

form .submit{
	margin-left: 140px;
	width: 300px;
}

form  .error{
	border: 1px solid #DF1111;
}

