/********************************************************************************
                        headlines
********************************************************************************/

#hiogi h1, #hiogi h2, #hiogi h3 {
    font-size: 18pt;
    line-height: 24pt;
    text-indent: -9999px;
    margin: 0px 0px 20px 10px;
}
.agb h1,.agb h2, .agb h3{
    text-indent: 0px !important;
    color: #21578A !important;
    
}
#hiogi hr {
    clear: both;
    border: none;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

#hiogi strong, #layerContainer strong {
    font-weight: bold;
}

#hiogi .left {
    float: left;
    width: 470px;
}

#hiogi .right {
    float: right;
    width: 220px;
    overflow: hidden;
}

/********************************************************************************
                        navi
********************************************************************************/
#hiogi .right .navi-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/navi-top.gif) no-repeat;
}

#hiogi .right .navi-middle {
    background: url(/img/csc_schlafwelt/navi-middle.gif) repeat-y;
}

#hiogi .right .navi-middle h3, #hiogi .right .navi-middle ul {
    margin-left: 10px;
}

#hiogi .right .navi-middle ul li {
    padding-left: 14px;
    background: url(/img/csc_schlafwelt/navi-arrow.gif) no-repeat 0px 4px;
}

#hiogi .right .navi-middle ul li a {
    text-decoration: none;
}

#hiogi .right .navi-middle ul li a:hover {
    text-decoration: underline;
}

#hiogi .right .navi-bottom {
    height: 10px;
    background: url(/img/csc_schlafwelt/navi-bottom.gif) no-repeat bottom left;
    margin-bottom: 20px;
}

/********************************************************************************
                        question form
********************************************************************************/
#hiogi .blueBox-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBox-top.gif) no-repeat;
}

#hiogi .blueBox-middle {
    background: #daecf7 url(/img/csc_schlafwelt/blueBox-middle.gif) repeat-y;
}

#hiogi .blueBox-middle form {
    display: block;
    padding: 0px 10px;
}

#hiogi .blueBox-middle form legend {
    color: #000;
    font-weight: bold;
}

#hiogi .blueBox-middle form .button {
    width: 90px;
    height: 25px;
    background: transparent url(/img/csc_schlafwelt/bt-absenden.gif) no-repeat top right;
}

#hiogi .blueBox-bottom {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBox-bottom.gif) no-repeat bottom left;
    margin-bottom: 30px;
}
/*
                        blue boxes
********************************************************************************/
#hiogi .blueBoxL {
    width: 231px;
    float: left;
}
#hiogi .blueBoxL-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBoxL-top.gif) no-repeat;
}
#hiogi .blueBoxL-middle {
    background: #daecf7 url(/img/csc_schlafwelt/blueBoxL-middle.gif) repeat-y;
    padding: 0px 0px 10px 20px;
}
#hiogi .blueBoxL-middle .button {
    width: 90px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-vorschau.gif) no-repeat top left;
}
#hiogi .blueBoxL-bottom {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBoxL-bottom.gif) no-repeat bottom left;
    margin-bottom: 30px;
}

#hiogi .blueBoxR {
    float: right;
    width: 220px;
}
#hiogi .blueBoxR-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBoxR-top.gif) no-repeat;
}
#hiogi .blueBoxR-middle {
    background: #daecf7 url(/img/csc_schlafwelt/blueBoxR-middle.gif) repeat-y;
    padding: 0px 0px 10px 20px;
}
#hiogi .blueBoxR-middle .button {
    width: 115px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-code-anzeigen.gif) no-repeat top left;
}
#hiogi .blueBoxR-bottom {
    height: 10px;
    background: url(/img/csc_schlafwelt/blueBoxR-bottom.gif) no-repeat bottom left;
    margin-bottom: 30px;
}

/********************************************************************************
                        search form
********************************************************************************/
#hiogi .blueBox-middle .search legend { display: none; }
#hiogi .blueBox-middle .search .questionCount { font-size: 14px; font-weight: bold; }
#hiogi .blueBox-middle .search .input { float: left; margin: 10px 0px; }
#hiogi .blueBox-middle .search .input input { width: 165px !important; }
#hiogi .blueBox-middle .search .submit {
    clear: both;
    margin: 0px 10px 0px 0px;
    text-align: right;
}
#hiogi .blueBox-middle .search .button {
    width: 78px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-suchen.gif) no-repeat top left;
}

