/* Main fonts with em scaling */
	/* Scaling with em is relative. From Base value 100.1%:
	font-size:10px  font-size:0.63em
	font-size:11px 	font-size:0.69em
	font-size:12px 	font-size:0.75em
	font-size:13px 	font-size:0.82em
	font-size:14px 	font-size:0.88em
	font-size:15px 	font-size:0.93em
	font-size:16px 	font-size:1em
	font-size:17px 	font-size:1.06em
	font-size:18px 	font-size:1.12em 
*/ /** General Settings */
body {
	font-family: Arial, sans-serif;
	font-size: 105.1%;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

a:hover {
	text-decoration: underline;
	text-decoration: none;
	border-bottom: 1px solid #2F73E4;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	color: #FFF;
}

h1{
	font-size: 0.93em;
	border-bottom: 2px solid #FFF;
}

h2{
	margin-top: 12px;
	font-size: 0.88em;
}

h3{
	font-size: 0.75em;
	margin-left: 4px;
}

.contentItem a{
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

.contentItem a:hover{
	text-decoration: none;
	border-bottom: 1px solid #2F73E4;
}

.unterstrichen{
	text-decoration: underline;
}

p {
	font-size: 0.82em;
	margin:0;
	margin-left: 4px;
	margin-bottom: 8px;
	color: #FFF;
}

.infotable{
	background-color: #353535;
}

table{
	font-size: 0.82em;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #FFF;
	margin-bottom: 6px;
}

th {
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 2px solid #FFF;
}

td {
	padding: 6px;
}

.infotable tbody tr:hover{
	background-color: #0F0F0F;
}

.infotable thead{
	background-color: #4B7EDC;
}

.infotable tbody{
	background-color: #353535;
}

.list{
	font-size: 0.82em;
	list-style-image: url("../img/arrow.png");
}

ul{  
	font-size: 0.82em;
	list-style-image: url("../img/layout/arrow.png");
}

ol{
	font-size: 0.82em;
}

ol li{
	margin-bottom: 4px;
}
	

ul li{
	margin-bottom: 4px;
}

.list li{
	margin-bottom: 12px;
}

input, textarea{
	font-size:1em;
	
}
	
.iLabel{
	width: 100px;
	display: block;
	font-weight: 700;
}

.infotext { 
	color: #000;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}

.button160{
	width: 160px;
	height: 24px;
	background-image: url("../img/layout/button160.png");
	display: block;
}

.button160 span{
	line-height: 24px;
	font-size: 0.82em;
}

.button160{
	width: 160px;
	height: 24px;
	background-image: url("../img/layout/button160.png");
	display: block;
	margin-bottom: 10px;
	border-bottom: none;
}

.button160 span{
	line-height: 24px;
	font-size: 0.82em;
	padding-left: 12px;
}

.button160:hover{
	text-decoration: none;
	background-position: 0 -24px;
	border-bottom: none;
}
