body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Kristen ITC}
body,td,div,p,pre,ul {font-size: 16px; color:#23196D}
body, li,p {font-size: 14px}
h1 {font-size: 18px; color:#23196D}
h2 {font-size: 16px; color:#23196D}
h3 {font-size: 14px; color:#23196D}
h4 {font-size: 12px; color:#23196D}
.small {font-size: 12px;}
.mini {        font-size: 11px;}
.minimini {        font-size: 10px;}
a {        font-size: 14px;text-decoration: none; color:#2E1CAF}
a:link {color:#1C9A1F }
a:active {color:#FEFF00}
a:hover{color: #1914DA}
/* Basic Elements */
html, body {
        margin: 0;
        padding: 1em 0;
        }
body {
  background: url("../graphik/background.jpg");
  background-attachment:fixed;
  }
#fixiert {
    }

#container {
        width: 760px;
        margin: 0 auto;
        background: #FFFFCC;
        }
#header {
        width: 100%;
        height: 142px;
        background:#EEEBF9;
        border-bottom: 1px solid #cecece;
        }
#content {
        float: right;
        width: 80%;
        background: #FFFFCC;
        }
#content a {font-style: Kristen ITC;
        font-weight: bold;
        color: #1C9A1F;
        }
#content a:hover {
        color: #1914DA;
        }
#left {
        float: left;
        width: 20%;
        background:#EEEBF9;
        }
#footer {
        width: 100%;
        clear: both;
        border-top: 1px solid #cecece;
        text-align: center;
        padding: 5px 0;
        color: #23196D;
        background: #EEEBF9;
        }
#footer a {font-style: Kristen ITC;
        font-weight: bold;
        color: #1C9A1F;
        }
#footer a:hover {
        color: #1914DA;
        }

/* Sidebar */
#sidebar {
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        }
#sidebar p{
        display: block;
        text-align: justify;
        font-size: 11px;
        font-style: Kristen ITC;
        color: #23196D;
        text-decoration: none;
        padding: 11px;
         }
#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }
#sidebar li {
        border-top: 1px dotted #cecece;
        }
#sidebar h3 {
         display: block;
         border-right: 7px solid #cecece;
         text-decoration: none;
         padding: 7px 0 4px 20px;
         margin: 0;
         }
#sidebar li a {
        display: block;
        font-style: Kristen ITC;
        font-weight: bold;
        color: #1C9A1F;
        border-right: 7px solid #cecece;
        text-decoration: none;
        padding: 7px 0 4px 20px;
        }
#sidebar li a:hover {
        color: #1914DA;
        border-right: 7px solid #1914DA;
        }

/* Additional styles */
p {
        padding: 10px;
        margin: 0;
        }
