/*==============================================*/
/*            	CSS Wunderbar.de				*/
/*==============================================*/

body, table, div {
    font-family:"Lucida Grande", Verdana, "DejaVu Sans", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #fff;
}

body {
    background: #0b0b0b;/* url('../images/marilyn-large.png') no-repeat left top;*/
    overflow-y: scroll;
    margin: 8px;
}

img {
    border: 0;
}

body.start {
    background:#0b0b0b;
}

a, a:active, a:hover {
    font-size: 14px;
    text-decoration: none;
}

a, a:visited {
    color: #feefb8;
}

a:hover {
    color: #Ba9919;
}

a:active {
    color: #B98219;     
}

h1 {
    font-size: 48px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
}

.center { 
    margin: 0 auto;
    text-align: center;
}

#main {
    width: 730px;
    margin: 20px auto 0 auto;
    position: relative;
    padding-bottom: 12px;
}

#nav {
    width: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('../images/bgtrans.png');
}
#content {
    width: 590px;
    position: relative;
    left: 140px;
}

#content p {
    margin-left: 1px;
    margin-right: 1px;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
    margin-bottom: 8px;
    font-weight: bold;
}

#homelink {
    position: fixed;
    top: 0px;
    left: 0px;
}

#footer {
    position: fixed;
    bottom: 0px;
    padding-bottom: 4px;
    font-size: 10px;
    text-align:center;
    letter-spacing: 2px;
    width:99%;
    background-color: #0b0b0b;
}

.small, .small:hover, .small:active, .small:visited { font-size:10px}


/* minishowcase tweaks */
#top_menu, #image_title {
    display:none;
}

#image_menu a {
    color: #fff;
}