/********************************************************************************
                        card
********************************************************************************/
#hiogi .card {
    width: 470px;
}

#hiogi .card-top {
    height: 10px;
}

#hiogi .card-middle {
    float: left;
    width: 470px;
}

#hiogi .card-bottom {
    clear: both;
    height: 10px;
}

/* open
********************************************************************************/
#hiogi .open .card-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/card-open.gif) no-repeat 0px 0px;
}

#hiogi .open .card-middle {
    float: left;
    width: 470px;
    background: url(/img/csc_schlafwelt/card-o-middle.gif) repeat-y;
}

#hiogi .open .card-bottom {
    clear: both;
    height: 10px;
    background: url(/img/csc_schlafwelt/card-open.gif) no-repeat 0px -30px;
}

/* answerd
********************************************************************************/
#hiogi .answered .card-top {
    height: 10px;
    background: url(/img/csc_schlafwelt/card-answered.gif) no-repeat 0px 0px;
}

#hiogi .answered .card-middle {
    float: left;
    width: 470px;
    background: url(/img/csc_schlafwelt/card-a-middle.gif) repeat-y;
}

#hiogi .answered .card-bottom {
    clear: both;
    height: 10px;
    background: url(/img/csc_schlafwelt/card-answered.gif) no-repeat 0px -30px;
}

/* over
********************************************************************************/
#hiogi .card-hover:hover .card-top {
    background-position: 0px -40px;
}
#hiogi .card-hover:hover .card-middle {
    background: url(/img/csc_schlafwelt/card-a-middle-hover.gif) repeat-y;
}
#hiogi .open:hover .card-middle {
    background: url(/img/csc_schlafwelt/card-o-middle-hover.gif) repeat-y;
}
#hiogi .card-hover:hover .card-bottom {
    background-position: 0px -70px;
}

/* content
********************************************************************************/
#hiogi .card .card-middle .card-content {
    float: left;
    width: 320px;
    margin: 0px 0px 0px 20px;
    font-weight: bold;
    line-height: 16px;
}

#hiogi .card .card-middle p.q small,
#hiogi .card .card-middle p.a small {
    display: block;
    font-weight: normal;
    margin-bottom: 6px;
}

#hiogi .card .card-middle p.q a {
    color: #000;
    text-decoration: none;
}

#hiogi .card .card-middle p.a {
    padding-left: 25px;
    color: #4f99c7 !important;
    background: url(/img/csc_schlafwelt/envelop.gif) no-repeat 0px 2px;
}

#hiogi .card .card-middle .card-content div {
    margin-left: 25px;
}

#hiogi .card .card-middle .details {
    float: right;
    margin: -8px 1px -9px 0px;
    width: 105px;
    height: auto;
    min-height:130px;
    font-size: 11px;
    background: transparent url(/img/csc_schlafwelt/card-detailsBg.gif) no-repeat;
}

#hiogi .card .card-middle .details .status {
    overflow: hidden;
    width: 85px;
    height: 19px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0px 10px 10px;
}
#hiogi .answered .card-middle .details .status {
    color: #daecf7;
    background: url(/img/csc_schlafwelt/statusBg.gif) no-repeat;
}
#hiogi .open .card-middle .details .status {
    background: url(/img/csc_schlafwelt/statusBg.gif) no-repeat 0 -29px;
}

#hiogi .card .card-middle .details .ogiTaler2,
#hiogi .card .card-middle .details .ogiTaler3,
#hiogi .card .card-middle .details .ogiTaler4,
#hiogi .card .card-middle .details .ogiTaler5 {
    overflow: hidden;
    width: 85px;
    height: 17px;
    text-indent: -9999px;
    margin: 0px 0px 15px 10px;
    background: url(/img/csc_schlafwelt/ogiTaler.gif) no-repeat;
}
#hiogi .card .card-middle .details .ogiTaler3 {
    background-position: 0px -27px;
}
#hiogi .card .card-middle .details .ogiTaler4 {
    background-position: 0px -54px;
}
#hiogi .card .card-middle .details .ogiTaler5 {
    background-position: 0px -81px;
}

