* {
    border: none;
}

body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: none;
	min-height:590px;
	min-width:1000px;
/*    border: blue 5px solid; */
}

.bg {
    background-image: url(gfx/bg.jpg);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#outer_box {
	width:100%;
	height: 100%;
	display:table;
	vertical-align:middle;
}

#container {
	background-color:transparent;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 590px;
	position: relative;
}


#inner {
    width: 1000px;
    height: 590px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
#impressum {
    width: 1000px;
    height: 15px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}

#headline
{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    overflow: hidden;
    background-color: transparent;
    color: white;
    font-family: 'DejaVu Sans Condensed','Sans Bold Condensed', helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    z-index: 3;
}

#headline_box
{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    z-index: 2;
    opacity: 0.8;
    background-color: black;
}


#image
{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.std:link, .std:visited, .std:focus, .std:hover, .std:active
{
    text-decoration:none;
    color: white;
}

.next { position: absolute; top: 0; left: 0; opacity: 0; filter:alpha(opacity=0); }
.now { position: absolute; top: 0; left: 0; opacity: 1; filter:alpha(opacity=100); }
