.titelzeile {
    margin:0;
    padding:25px 0 0 0;
    font-family: verdana,helvetica,arial,sans-serif !important;
    font-size:32px;
    font-weight: lighter !important;
}

hr.spacer {
    margin:0;
    border:none;
    height:50px;
}

.infotitle {
    margin:0 0 10px 0;
    padding:0;
    font-family: verdana,helvetica,arial,sans-serif !important;
    color:#444444;
}

h1.infotitle {
    font-size:34px;
}

h2.infotitle {
    font-size:26px;
}

h3.infotitle {
    font-size:22px;
}

.infoblock {
    margin:0 0 10px 0;
    padding: 0 0 0 2px;
    font-family: verdana,helvetica,arial,sans-serif !important;
    font-size:24px;
    line-height:150%;
    color:#666666;
}

.odd {
	padding:20px 0 20px 0;
	background-color:#F9F9F9;
	border-radius:3px;
}

.even {
	padding:20px 0 20px 0;
/*	background-color:#FFF6CC;*/
}

.txt {
	padding:50px 0 50px 0;
/*	background-color:#FF9988;*/
}

.odd .txt {
	float:left;
	width:600px;
	padding-right:50px;
}

.even .txt {
	float:left;
	width:600px;
	padding-left:50px;
}

.illu {
	float:left;
	width:600px;
}

.btn-xxl {
    font-size:200%;
    padding:10px 40px 10px 40px;
}

.btn-xl {
    font-size:180%;
    padding:10px 25px 10px 25px;
}

.bg-success {
	background-color:#dff0d8 !important;
}