/*
_________________________________________________
ALLGEMEINES STYLING
_________________________________________________
*/


html{
	
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	margin-top:0px;
	font-family:'ZurichCnBTRegular', Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	
	font-smooth:always;
}

body{
	margin-top:0px;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	
}

.clearer{
	clear:both;
}

@font-face {
    font-family: 'ZurichCnBTRegular';
    src: url('font/zurch-webfont.eot?') format('eot'),
         url('font/zurch-webfont.woff') format('woff'),
         url('font/zurch-webfont.ttf') format('truetype'),
         url('font/zurch-webfont.svg#webfontd8teEnnk') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
_________________________________________________
LAYOUT STYLING
_________________________________________________
*/



#wrapper{
	width:840px;
	padding-left:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-bottom:20px;
}

.center{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

h1{
	text-transform:uppercase;
	color:#C9AFA1;
	margin-bottom:5px;
	font-size:14pt;
	font-weight:normal;
	text-align: left;
}

 h2{
	text-transform:uppercase;
	color:#C9AFA1;
	margin-bottom:5px;
	font-size:14pt;
		font-weight:normal;

}

p{
	margin-bottom:25px;
	line-height:1.4em;
	text-align: justify;
	
}

a{
	text-decoration:none;
	color:#C9AFA1;
}

a:hover{
	text-decoration:underline;
}

.bildlinks{
	float:left;
	padding:15px;
	padding-top:0px;
}

.bildrechts{
	float:right;
	padding:15px;
	padding-top:0px;
}

.textlinks{
	float:left;
	
}

.textrechts{
	float:left;
	
}

#header{
	margin-top:35px;
	margin-bottom:50px;
	width:100%;
	background-image:url('img/bg.jpg');
	background-repeat:no-repeat;
	height:80px;
}
