body {
    background: #AAAAAA fixed repeat-x;
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

blockquote a {
    color: #000;
}

blockquote a:hover {
    text-decoration: none;
}

#wrapper {
    width: 800px;
    margin: auto;
}

#header {
    background: url("/images/bg_header.png") no-repeat;
    width: 800px;
    height: 25px;
    border-bottom: 1px solid black;
    margin: 0;
    padding-top: 90px;
}

#hilfsnavigation {
    height: 25px;
    text-align: right;
    padding: 20px 0px 0px 0px;
}

#hilfsnavigation a {
    color: #000;
    margin-right: 5px;
    text-decoration: none;
}

#hilfsnavigation a:hover {
    text-decoration: underline;
}

#hilfsnavigation ul li a:hover, #hilfsnavigation ul li a#active, #hilfsnavigation a#hnactive {
    font-weight: bold;
}

#main {
    background: url("/images/bg_main.png") #FFF repeat-x;
    margin: 0px;
    color: #000;
    clear: right;
}

#navigation {
    float: left;
}

#navigation ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 50px 0px 50px 0px;
    padding: 0px;
}

#navigation ul li {
    background: url("/images/bg_navitem.png") #7dbd00 repeat-x;
    padding: 5px 0px 0px 20px;
    height: 20px;
    width: 110px;
}

#navigation ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a#active {
    font-weight: bold;
}

#content {
    margin: 0px 0px 0px 135px;
    padding: 6px 10px 20px 10px;
}

#content h1 {
    font-size: 16px;
    margin-top: 0px;
}

#content h2 {
    font-size: 14px;
}

#footer {
    background: url("/images/bg_footer.png") #FFF repeat-x;
    height: 24px;
}

#g_form {
	font: bold 12px Verdana, Arial, sans-serif;
}

.g_entry {
	border-top: 1px dotted #7C7D78;
	padding: 2px;
}

.details {
	background-color: #e3e3e3;
	width: 200px;
	float: left;
	padding: 5px;
	margin: 0;
}

.details p {
	margin: 0 0 10px 0;
}

.message {
	width: 330px;
	margin-left: 215px;
}

.comment {
	width: 310px;
	margin: 5px 0 5px 20px;
}

.comment h3 {
	color: #FC9801;
	margin: 0;
}
