    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-size: 100%;
        color: #222;
        background: #ffffff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.6em;
		margin: auto;
		width: 100%;
		max-width: 960px;
		padding: 10px 20px;
    }

    .ui-tabs-hide {
        display: none;
    }

    .tabnav li {
        display: inline;
        list-style: none;
        padding-right: 5px;
    }

    .tabnav li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #222;
        font-weight: bold;
        padding: 2px 6px;
        outline: none;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
        background: #dedbd1;
        color: #222;
        text-decoration: none;
    }

    .tabdiv li {
        margin-left: 20px;
    }

	.frage {
		font-weight: bold;
		margin-top: 20px;
	}
	
	.frage a:link, a:visited, a:active, a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	.antwort a:link, a:visited, a:active, a:hover {
		text-decoration: underline;
		color: #000;
	}
	
