@font-face { 
	font-family:"centurygothic";
	src:url(font/GOTHIC.TTF);	
}



body {
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Tahoma", "Arial";
}



/*   Container
************************************/

.container{
	max-width:1400px;
	margin:auto;
}


/*   Typo
************************************/
p {
	font-size: 1em;
	line-height: 1.7em;
}

/*   Content
************************************/

.content{
	color:#565656;
	text-decoration:none;
	padding: 0px 5px;
}

.content a{
	color:#565656;
	text-decoration:underline;
}

.content a:hover{
	color:#808080;
	text-decoration:underline;
}


.content h1{
	color:#565656; 
	font-size:1.3em; 
	font-weight:regular;
	margin: 20px 0px;
	text-decoration:underline;
}

.content h2{
	color:#565656;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
}


.content h3{
	color:#565656; 
	font-size:1.3em; 
   	margin-top: 0em;
    	margin-bottom: 0em;
    	margin-left: 0;
    	margin-right: 0;
	text-decoration:none;
}



.content h4{
	color:#565656; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}


img {
	max-width: 100%;
	height: auto;
}


.content hr {
	height: 3px;
}


.linie {
border :none;
border-top: 1px solid #000000;
background-color:#FFFFFF;
height: 3px;
}




/*   Logo-Header
************************************/

.header{
	color:#949494; 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none;
}

.logo{
	width:70px; 
	height:70px;
	margin:20px;
	opacity:0.5;
}






