html,body {
    min-height:100%;
}
* {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}
body {
    background:#ffffff url(/img/bg_body_V2.jpg) center 120px no-repeat;
    color:#000000;
    font-size:.6875em;
    line-height:1em;
    overflow:-moz-scrollbars-vertical; /* Keine Spruenge im FF */
}
.text {
    font-size:1.1em;
    background-color: #ffffff;
    padding:1em;
    border:1px solid #b3b3b3;
    border-radius: 5px;
    line-height:normal;
    margin:2em 1%;
}
.text p {
    line-height:1.5em;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 1em;
}
ol, ul {
    margin: 0 2em 1em 2em;
}
li {
    line-height:1.5em;
	margin-bottom: 1em;
}
.button {
    cursor: pointer;
    padding:8px 16px;
    border-radius:5px;
    margin:2px auto;
    display:block;
    background-color:#009682;
    color:#ffffff;
    font-weight:bold;
}
h1 {
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 1em;
}
h2 {
	font-weight:bold;
	text-align:center;
	margin-bottom: 0.5em;
}