#hiogi .card .card-middle .details .source {
    overflow: hidden;
    color: #005388;
    height: 19px;
    margin: 0px 0px 8px 10px;
    padding: 3px 0px 0px 30px;
    background: url(/img/csc_schlafwelt/icons.gif) no-repeat;
}

#hiogi .card .card-middle .Twitter .source {
    background-position: 0px -59px;
}
#hiogi .card .card-middle .Facebook .source {
    background-position: 0px -87px;
}
#hiogi .card .card-middle .iPhone .source {
    background-position: 0px -239px;
}
#hiogi .card .card-middle .Online .source {
    background-position: 0px -30px;
}
#hiogi .card .card-middle .SMS .source {
    background-position: 0px 0px;
}

#hiogi .card .card-middle .details .comments span {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 21px;
    height: 23px;
    margin: 0px 3px 10px 14px;
    padding: 1px 0px 0px 0px;
    background: url(/img/csc_schlafwelt/icons.gif) no-repeat -4px -117px;
}

#hiogi .card .card-middle .details .rating,
#hiogi .card .card-middle .details .rating1,
#hiogi .card .card-middle .details .rating0,
#hiogi .card .card-middle .details .rating-1 {
    overflow: hidden;
    height: 23px;
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 0px 30px;
    background: url(/img/csc_schlafwelt/icons.gif) no-repeat 0px -215px;
    line-height: 10px;
}
#hiogi .card .card-middle .details .rating1 {
    background-position: 0px -145px;
}
#hiogi .card .card-middle .details .rating0 {
    background-position: 0px -169px;
}
#hiogi .card .card-middle .details .rating-1 {
    background-position: 0px -192px;
}

/* question source links
********************************************************************************/
#hiogi .card .card-middle .source,
#hiogi .card .card-middle .source a {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
#hiogi .card .card-middle .source a:hover { text-decoration: underline; }
#hiogi .card .card-middle .source ul {
    margin: 0px 0px 10px 14px;
    list-style: disc;
}
#hiogi .card .card-middle .source small a,
#hiogi .card .card-middle p.q small a {
    color: #21578a;
}
#hiogi .card .card-middle p.q small a:hover {
    text-decoration: underline;
}

/* additional answer
********************************************************************************/
#hiogi .card .card-middle .additionalAnswer {
    clear: both;
    margin: 20px 0px 0px 20px;
    padding: 0px 10px 0px 25px;
    color: #4f99c7 !important;
    background: url(/img/csc_schlafwelt/envelop-open.gif) no-repeat 0px 0px;
}
#hiogi .card .card-middle .additionalAnswer p {
    color: #4F99C7 !important;
    font-weight: bold;
    margin-top: 6px;
}

/* comments
********************************************************************************/
#hiogi .card .card-middle .comment-box {
    clear: both;
    margin: 20px 10px 20px 20px;
    padding: 20px;
    background-color: #daecf7;
    color: #000;
    width: 400px;
}
#hiogi .card .card-middle .comment-box strong { color: #21578a; }
#hiogi .card .card-middle .comment-box ol {
    margin: 10px 0px 10px 20px;
    list-style: decimal;
}
#hiogi .card .card-middle .comment-box ol li { margin-bottom: 10px; }
#hiogi .card .card-middle .comment-box ol li a { text-decoration: none; }
#hiogi .card .card-middle .comment-box ol li a:hover { text-decoration: underline; }

#hiogi .card .card-middle .comment-box form textarea {
    width: 100% !important;
}

#hiogi .card .card-middle .comment-box form .button {
    float: right;
    width: 90px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-speichern.gif) no-repeat top left;
    cursor:pointer;
}

/* user last questions
********************************************************************************/
#hiogi .last-questions strong {
    display: block;
    margin: 20px 0px 10px 10px;
}
#hiogi .last-questions ul {
    margin: 0px 20px;
}
#hiogi .last-questions ul li {
    padding: 0px 0px 4px 14px;
    background: url(/img/csc_schlafwelt/navi-arrow.gif) no-repeat 0px 4px;
}
#hiogi .last-questions ul li a { text-decoration: none; }
#hiogi .last-questions ul li a:hover { text-decoration: underline; }


