    * {
        margin: 0;
        padding: 0;
    }

    html {
    }

    body {
        background: #fff;
        color: #333;
        text-align: center;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
    }

    pre {
    }

    img {
    }

    a {
    }

    a:link {
    }

    a:visited {
    }

    a:hover {
    }

    a:active {
    }

    /*
    }}}
    {{{ Srukturen
    */

    p {
        margin: 5px 0;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
    }

    div {
    }

    span {
    }

    /*
    }}}
    {{{ Logische Textauszeichnung
    */

    address {
    }

    abbr {
    }

    acronym {
    }

    em {
    }

    strong {
    }

    dfn {
    }

    code {
    }

    samp {
    }

    kbd {
    }

    var {
    }

    del {
    }

    ins {
    }

    /*
    }}}
    {{{ Überschriften
    */

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    h5 {
    }

    h6 {
    }

    /*
    }}}
    {{{ Zitate
    */

    blockquote {
    }

    q, cite {
    }

    /*
    }}}
    {{{ Listen
    */

    ul {
        margin-left: 15px;
		list-style-image: url(../img/dot.gif);
    }
	
	#sidemenu ul {
		list-style-image: none;
	}

    ol {
        margin-left: 50px;
    }

    li {
	padding-left: 0px;
    }

    dl {
    }

    dt {
    }

    dd {
    }

    /*
    }}}
    {{{ Tabellen
    */

    table {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
    }

    caption {
    }

    thead {
    }

    tfoot {
    }

    tbody {
    }

    tr {
    }

    th {
    }

    td {
    }

    /*
    }}}
    {{{ Formulare
    */

    form {
    }

    fieldset {
    }

    label {
    }

    input {
    }

    input[type=\"button\"] {
    }

    input[type=\"submit\"] {
    }

    input[type=\"reset\"] {
    }

    input[type=\"checkbox\"] {
    }

    input[type=\"radio\"] {
    }

    input[type=\"text\"] {
    }

    textarea {
    }

    select {
    }
