@charset "UTF-8";

/***************************************/
/*            GLOBAL RESET             */
/***************************************/

* {
	padding: 0px;
	margin: 0px;
}

/***************************************/
/*                FONTS                */
/***************************************/

@font-face {
	font-family: 'GeogrotesqueRegular';
	src: url('geogtq-rg-webfont.eot');
	src: local('☺'), url('geogtq-rg-webfont.woff') format('woff'), url('geogtq-rg-webfont.ttf') format('truetype'), url('geogtq-rg-webfont.svg#webfontBhWZnvjE') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***************************************/
/*             MAIN SETTINGS           */
/***************************************/

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'GeogrotesqueRegular';
	font-size: 12px;
	letter-spacing: 1.5px;
}

a:link {
	text-decoration: none;
	color: #999999;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f287b7;
	outline: none;
}

a:active {
	text-decoration: none;
	color: #f287b7;
	outline: none;
}

img {
	outline: none;
	border: none;
}

/***************************************/
/*              DIV BOXES              */
/***************************************/

#wrapper {
	width: 862px;
	margin: 5px auto;
	position: absolute;
	left: 50%;
	margin-left: -431px;
}

#header {
	height: 65px;
	width: 862px;
	margin-bottom: 60px;
}

.style1 {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #999999;
}

#header img {
	border-style: none;
}

#profil_kontakt {
	float: right;
	margin: 18px 15px;
}

#navigation {
	position: absolute;
	top: 118px;
	right: 0;
	width: 240px;
	z-index: 10;
}

#content {
	width: 862px;
	height: 500px;
}

#iframe {
	position: absolute;
	padding-top: 5px;
	height: 535px;
	width: 862px;
	border: 0px;
	z-index: 5;
}

#footer {
	margin-top: 30px;
	padding-top: 5px;
	padding-left: 625px;
	width: 237px;
	height: 20px;
	color: #dcddde;
}

/***************************************/
/*           KONTAKTFORMULAR           */
/***************************************/

#kontaktformular {
	width: 600px;
	height: 450px;
	margin: 8px 0px 0px 3px;
}

#entername {
	width: 270px;
	margin: 10px 0px 23px;
	padding: 3px;
	outline: 1px dashed #c7c8ca;
	border: 0px;
	background-color: #fff;
}

#enteremail {
	width: 270px;
	margin: 10px 0px 22px;
	padding: 3px;
	outline: 1px dashed #c7c8ca;
	border: 0px;
	background-color: #fff;
}

#enterbetreff {
	width: 270px;
	margin: 10px 0px;
	padding: 3px;
	outline: 1px dashed #c7c8ca;
	border: 0px;
	background-color: #fff;
}

#entercomment {
	width: 285px;
	margin: 10px 0px;
	padding: 3px;
	outline: 1px dashed #c7c8ca;
	border: 0px;
	background-color: #fff;
}

#sendenknopf {
	padding-right: 5px;
}

#addresse {
	clear: both;
	width: 100%;
	margin-top: 35px;
	letter-spacing: 1.45px;
}

#kontaktleft {
	float: left;
	width: 300px;
}

#kontaktright {
	width: 300px;
	margin-left: 300px;
}

/***************************************/
/*            NAVI SETTINGS            */
/***************************************/

#navigation ul li {
	color: #999999;
	line-height: 24px;
}

ul {
	list-style: none;
}

h3 {
	padding: 9px 0px;
	font-size: 12px;
	font-weight: normal;
}

#navigation ul li a:link {
	text-decoration: none;
	color: #9d9a7e;
	outline: none;
}

#navigation ul li a:visited {
	text-decoration: none;
	color: #9d9a7e;
	outline: none;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #f287b7;
	outline: none;
}

#navigation ul li a:active {
	text-decoration: none;
	color: #f287b7;
	outline: none;
}

.style2 {color: #959273}
.style3 {color: #f287b7}