html {
height: 100%;
}

body         { height: 100%; text-align: center; background-color: #1D2224; color: #ccc;
               font-family: Verdana, Arial, san-serif; font-size: 10px;
               background-image:
               url('images/green_backmain.jpg');
               background-repeat: repeat-x; margin: 0; padding: 0 }
h3 {
font-family: Verdana, Arial san-serif;
color: #ccc;
font-size: 16px;
letter-spacing: 0.1em;
}

input, textarea, select {
font-family: Verdana, Arial;
background-color: #ccc;
border-left: 1px solid #ADB102;
border-top: 1px solid #ADB102;
border-right: 2px solid #ADB102;
border-bottom: 2px solid #ADB102;
}

table, tr, th, td {
font-size: 10px;
}

a, a:visited {
outline:none;
color: #ccc;
border-bottom: 1px solid #ADB102;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ADB102;
border-bottom: 1px solid #656565;
text-decoration: none;
font-weight: bold;
}

#mainback    { background-image:
               url('images/green_backgrey.jpg');
               background-repeat: repeat-y; width: 800px; min-height: 100%;
               overflow: visible; text-align: center; margin: auto; padding: 0 }
#header      {
text-align: center;
width: 800px;
height: 196px;
background-image:
               url('images/green_header2.jpg');
               background-repeat: no-repeat; margin: auto; padding: 0px }
#navigation  { text-align: center; width: 800px; height: 58px; background-image:
               url('images/green_middle.jpg');
               background-repeat: no-repeat; padding-left: 120px;
               padding-right: 0; padding-top: 0; padding-bottom: 0 }
#navigation a, #navigation a:visited {
font-family: Verdana, Arial;
color: #ccc;
text-decoration: none;
margin: 0 5px 0 5px;
border-bottom: 1px solid #ADB102;
font-weight: normal;
}

#navigation a:hover {
font-family: Verdana, Arial;
color: #ADB102;
text-decoration: none;
border-bottom: 1px solid #ccc;
font-weight: normal;
}

#inhalt {
text-align: left;
width: 600px;
padding: 0;
margin:auto;
min-height: 100%;
overflow: visible;
line-height: 15px;
}

#footer      { background-image:
               url('images/green_middle.jpg');
               background-repeat: no-repeat; width: 800px; height: 40px;
           margin:auto;
           margin-top: 3px;
         padding-left: 0; padding-right: 0;
               padding-top: 3px; padding-bottom: 0;
               text-align: center;
                }
#memberlist table {
background-color: #1D2224;
}


#memberlist a, #memberlist a:hover, #memberlist a:visited {
text-decoration: none;
border-bottom: 0px;
cursor: pointer;
}

#news .post {

}

#news .post a {
font-weight: normal;
}

.comment {
width: 100%;
background-color: #8d8d8d;
border-bottom: 0px solid #656565;
border-top: 0px dotted #656565;
color: #ADB102;
padding: 1px 0px 1px 0px;
font-size: 9px;
text-align: right;
margin-right: 10px;
margin-top: 10px;
}

.comment a, .comment a:visited {
color: #ADB102;
font-weight: normal;
font-size: 9px;
text-decoration: none;
border-bottom: 0px;
}

.comment a:hover {
font-weight: normal;
color: #ccc;
font-size: 9px;
text-decoration: none;
border-bottom: 0px;
}

.commentdata {
color: #ADB102;
font-size: 9px;
}

.entry {
width: 80%;
padding: 10px;
padding-bottom: 50px;
}


.footnote {
width: 580px;
border-top: 1px dashed;
padding-top: 5px;
padding-bottom: 10px;
font-size: 9px;
text-align: center;
margin:auto;
}

.headline {
background:#464c4f;
font-size:10px;
padding:5px;
border-bottom:#666 1px solid;
border-top:#666 1px solid;
}

.image {
background-color: #8d8d8d;
padding: 3px;
border: 1px solid #656565;
}

.navi {
padding-left: 105px;
padding-top: 0px;
}

.post {
width: 100%;
margin-left: 20px;
margin-top: 10px;
}



.title {
color: #ADB102;
font-size: 16px;
padding: 3px 0px; margin: 0px 7px 3px 0px;
border-bottom: dashed 1px #ccc;
width: 590px;
}



/* The Holly Hack */
* html blockquote p {
height: 1%;
}
/* End The Holly Hack */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav a {
	display: block;
	width: 65px;
	text-align: center;
}

#nav li {
	float: left;
	width: 65px;
	text-align: left;
	padding-right: 5px;
}

#nav li ul {
	position: absolute;
	width: 65px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

 .feed        { background-image:
               url('file:///C:/Dokumente%20und%20Einstellungen/Administrator/Lokale%20Einstellungen/Temporary%20Internet%20Files/Content.IE5/3UKC5E43/images/feed-icon-14x14.png');
               background-repeat: no-repeat; background-attachment: scroll;
               margin-left: 3px; padding-left: 19px; padding-right: 0;
               padding-top: 0; padding-bottom: 0; background-position: 0 50% }