/********************************************************************************
                        tag cloud
********************************************************************************/
#hiogi .right .tagCloud { line-height: 20px; }
#hiogi .right .tagCloud a, #hiogi .right .tagCloud a:link, #hiogi .right .tagCloud a:visited { text-decoration: none;}
#hiogi .right .tagCloud a:hover, #hiogi .right .tagCloud a:active { text-decoration: underline;}


#hiogi .right .cloud1 { font-size: 10px; }
#hiogi .right .cloud2 { font-size: 16px; }
#hiogi .right .cloud3 { font-size: 20px; }
#hiogi .right .cloud4 { font-size: 24px; }
#hiogi .right .cloud5 { font-size: 28px; line-height: 28px;}
#hiogi .right .cloud6 { font-size: 32px;line-height: 32px; }
#hiogi .right .cloud7 { font-size: 36px;line-height: 36px; }
#hiogi .right .cloud8 { font-size: 38px;line-height: 38px; }
#hiogi .right .cloud9 { font-size: 42px;line-height: 42px;}
#hiogi .right .cloud10 { font-size: 44px;line-height: 44px;}


/* pager
********************************************************************************/
#hiogi .pager {
    text-align: center;
    font-size: 13px;
    margin: 10px 0px;
}

#hiogi .pager .current {
    font-size: 18px;
    color: #000;
}
#hiogi .pager img {
    margin: 0px 6px -4px 6px;
}
#hiogi .pager strong {
    font-weight: normal !important;
    padding: 0px 4px;
}

/********************************************************************************
                        misc
********************************************************************************/
#hiogi .clear { clear:both; }
#hiogi .register {
    width: 160px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-kostenlos-registrieren.gif) no-repeat top right;
}
#hiogi .retrievePassword {
    width: 178px;
    height: 21px;
    background: transparent url(/img/csc_schlafwelt/bt-passwort-anfordern.gif) no-repeat top right;
}

#hiogi .button {
    overflow: hidden;
    text-indent: -9999px !important;
    border: none;
    cursor:pointer;
    
    /**** needed for ie 7 ****/
    font-size: 0px;
    line-height: 0px;
}
#hiogi .button:hover {
    background-position: 0px -31px !important;
}
#hiogi .list {
    color: #000;
    list-style: disc;
}
#hiogi .list li {
    margin-left: 14px;
}

.ac_results {
    opacity: 0.999999; 
    border: 1px solid #4F99C7;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results li {
    overflow: hidden;
    background-color: #daecf7;
    padding:0 0 0 8px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    text-align:left;
}
.ac_results li strong {
    font-weight: bold;
}

.ac_over {
    background-color: #f6fafc !important;
    cursor: pointer;
}

#hiogi .hand { cursor: pointer; }
#hiogi .error-message, #layerContainer .error-message, #hiogi .error, #layerContainer .error { color: #f00 !important; }
#hiogi .success-message, #layerContainer .success-message, #hiogi .success, #layerContainer .success { border:1px solid #77AF12;padding:10px;margin:10px 0px; }







/********************************************************************************
						layer
********************************************************************************/

#layerOverlay {
    display:            none;
    position:           absolute;
    top:                0;
    left:               0;
    z-index:            10000;
    width:              100%;
    height:             100%;
    background-color:   #000000;
    
    opacity:            0.6;
    filter:             alpha(opacity:60);
}

#layerContainer {
    display:            none;
    clear:              both;
    width:              600px;
    position:	relative;
    margin:		60px 0 0 240px;
    padding-top:        40px;
    z-index:            10001;
    color: #000;
}
#layerContainer h1{font-weight: bold;}
#layerContainer a {
    color: #77AF12;
    text-decoration: none;
}

#layerContainer .space10 {
    margin: 10px;
}

#layerContainer.quickEmailRegistration {
    overflow: auto;
	width: 450px;
	height: 450px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border:2px solid #ffffff;
  -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top:3%;
}

#layerContainer ol li {
    margin-top: 10px;
}
#layerContainer ol li label img {
    clear: both;
    margin-bottom: 15px;
}

#layerContainer.quickEmailRegistration label {
	display:block;
}

#layerContainer.quickEmailRegistration .input {
	clear: both;
	display: block;
	width: 400px;
}

