* {
        margin: 0;
        padding: 0;
}

html, body {
        height: 100%;
}

body {
        background: url(http://www.da-zwischen.net/cms/templates/da-zwischen/images/bg.png)
        top left  repeat-x #222;
        text-position: center;
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        line-height: 16px;
        color: #bbbbbb;
}

a:link, a:visited {
        color: #999;
        text-decoration: none;
}

a:hover, a:active, a#active_menu {
        color: #ffcc33;
        text-decoration: none;
}

span.initial {
        font-family: Georgia, Times, sans-serif;
        font-size: 30px;
        font-weight: bold;
        font-style: italic;
        line-height: 30px;
}

#top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
}

#wrapper {
        min-height: 90%; /* Mindesthoehe in modernen Browsern */
        height: auto !important; /* !important-Regel fuer moderne Browser */
        height: 90%; /* Mindesthoehe in IE (lt7) */
        width: 800px;
        margin: 0 auto;
}

#player {
        height: 25px;
        width: 800px;
        margin: 0 auto;
        padding-top: 10px;
        text-align: right;  
}

#topmenu {
        height: 22px;
        width: 800px;
        padding-top: 45px;
        text-align: right;
        text-transform: uppercase;
}

#topmenu a {
        padding-left: 10px;
}

#header {
        background: url(http://www.da-zwischen.net/cms/templates/da-zwischen/images/header.png) bottom left no-repeat;
        width: 302px;
        height: 170px;
        padding: 27px 0px 53px 308px;
        color: #fff;
}

#header span.initial {
        font-size: 24px;
        color: #222;
        font-weight: normal;
}

#spacer {
        background: url(http://www.da-zwischen.net/cms/templates/da-zwischen/images/in-between.png) top left no-repeat;
        width: 610px;
        height: 49px;
        margin-bottom: 30px;
}

#mainmenu {
        float: left;
        width: 179px;
        padding-right: 55px;
        text-align: right;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 21px;
}

#mainmenu a:hover, #mainmenu a:active {
        font-style: italic;
}

#mainmenu a.sublevel {
        font-size: 10px;
        line-height: 14px;
}

#mainmenu div {
        margin-bottom: 5px;
}

#content {
        float: left;
        width: 376px;
        padding-bottom: 20px;
}

#content ul li {
        margin-left: 15px;
}

.createdate {
        font-size: 9px;
        font-style: italic;
        color: #999;
        padding-bottom: 7px;
}

.contentheading, h2.componentheading, h2, h3 {
        font-size: 12px;
        color: #cc0033;
        font-weight: normal;
}

h3 {
        margin-top: 25px;
}

b.easy_pagination {
        color: #bbb;
        font-weight: normal;
        font-size: 10px;
}

td.article_column table.contentpaneopen {
        border-bottom: 1px solid #333;
        padding-bottom: 3px;
}

td.article_column table.contentpaneopen td.contentheading {
        height: 25px;
        vertical-align: bottom; 
}

div#mainmenu div.moduletable {
        text-align: right;
}

div#mainmenu div.moduletable table.moduletable {
        align: right;
}

#right {
	float: right;
	width: 160px;
	color: #666;
}

#right h3 {
	margin-top: 5px;
}

#right ul {
	margin-left: 15px;
	list-style: square;
}

#right a:link, #right a:visited {
	color: #777;
}