@font-face {
    font-family: 'zurich_ltcn_btlight';
    src: url('zurich/zurich-webfont.eot');
    src: url('zurich/zurich-webfont.eot?#iefix') format('embedded-opentype'),
         url('zurich/zurich-webfont.woff') format('woff'),
         url('zurich/zurich-webfont.ttf') format('truetype'),
         url('zurich/zurich-webfont.svg#zurich_ltcn_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('zurich/zurich_cn_bt-webfont.eot');
    src: url('zurich/zurich_cn_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('zurich/zurich_cn_bt-webfont.woff') format('woff'),
         url('zurich/zurich_cn_bt-webfont.ttf') format('truetype'),
         url('zurich/zurich_cn_bt-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'square721_btroman';
    src: url('square/ufonts.com_square721-bt-roman-webfont.eot');
    src: url('square/ufonts.com_square721-bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('square/ufonts.com_square721-bt-roman-webfont.woff2') format('woff2'),
         url('square/ufonts.com_square721-bt-roman-webfont.woff') format('woff'),
         url('square/ufonts.com_square721-bt-roman-webfont.ttf') format('truetype'),
         url('square/ufonts.com_square721-bt-roman-webfont.svg#square721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*	-------------------------------------------------------
	Layout-Elemente:
	In diesem Bereich werden Position und Aussehen der
	Container-Elemente definiert, welche die Seitenstruktur
	erzeugen.
	-------------------------------------------------------  */
	
body {
  	margin: 			0px;
	padding:			0px;
	background-color:	#454B4B;
	text-align:			center;
	font-size:			17px;
	color:				#ffffff;
	font-family:		zurich_ltcn_btlight;
}

*  {
	margin:				0;
	padding:			0;
}

html, body {
	width:				100%;
	height:				100%;
}

body * {
	text-align:			center;
	font-family:		zurich_ltcn_btlight;
}

div#distance {
	width: 				1px;
	height: 			50%;
	margin-bottom: 		-320px;
	float: 				left;
}


div#container {
	position:			relative;
  	width: 				1200px;
	height:				640px;
  	margin: 			0 auto;
	clear:				left;
}

div#content_left {
	float: 				left;
	width:				630px;
	position:			relative;
}

div#content_right {
	margin-left:		630px;
	width:				570px;
	line-height:		200%;
}

div#text_1 {
	margin-top: 		0px;
	width:				100%;
	text-align:			center;
}

div#text_2 {
	margin-top:			45px;
	width:				100%;
	text-align:			center; 
}

div#text_3 {
	margin-top:			70px;
	width:				100%;
	text-align: 		center;
}

div#text_1 img {
	margin-top:			40px;
	margin-bottom:		5px;
}

div.logo_titel {
	font-size:			31px;
	font-family: 		square721_btroman;
}

div.logo_subtitel {
	font-size:			21px;
}

p.comingsoon {
	font-family:		Arial, Helvetica, sans-serif;
}

p.klein {
	font-size:			14px;
}

/*	-------------------------------------------------------
	Allgemeine Inhalts-Elemente:
	Die HTML-Tags, welche fuer die Darstellung der
	Seiteninhalte genutzt werden, sind im folgenden Bereich 
	angegeben.
	-------------------------------------------------------  */
a {
	text-decoration:	none;
	color:				#949537;
	border:				none;
}

a:hover {
	text-decoration:	none;
	color:				#949537;
	border-bottom:		1px solid #949537;
}

img {
	border:				0px;
}

p {
	line-height:		150%;
	margin-bottom:		10px;
}

p.emph {
	font-family:		zurich_cn_btregular;
}

video {
	margin-bottom:		70px;
}