#layerContainer.quickEmailRegistration #registerForm div {
	clear: both;
	margin:	10px 0px 0px 0px;
}

#layerContainer.quickEmailRegistration .myForm .bt160 {
	float:              left;
    background:         url(/img/csc_schlafwelt/bt_160.gif) no-repeat 0px 0px;
    width:              160px;
    height:             31px;
    text-align:         center;
    color:              #ffffff;
    text-decoration:    none;
    font-weight:        bold;
    font-size:          18px;
    line-height:        31px;
	border:             none;
	cursor:             pointer;
	margin-bottom:      20px;
    padding-bottom:     6px;
}

#layerContainer.quickEmailRegistration .myForm .bt160:hover {
    background-position:0px -31px;
}

a.bt160{
	display: block;
	background: url(/img/csc_schlafwelt/bt_160.gif) no-repeat 0px -31px;
	width: 160px;
	height: 31px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 31px;
	cursor: pointer;
}
a.bt160:hover {
	background-position: 0px 0px;
}
#registerForm form .input {display:block;}

/* we need to position the main div absolute, otherwise the layer can't be positioned correctly */
#canvas { position: absolute; }


/*  Image / Position */
.modul_ImageAndPosition{
     margin: 14px 0 0 0;
     display: block;
     width: 104px;
     background-color:#fff;
     border:1px solid #ebf0f4;
     border-right:none;
     padding:0; 
}
/*.modul_ImageAndPosition a{text-decoration: none;}*/
.modul_ImageAndPosition li{
    height:      19px;
    line-height: 19px;
    padding:     3px 0 0 37px
}
.modul_ImageAndPosition_Image {
    background: url(/img/csc_schlafwelt/icons.gif) no-repeat 10px -282px;
}
.modul_ImageAndPosition_Position {
    background: url(/img/csc_schlafwelt/icons.gif) no-repeat 10px -260px;
}

#shortQuestionImage,#shortGoogleMapLocation{
    padding: 5px;
    background-color: #DAECF7;
    border: 1px solid #37628C;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
/* ================================= */
.modul_ImageAndPosition_Detail{
    margin: 5px 1px 0 0px;
    padding: 0;
    width: 470px;
    height: auto;
    position: relative;
    clear: both;
}

.modul_ImageAndPosition_Detail ul {
    margin: 10px 0 0 0;
    padding: 0;
    clear: both;
    float: left;
    overflow: hidden;
}

.modul_ImageAndPosition_Detail ul li {
    background: #F6FAFC url('/img/standard/bg/bg_img_position_nav.gif')  repeat-x top;
    list-style: none;
    height: 24px;
    line-height: 24px;
    font-size: 10pt;
    color: #666;
    margin: 5px 0 0 11px;
    padding: 2px 0 0 10px;
    width: 448px;
    vertical-align: middle;
    overflow: hidden;
    display: block;
}

.modul_ImageAndPosition_Detail #map {
    position: relative;
    width: 440px;
    height: 400px;
    margin-bottom: 5px;
    background-color: #fff;
}

.modul_ImageAndPosition_Detail ul li span {
    position: relative;
}

.modul_ImageAndPosition_Detail ul li.groesser {
    height: auto;
    background-color: transparent;
}

.modul_ImageAndPosition_Detail li.questionDetailsQuestionImage,.modul_ImageAndPosition_Detail li.questionDetailsQuestionMap{height: auto;background-color: #F6FAFC;}
.modul_ImageAndPosition_Detail li.questionDetailsQuestionImage img{max-width: 440px;}

.modul_ImageAndPosition_Detail ul li a {
    text-decoration: none;
    font-size: 8pt;
    cursor: pointer;
    color: #666;
    font-weight: normal;
    width: 400px;
    margin-bottom: 5px;
    outline:none;
}

.modul_ImageAndPosition_Detail ul li a:hover {
    color: #77af12;
}

#content div.content_border_bottom,#content div.content_border_top{z-index:2;}

.highlightBg {
	clear: both;
	background: #deefc1;
	color: #767676;
	font-weight: bold;
	margin: 0px 3px 0px 1px;
	padding: 10px;
}
.greyBg {
	background-color: #f5f5f5;
}

#_fb_img{left:690px !important;position: relative !important;}