div { padding: 0 }
html {
    background: #231;
}
body {
    background: #231;
}
div.main {
    background: #333;
    color: #ddd;
    margin-left: 210px;
    border-left: 1px solid #56d04b;
    padding: 1em;
    width: 500px;
}

a {
    color: #fff;
}

div.body {
    padding: 25px;
    margin: 15px;
    background: #444;
}

div.kontakt {
    clear:left;
}

div.contents, div.kontakt {
    position: relative;
    width: 160px;
    float: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: -235px;
    padding-left: 5px;
}

div.page-title {
    position: relative;
    padding: 0;
    margin: 0;
    width: 160px;
    float:left;
    margin-left: -195px;
    padding-left: 5px;
    color: #a2de00;
}

h1.page-title {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1em;
}

span.updated {
    margin: 0;
    padding: 0;
    font-size: 70%;
    color: #444;
}

ul.simple {
    list-style-image: none;
    list-style-type: none;
}

div.contact {
    position: fixed;
    bottom: 0;
    left:0;
    background-color: #42a42d;
    color: #a2de00;
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    border-top: 1px solid #56d04b;
    text-align: center;
}

div.contact a {
    text-decoration: underline;
    color: #a2de00;
}

p.topic-title {
    font-size:138.5%;
    margin:1em 0;
    font-weight: bold;
}

div.controls {
    padding: 20px;
}
#header {
    padding:0;
    height: 110px;
    background-image: url(/m/gfx/header.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #428a1a;
}
#logo { position: absolute; top: 25px; left: 35px; }
#title { position: absolute; top: 25px; left: 130px; }
#menu {
    padding-left: 3em;
    height: 1.5em;
    line-height: 1.5em;
    background-color: #42a42d;
    color: #a2de00;
    border-top: 1px solid #56d04b;
    border-bottom: 1px solid #428a1a;
}

#menu a {
    text-decoration: underline;
    color: #a2de00;
}
textarea {
    font-family: "Consolas", monospace;
}

ul.edit-form
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

.edit-form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
.edit-form textarea {
      width: 100%;
      height: 400px;
}
.edit-form li label
{
      font-size: 80%;
      font-weight: bold;
      display:block;
}
table.docutils {
    border: 1px solid #000;
    color: #fff;
}
tr td {
    background-color: #a2de00;
    color: black;
}

hr{
    border: 0;
    border-top: 1px solid #333;
}

#questionform {
    float: right;
    width: 200px;
    text-align: left;
    margin: 15px;
    color: #fff
}

#questionform form {
    background: #444;
    padding: 15px;
}

#questionform ul {
    font-size:100%;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin:0;
    padding:0;
    width:100%;
}

#questionform li {
    display:block;
    margin:0;
    padding:4px 5px 2px 0px;
    position:relative;
}

#questionform li label {
    font-size: 80%;
    font-weight: bold;
    display:block;
}

#questionform h1 {
    color: #a2de00;
}

#questionform textarea {
    width: 100%;
}

.errorlist {
    color: #a2de00;
}

#successmsg {
    background-color: #a2de00;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(/m/gfx/spinner.gif) no-repeat center;
}