﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: auto;
	font-family: "Century Gothic";
	position: static;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}


/*global*/

html 			{	}
body			{
	background-color: #FFFFFF;
}
					


/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: "Century Gothic";
}

h1 			{
	font-size: 24px;
	color: #000000;
}
h2 			{ font-size:20px; }
h3		 	{ font-size:16px; }
h4 			{ font-size:15px; }
h5 			{ font-size:14px; }
h5 			{ font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
	width: 11px;
	height: 11px;
}


/* Text Elements */

p			{
	color: #000;
	font-size: 15px;
	font-family: "Century Gothic";
}




a:link		{
	color: #1569B9;
	text-decoration: none;
}
a:visited	{ color:#1569B9;text-decoration:none; }
a:active	{ color:#1569B9; }
a:focus		{ color:#1569B9; }
a:hover		{color: #2E94E8;
}

blockquote	{ color:#000; font-size:12px; }

strong		{
	font-family: "Baskerville Old Face";
}
em			{ font-style:italic; }

.float_l {float:left;}
.float_r {float:right;}


/* Images */


/* Lists */

ul				{
	color: #FFFFFF;
	font-family: "Century Gothic";
	text-align: right;
}
ol				{ list-style-type:decimal;	}

ul li			{ color:#000; font-size:12px;	}
ol li			{ color:#000; font-size:12px;	}
	
dl				{	}
dt				{	}
dd				{	}




/* Containers */


/* topnav-------------------------------------------------------*/

#topnav {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#topnavmenue {
	height: 100px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-position: top;
	max-width: 1000px;
}


#topnav img{
	margin-top: 15px;
	height: 60px;
}



#topnav h1 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 45px;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}

#topnav h1 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 45px;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}



#topnavlink			{
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	max-width: 65%;
}

#topnavlink	ul li 	{
	color: #000000;
	float: right;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 12px;
	padding-right: 12px;
}

#topnavlink	ul li a 	{
	color: #000000;
	float: right;
	font-family: Century Gothic;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	text-decoration: none;
}

#topnavlink	ul li a:hover {
	color: #808080
}


/* banner-------------------------------------------------------*/

#banner {
	clear: both;
	height: 250px;
	margin: 0px auto;
	background-color: #A8AAAD;
	background-position: top;
	padding-top: 100px;
}

#banner1 {
	clear: both;
	height: 100%;
	margin: 0px auto;
	background-position: top;
	max-width: 1000px;
}

#banner1 img{
	float: left;
	margin-top: 25px;
	margin-left: 35px;
}

#banner1 h1 {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 40px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 10px;
	padding-top: 75px;
}

#banner1 h2 {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 30px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 5px;
	padding-top: 20px;
}



/* Wrapper--------------------------------------------------------*/

#wrapper {
	clear: both;
	margin: 0px auto;
}



/* content--------------------------------------------------------*/

.content {
	background-color: #FFFFFF;
	margin-top: 50px;
	max-width: 1000px;
	font-family: "Century Gothic";
	clear: both;
}

.content h1 {
	color: #666666;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

.content h2 {
	color: #666666;
	font-weight: lighter;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 40px;
	clear:both;
}

.content h3 {
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 20px;
	text-align: center;
	background-color: #CCCCCC;
	line-height: 30px;
}

.content h4 {
	color: #A8AAAD;
	font-weight: lighter;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 60px;
	font-family: "Bahnschrift Light";
}

.content p {
	font-weight: lighter;
	margin-top: 10px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 10px;
	color: #666666;
}



/* spacer--------------------------------------------------------*/

.platzhalter {
	display: block;
	clear: both;
	height: 10px;
	width: 100%;
}



.spacer1 {
	margin-top: 100px;
	background-color: #D2BCA5;
	min-height: 400px;
	display: block;
}

.spacer1 img {
	float: left;
	display: block;
	width: 960px;
	margin-right: 100px;
	margin-bottom: 100px;
}

.spacer1 p {
	color: #666666;
	font-weight: lighter;
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}



.spacer2 {
	margin-top: 300px;
	display: block;
	margin-bottom: 200px;
}

.spacer2-1 {
	clear: both;
	width: 1000px;
}

.spacer2-1 img {
	width: 32%;
	border: 5px #FFFFFF solid;
}



.spacer3 {
	background-color: #DCDDDE;
	display: block;
}

.spacer3 img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	visibility: visible;
	padding-top: 100px;
}

