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

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

/******************************/
/*        INCLUDE FONT        */
/******************************/

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

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

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

a:link,
a:visited {
	color: #959273;
	text-decoration: none;
}

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

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

#wrapper {
	width: 1150px;
	margin: 20px auto auto auto;
	background-color: #CCC;
}

#titel {
	display: block;
	height: 21px;
	width: 235px;
	margin-bottom: 75px;
	background-image: url(../images/titel_schiesser.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#titel:hover {
	display: block;
	height: 21px;
	width: 235px;
	margin-bottom: 75px;
	background-image: url(../images/titel_schiesser.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}

#navigation {
	height: 650px;
	width: 235px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#navigation ul {
	list-style: none;
}

#gallery {
	height: 690px;
	width: 900px;
	display: block;
	float: left;
	margin-right: 15px;
}

#gallery iframe {
	height: 715px;
	width: 900px;
	display: block;
	border: none;
}

#copyright {
	font-size: 10px;
	height: 50px;
	width: 235px;
	display: block;
	float: left;
	color: #c7c8ca;
	margin-left: 915px;
}

/******************************/
/*      PROFIL  SETTINGS      */
/******************************/

#profil_titel {
	display: block;
	font-size: 18px;
	color: #959273;
	padding-bottom: 18px;
	margin-top: 96px;
}

#profil_text {
	display: block;
	font-size: 14px;
	color: #f287b7;
}

/******************************/
/*  KONTAKTFORMULAR SETTINGS  */
/******************************/

#kontakt {
	margin-top: 76px;
}

.kontakt_links {
	font-size: 14px;
	display: block;
	width: 430px;
	float: left;
}

.kontakt_rechts {
	font-size: 14px;
	margin-left: 20px;
	display: block;
	width: 430px;
	float: left;
	margin-bottom: 25px;
}

.kontakt_links span,
.kontakt_rechts span {
	display: block;
	height: 30px;
}

.kontakt_smallfield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	height: 12px;
	width: 422px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px dashed #CCC;
}

.kontakt_bigfield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	width: 422px;
	height: 132px;
	padding: 3px;
	margin-bottom: 20px;
	border: 1px dashed #CCC;
}

.kontakt_button_send {
	font-family: 'GeogrotesqueRegular';
	letter-spacing: 1.5px;
	font-size: 13px;
	float: right;
	display: block;
	width: 212px;
	padding: 3px 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.kontakt_button_reset {
	font-family: 'GeogrotesqueRegular';
	letter-spacing: 1.5px;
	font-size: 13px;
	float: left;
	display: block;
	width: 212px;
	padding: 3px 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.kontakt_button_send:hover,
.kontakt_button_reset:hover {
	border: 1px solid #f287b7;
}

.error_message {
	display: block;
	padding-bottom: 20px;
}

.error {
	font-weight: bold;
	color: #C00;
}
