html {
    overflow-x: auto;
    overflow-y: scroll;
}
body {
    background: #000000 url(./images/starfield.jpg);
    color: #ccccff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
}

#page {
    background-color: #000000;
    width: 900px;
    margin: 1em auto 0px;
    border: 1px solid #62467e;
}

body, textarea {
  scrollbar-base-color: darkgrey; 
  scrollbar-arrow-color: white; 
  scrollbar-3d-light-color: white; 
  scrollbar-darkshadow-color: darkgrey; 
  scrollbar-face-color: black; 
  scrollbar-highlight-color: white; 
  scrollbar-shadow-color: black; 
  scrollbar-track-color: darkgrey;
}

a:link {
    color: #ccccff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #ff0000;
}

#sidebar {
	width: 250px;
	float: left;
}
#body {
	margin-left: 250px;
	width: 650px;
}
#content {
    padding: 10px;
}
#topmenu {
    font-size: 13px;
    border-bottom: 1px solid #62467e;
    text-align: center;
    padding: 0.5em;
}
#topmenu a, .links {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffff00;
    font-weight: bold;
    font-size: 13px;
}
#topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topmenu li {
    display: inline;
    margin: 0;
    margin: 2px;
}
#topmenu strong a {
    color: #ff0000;
}
#breadcrumb {
    font-size: 12px;
    color: #62467e;
}
#breadcrumb a {
    color: #62467e;
}

#foot {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #62467e;
    color: #62467e;
}
#foot p {
    margin: 0;
    padding: 5px;
}
.copyright {
    float: right;
}
.copyright a {
    color: #62467e;
}
a img {
    text-decoration: none;
    border: none;
}
h1 {
    text-align: center;
}
dl {
    margin: 0;
    padding: 0;
}
dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 1em;
}
dd {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    /*display: inline;*/
}
dd a:link, dd a:visited {
    color: #ffffff;
}
dd a:hover {
    color: #ff0000;
}

.guestbook-entry {
    border: 1px solid #62467e;
    margin: 0.5em 0;
}
.guestbook-entry h3 {
    margin: 0;
    font-size: 1em;
    padding: 0.25em;
    background-color: #62467e;
    color: #ffffff;
}
.guestbook-entry p, .guestbook-entry form {
    margin: 0;
    padding: 0.25em;
    background-color: #cab2e6;
    color: #000000;
}
.guestbook-entry label {
    position: absolute;
    width: 125px;
    padding-top: 3px;
    text-align: right;
}
.guestbook-entry input {
    margin: 0 0 10px 130px;
    width: 150px;
    border: 2px solid #62467e;
    padding: 2px 22px 2px 2px;
}
.guestbook-entry textarea {
    margin: 0 0 10px 130px;
    width: 462px;
    border: 2px solid #62467e;
    padding: 2px 22px 2px 2px;
    height: 5em;
}

.guestbook-entry button {
    padding: 2px;
    background-color: #62467e;
    color: #ffffff;
    font-weight: bold;
}
.guestbook-entry .buttons {
    text-align: center;
}
.guestbook-entry div.error {
    display: none;
    border: 1px solid #ff0000;
    padding: 5px;
    margin-bottom: 5px;
}
.guestbook-entry div.error label {
    display: block;
    width: 100%;
    text-align: left;
    color: #ff0000;
    position: relative;
}
.guestbook-entry input.required, .guestbook-entry textarea.required {
    background: #ffffff url(/images/required.gif) top right no-repeat;
}
.guestbook-entry input.error, .guestbook-entry textarea.error {
    border-color: #ff0000;
    color: #ff0000;
    background: #ffffff url(/images/error.gif) top right no-repeat;
}
.guestbook-entry input.valid, .guestbook-entry textarea.valid {
    border-color: #009900;
    background: #ffffff url(/images/valid.gif) top right no-repeat;
}
.guestbook-smilies {
    margin-left: 130px;
}

.ui-accordion .ui-accordion-content {
    padding-bottom: 3em;
}


#leftmenu {
	background: transparent url(/wp-content/themes/trekdinner-muenchen.de/images/sidebar-background.png) top left no-repeat;
	width: 250px;
	min-height: 400px;
	position: relative;
}
#leftmenu ul, #leftmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu .button {
}
#leftmenu .button a {
	display: block;
	background: transparent url(/wp-content/themes/trekdinner-muenchen.de/images/sidebar-button-background.png) top left no-repeat;
	text-align: center;
	width: 126px;
	line-height: 32px;
	height: 34px;
	text-decoration: none;
	font-weight: bold;
}

li#leftmenu-home {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0 0 10px;
}
li#leftmenu-home a {
	display: block;
	background: transparent url(/wp-content/themes/trekdinner-muenchen.de/images/communicator.png) top left no-repeat;
	width: 32px;
	height: 34px;
}
li#leftmenu-home span {
	display: none;
}

li#leftmenu-aktuelles {
	padding-top: 10px;
	padding-left: 80px;
}
li#leftmenu-stammtisch {
	padding-left: 90px;
}
li#leftmenu-fotos {
	padding-left: 100px;
}
li#leftmenu-gaestebuch {
	padding-left: 110px;
}
li#leftmenu-kontakt {
	padding-left: 120px;
}

ul#additional-menu {
	margin-top: 60px;
	margin-left: 50px;
}

h3#additional-links-title {
	margin: 20px 0 5px 50px;
}
ul#additional-links {
	margin-left: 50px;
}