.spacer3 h1 {
	text-align: center;
	font-family: "Century Gothic";
	font-weight: lighter;
	font-size: 30px;
	color: #666666;
	line-height: 50px;
	padding-top: 50px;
	padding-bottom: 100px;
}



.spacer4 {
	margin: auto;
	clear: both;
	width: 1000px;
	display: block;
}

.column33pz-button {
	width: 333px;
}

.column33pz-button img {
	display: block;
	margin: auto;
}

.column33pz-button h1 {
	text-align: center;
	color: #666666;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.column33pz-button p {
	display: block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
	line-height: 23px;
	margin-bottom: 100px;
}



.spacer5 {
	margin: auto;
	clear: both;
	width: 1000px;
	display: block;
	margin-top: 50px;
}

.column33pz-paket {
	width: 333px;
}

.column33pz-paket img {
	display: block;
	margin: auto;
}

.column33pz-paket h1 {
	text-align: center;
	color: #666666;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 20px;
}

.column33pz-paket p {
	display: block;
	text-align: center;
	color: #666666;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 16px;
}


/* Impressum--------------------------------------------------------*/

.impressum {
	background-color: #FFFFFF;
	margin-top: 50px;
	max-width: 1000px;
	font-family: "Century Gothic";
	clear: both;
}

.impressum h1 {
	color: #666666;
	font-weight: lighter;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 50px;
}

.impressum h2 {
	color: #666666;
	font-weight: lighter;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 40px;
	clear: both;
	margin-top: 30px;
}

.impressum h3 {
	color: #FFFFFF;
	font-weight: lighter;
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 20px;
	text-align: center;
	background-color: #CCCCCC;
	line-height: 30px;
}

.impressum h4 {
	color: #A8AAAD;
	font-weight: lighter;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 60px;
	font-family: "Bahnschrift Light";
}

.impressum p {
	font-weight: lighter;
	margin-top: 10px;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 10px;
	color: #666666;
}
    


/* footer---------------------------------------------------------*/

#footer				{
	height: 300px;
	background-color: #CCCCCC;
	clear: both;
}

#footer1000px {
	clear: both;
	margin: 0px auto;
	max-width: 1000px;
}

.footercolumn600px {
	width: 60%;
}
	
.footercolumn400px {
	width: 40%;
}
		
#footer1000px h2 {
	color: #000000;
	font-size: 25px;
	float: left;
	top: 0;
	width: 100%;
	text-align: left;
	font-family: "Century Gothic";
	font-weight: lighter;
	margin-bottom: 0;
	margin-top: 30px;
	padding-left: 10%;
}

#footer1000px h3			{
	color: #FFFFFF;
	font-size: 17px;
	float: left;
	position: relative;
	top: 0;
	width: 100%;
	text-align: left;
	font-family: "Century Gothic";
	font-weight: lighter;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
}

#footer1000px h4			{
	color: #FFFFFF;
	font-size: 30px;
	float: none;
	position: relative;
	width: 100%;
	text-align: center;
	font-family: "Century Gothic";
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#footer1000px h5			{
	color: #666666;
	font-size: 15px;
	position: relative;
	width: 100%px;
	text-align: center;
	font-family: "Century Gothic";
	line-height: 20px;
	font-weight: lighter;
	margin-top: 40px;
}

#footer1000px p			{
	color: #666666;
	font-size: 15px;
	float: none;
	position: relative;
	width: 100%px;
	text-align: left;
	font-family: "Century Gothic";
	line-height: 20px;
	margin-left: 10%;
}

#footer1000px a			{
	color: #666666;
	font-size: 15px;
	width: 100%px;
	text-align: center;
	font-family: "Century Gothic";
}

#footer1000px img			{
	display: block;
	margin-top: 40px;
}



