/* faq popup*/
.faq-popup
{
    width: 566px;
    margin: 0 0 0 10px;
}
.faq-header
{
    width: 566px;
    height: 90px;
    margin: 10px 0 0 0;
}
.faq-header div.logo
{
    float: left;
    width: 168px;
    overflow: hidden;
}
.faq-header div.faq-info
{
    float: right;
    width: 220px;
    text-align: left;
}
.faq-header p
{
    font-size: 1.1em;
    color: #000;
}
.faq-header p a
{
    color: #3e7db9;
}
.faq-header p a
{
    outline: none;
}
.faq-content
{
    width: 566px;
    background-color: #FFF;
    padding: 14px 10px 32px 10px;
}
h1.faq
{
    float: left;
    font-size: 3.2em;
    line-height: 120%;
    color: #d81e05;
    font-family: Georgia;
    font-weight: normal;
    overflow: hidden;
    width: 180px;
    padding: 0;
    margin: 12px 0 0 0;
}
.faq-form
{
    width: 374px;
    overflow: hidden;
    float: right;
    text-align: left;
    margin: 0 0 25px 0;
}
.faq-form label
{
    font-size: 1.2em;
    display: block;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.faq-form select
{
    width: 374px;
    height: 21px;
}
.faq-slider
{
    width: 566px;
    overflow: hidden;
}
.faq-slider ul
{
    list-style-image: none;
    list-style-type: none;
}
.faq-slider ul li
{
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
.faq-slider li div
{
    background-repeat: no-repeat;
    background-position: 0 bottom;
    padding: 0px 10px 5px 10px;
    background-image: url(/static/images/multiple_box_bg.gif);
}
.faq-slider li div.clear
{
    background-image: none;
    padding: 0;
}
.faq-slider li div p
{
    font-size: 1.2em;
    color: #000;
    padding: 0px 8px 10px 0px;
    line-height: 160%;
}

.faq-slider p a:link
{
    color: #3E7DB9;
}

.faq-slider p a:hover
{
    color: #D81E05;
}

li.lounge-menu
{
    height: 36px;
    width: 566px;
    overflow: hidden;
    background-image: url(/static/images/multiple_box_bg.gif);
    background-repeat: no-repeat;
    line-height: 20px;
}
a.lounge-name
{
    font-size: 1.4em;
    color: #3e7db9;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 1px 10px;
    background-image: url(/static/images/button_standard_slider_all.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    width: 549px;
}
a.lounge-name
{
    outline: none;
}
a.lounge-name:hover
{
    color: #D81e05;
    background-position: right -21px;
}
li.lounge-menu.selected
{
    background-image: none;
}
li.lounge-menu.selected a.lounge-name
{
    color: #D81e05;
    background-image: url(/static/images/button_standard_slider_all.gif);
    background-repeat: no-repeat;
    background-position: right -42px;
    width: 549px;
}
li.lounge-menu.selected a.lounge-name:hover
{
    background-position: right -42px;
}
.faq-footer
{
    height: 10px;
    overflow: hidden;
}

.faq-slider ul li ul li
{
    display:block;
    padding:0 0 15px 15px;
    margin:0;
    background-image:url('/static/images/icon_ul_list.gif');
    background-position:left 0.5em;
    background-repeat:no-repeat;
    font-size: 1.2em;
    /*
    list-style-image: url('/static/images/icon_ul_list.gif');
    list-style-position: outside;
    list-style-type: disc;
    padding: 0;
    margin-left: 15px;
    font-size: 1.2em;
    line-height:300%;
    color:#000;
    */
}

/* 11/03/2010 gewinspiel */
.gewinn-content {
	width: 566px; background-color: #FFF; padding: 10px; position: relative;
}
	.gewinn-content a.button-eier-gewinnen {
		position: absolute; bottom: 22px; left: 170px;
	}
	div.gewinn-wrap {
		width: 586px; position: relative; height: 445px; background-color:#FFF;
	}
	div.gewinn-wrap a.button-gewinn-close {
		/*position: absolute; bottom: 22px; left: 235px;*/
		height: 21px; text-indent: -1000em;
		line-height: 21px;
		display: block;
		float: right;
		font-size: 12px; color: #000; font-family: Arial, Helvetica, sans-serif;
		font-weight: bold; margin: 10px 10px 0 0;
		background-image: url(../images/button_close_lightbox.gif); background-repeat: no-repeat; padding: 0 26px 0 0; background-position: right 0;
	}
	div.gewinn-wrap a.button-gewinn-close:hover {
		color: #D81E05; background-position: right -79px;	
	}
