@CHARSET "UTF-8";

DIV#details
{
    position					: absolute;
    top							: 10px;
    width						: 336px;
    height						: 400px;
    border						: 20px solid #0099CC;
    padding						: 20px;
    color						: #006699;
    background-color			: #EEE2BE;
    background-image			: url(../img/backcontent.jpg);
    visibility					: hidden;
}

DIV.details_left
{
    left						: 10px;
}

DIV.details_right
{
    right						: 10px;
}

DIV#cont_wrap, DIV#cont_wrap_row, DIV#cont_wrap_col
{
    position					: relative;
    width						: 820px;
    height						: 100%;
    margin-right				: auto;
    margin-left					: auto;
}

DIV#cont_wrap
{
    display						: table;
}

DIV#cont_wrap_row
{
    display						: table-row;
}

DIV#cont_wrap_col
{
    display						: table-cell;
    vertical-align				: middle;
}

DIV#content
{
    position					: relative;
    width						: 818px;
    height						: 500px;
    background-color			: #0099CC;
    border-left					: 1px solid #232930;
    border-top					: 1px solid #232930;
    border-right				: 1px solid #FDFDFD;
    border-bottom				: 1px solid #FDFDFD;
    text-align					: center;
}

DIV.bounge_filter
{
    position					: absolute;
    top							: 0px;
    left						: 0px;
    width						: 100%;
    height						: 100%;
    background-color    		: #EEE2BE;
    overflow					: hidden;
    filter						: Alpha(opacity=90);
    opacity						: 0.9;
    -moz-opacity				: 0.9;
    -khtml-opacity				: 0.9;
}

DIV#bounge_e_filter
{
	overflow					: hidden;
}

DIV.bounge_letter
{
    position					: absolute;
    top							: 154px;
    height						: 220px;
    cursor						: pointer;
    overflow					: hidden;
}

DIV#bounge_b
{
    left						: 60px;
    width						: 112px;
    height						: 180px;
    background-image    		: url(../img/bounge_b_ico.jpg);
}

DIV#bounge_o
{
    left						: 172px;
    width						: 113px;
    height						: 180px;
    background-image    		: url(../img/bounge_o_ico.jpg);
}

DIV#bounge_u
{
    left						: 285px;
    width						: 115px;
    height						: 180px;
    background-image    		: url(../img/bounge_u_ico.jpg);
}

DIV#bounge_n
{
    left						: 400px;
    width						: 115px;
    background-image    		: url(../img/bounge_n_ico.jpg);
}

DIV#bounge_g
{
    left						: 515px;
    width						: 114px;
    background-image    		: url(../img/bounge_g_ico.jpg);
}

DIV#bounge_e
{
    left						: 629px;
    width						: 120px;
    background-image    		: url(../img/bounge_e_ico.jpg);
}

DIV#bounge_e_text
{
    position					: absolute;
    bottom						: 0px;
    left						: 5px;
    width						: 110px;
    text-align					: center;
    font-size					: 10px;
    display						: inline;
}

DIV#bounge_imprint
{
	position					: absolute;
	width						: 80px;
	height						: 42px;
    top							: 155px;
    right						: 15px;
    cursor						: pointer;
    overflow					: hidden;
}

DIV.bounge_letter_content
{
	color						: #99CCFF;
}

DIV.bounge_letter_content__hover
{
	color						: #0099CC;
}

DIV.content_nav
{
	position					: absolute;
	width						: 100px;
	height						: 15px;
}

DIV#content_nav_close
{
	bottom						: 15px;
	right						: 0px;
}

DIV#content_nav_print
{
	bottom						: 15px;
	left						: 0px;
}

DIV#content_nav_mleft, DIV#content_nav_mright
{
	bottom						: 15px;
	left						: 130px;
	display						: block;
}

DIV#content_nav_mright
{
	left						: 145px;
	display						: none;
}

IMG
{
    position					: absolute;
    top							: 0px;
    left						: 0px;
}

IMG#nav_kontakt, IMG#nav_impressum, IMG#nav_links
{
    top							: 335px;
}

IMG#nav_kontakt
{
    left						: 52px;
}

IMG#nav_impressum
{
    left						: 172px;
}

IMG#nav_links
{
    left						: 326px;
}

IFRAME#if_content
{
    position					: relative;
    left						: 0px;
    top							: 0px;
    width						: 334px;
    height						: 95%;
    border						: 1px solid #FFFFFF;
    overflow					: hidden;
	background-color			: transparent;
}