﻿body {
		background: #FFFFFF;
		font: 'trebuchet MS', Arial, Helvetica;
}
	
.ui-header {
        font: 'trebuchet MS', Arial, Helvetica;
        font-style: bold;
        font-size:  3.7vw;
        background: #FFFFFF;
}
	
.ui-footer {
        font: 'trebuchet MS', Arial, Helvetica;
        font-style: bold;
        font-size: 3.7vw;
        background: #FFFFFF;
        position: absolute;
        bottom: 0;
        width:100%;
}

.ui-title {
        margin: 0.1em 14% 0.1em !important;
}

.ui-content {
        background: #FFFFFF;
        padding: 0px 15px 5px; !important; /* oben, rechts-links, unten */ 
}

.ui-page {
        background: #FFFFFF;

}
	
p {
    	font-size: 3.7vw;
		text-align: left;
		color: #000000;
		text-shadow: 0 1px 0 #fff;	
}
		
a {		color: #2A679F;
}
		
h1 {    font-size: 12px;
		color: #000000;
}

h2 {    font-size: 11px;
		color: #000000;
}

h3 {    font-size: 10px;
		color: #000000;
}

h4 {    font-size: 9px;
		color: #000000;
}

h5 {    font-size: 8px;
		color: #000000;
}

