@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	color:#444;
	height: 100%;
width: 100%;
 height: 100%;
margin: 0;
padding: 0;
line-height:1.35 !important;
}

body,td,th {
	 /* font-family: Georgia, "Times New Roman", Times, Serif;*/	 
	font-family: "Futura-CondensedBold", Helvetica, Arial Bold, Verdana, sans-serif !important;
   font-style: normal;
   font-weight: bold;
   font-size: 17px;  
   height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color:#fff;
   }
   
#container {		
    height: 100%;
	width: 60%;
	margin: auto auto;
	vertical-align:middle;
	background-color:#fff;	
}


#inhalt {
		height:100%;
		text-align: center;
		vertical-align:middle;
		padding: 40px 40px;
		margin-top:0px;
}

#social {
	text-align:left;
	margin-top:24px;
	margin-right:40px;
	height:34px;
	width:25%;
	float:right;
	z-index:50;
}
   

blockquote { 
  margin: 1.2em 10px;
  padding: 35px;
  /*quotes: "\201C""\201D""\2018""\2019";*/
	font-family: "Futura-CondensedBold", Helvetica, Arial Bold, Verdana, sans-serif;
   font-weight: bold;
   font-size: 42px;
  /* background-color:#e86744; */
  background-color:#ea1181;
   color:#FFF
}

img {
	border: 0;
}

h1 {
	font-family: "Futura-CondensedBold", Helvetica, Arial Bold, Verdana, sans-serif !important;
	color:#ea1181;
padding-top:2px;
	font-size: 48px;	
	font-weight: black;
	}

h2 {
		font-family: "Futura-CondensedBold", Helvetica, Arial Bold, Verdana, sans-serif;
	font-size: 28px;
	color:#444;
}

h3 {
			font-family: "Futura-CondensedBold", Helvetica, Arial Bold, Verdana, sans-serif;
	font-size: 21px;
	color:#444;
}

.pink {
		color: #ea1181;	
	}

a:link {
	color: #ea1181;	
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
	color: #ea1181;
}

a:hover {
	text-decoration: none;	
	color: #ea1181;
}

a:active {
	text-decoration: none;
	}

#footer {
	position: fixed;
	bottom: 0;
left:0;
width: 100%;
	background-color:#000;
	font-size:14px;
	height:60px;
	z-index:10;
	color:#FFF;
	text-align: center;
}

.logo {
	padding: 30px 0;
	}