@charset "UTF-8";
body {
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

a {
	color: #FFF;
	text-decoration: none;

}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 1px;
}



#main {
	width: 99%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 850px;
}
#header {
	text-align: left;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
h1 {
	font-size: 1.2em;
	color: #333;
	display: inline;
	font-family: "Futura Bold", "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: "Futura Bold", "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
}
h1 a {
	background-color: #FFF;
	color: #333;
	padding: 5px;
	
	text-decoration: none;
}
.subheader {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 22px;
	text-transform: lowercase;
	margin-left: 5px;
}
#header p {
	text-align: left;
	margin-left: 0px;
}
#header p , h3{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.kolumn {
	width: 25%;
	float: left;
	margin-right: 4%;
	margin-left: 4%;
}
fieldset {
	margin-top: 25px;
}
textarea {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-color: #CCC;
	text-align: right;
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h3 {
	font-weight: normal;
	text-align: right;
}
