html {
    background-color:	rgb(192,192,192);
    margin:		0px;
    padding:		20px 0px 0px;
    border:		0px;
    font-family:	"Arial", sans-serif;
    font-size:		12pt;
}

div[class~="content"] {
    margin-left:	100px;
    margin-right:	0px;
    margin-top:		20px;
    padding:		20px 45px;
    border-color:	rgb(128,128,128);
    border-top-style:	solid;
    border-left-style:	solid;
    border-right-style:	solid;
    border-bottom-style: solid;
    border-width:	1px;
    border-top-left-radius:	50px;
    -moz-border-radius-topleft:	50px;
    background-color:	rgb(240,240,240);
    text-align:		justify;
    width:		720px;
}

div[class~="footer"] {
    margin-top:		25px;
    font-size:		8pt;
    margin-left:	100px;
}

div[class~="footer"]  h2 {
    font-size:		8pt;
}

div[class~="navig"] {
    position:		absolute;
    left:		10px;
    top:		200px;
    width:		130px;
}

div[class~="group"] {
    background:		white;
    margin:		5px 0px;
    padding:		5px;
    border:		1px solid rgb(128,128,128);
}

div[class~="group"]:first-line {
    font-weight:	bold;
}

div[class~="group"] a {
    text-decoration:	none;
    color:		black;
}

div[class~="group"]:hover {
    background:		rgb(255,222,0);
}

h1 {
    font-size:		20pt;
    border-bottom:	2px solid rgb(255,222,0);
}

h2 {
    font-size:		12pt;
    border-bottom:	1px solid rgb(128,128,128);
}

h2#impressum {
    border:		none;
}

q:lang(de) {
    quotes:		'\201E' '\201D';
}
