
.centeredText{
	display: block;
	text-align: center !important;		
}

body
{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background:#fff;
	overflow-y:scroll;
}

div, table, .tab, .input, tr, td, input, textarea, select
{
	font-family:'Source Sans Pro';
	text-align:justify;
	font-size:20px;
	font-weight:300;
	color:#626262;
}

input 
{
	border:1px solid #abadb3;	
}


a:link, a:active, a:visited, a
{
	text-decoration:none;
	color:#2a9646;	
}
a:hover
{
	color:#176d2b;
}

h1 
{
	font-family:'Source Sans Pro' Arial;
	font-weight:600;	
	color:#5070b2;
	font-size:45px;
	margin-top:0px;
	margin-bottom:10px;
}

h2 
{
	font-family:'Source Sans Pro' Arial;
	font-weight:600;	
	color:#2a9646;
	font-size:35px;
	margin-top:0px;
	margin-bottom:10px;
}

h3 
{
	font-family:'Open Sans Condensed';
	font-weight:700;	
	color:#aa555e;
	margin-top:0px;
	margin-bottom:2px;
	font-size:16px;
}

.logo {
	height:300px; width:600px; position:absolute; left:50%; top:0; margin-left:-560px; 
}


.starticoncontainer
{
	width:150px; height:280px; position:absolute; left:50%; top:580px; padding:10px; text-align:center; border-radius:10px;
	font-size:16px;
	cursor:pointer;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.starticoncontainer:hover
{
	background:#efefef; 
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.contentheader_button
{
	width:130px;
	height:120px;
	border-radius:10px 10px 0 0;
	background:#e8f3fc;
	position:absolute;
	bottom:0px;
	left:50%;
	-webkit-transition: 0.5s;
    transition: 0.5s;
	cursor:pointer;
	text-align:center;
	padding:15px;
}
.contentheader_button:hover
{
	background:#d2e6f6; 
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.contentheader_button_active 
{
	background:#fff !important;
}

.menuetext
{
	font-weight:bold;
	color:#5070b2;
	font-size:15px;
}

.content
{
	width:1000px; position:absolute; left:50%; margin-left:-540px; top:490px; padding:40px; font-size:19px; text-align:left;
}

.hotline 
{
	height:133px; width:382px; position:absolute; left:50%; top:120px; margin-left:130px; 
	background:Url('images/RescuePerfusionHotline_Back.png') center;
	text-align:left;
}

.language
{
	width:20px; height:11px;
	position:absolute; left:50%; top:302px; margin-left:460px;
	font-size:13px; font-weight:bold;
}