﻿/*-----------------------------------------------------------------*/
/*                                                                 */
/*                      Layout-Gestaltung                          */
/*                                                                 */
/*                         fix at top                              */
/*                                                                 */
/*-----------------------------------------------------------------*/

#bvh_wrapper {
	position: relative;
	top: 10px;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
    z-index: 10;
}

    #bvh_left {
        float: left;
        width: 50px;
        padding-top: 32767px;
        margin-bottom: -32767px;
        background-repeat: repeat;
    }

    #bvh_center {
        float: left;
        height: 100%;
    }
    
        #bvh_center_header {
        
        }

            #bvh_center_header_menu {
                width: 845px;
                height: 32px;
                background: #FFFFFF;
                margin: 4px 20px 0px 20px;
                position: relative;
                text-align: center;
            }

            #bvh_center_header_impression {
                width: 845px;
                height: 200px;
                margin: 0px 20px 0px 20px;
                position: relative;
                text-align: center;
                background-repeat: repeat;
            }

            #bvh_center_header_breadcrumb {
                width: 845px;
                height: 30px;
                background: #FFFFFF;
                margin: 0px 20px 0px 20px;
                position: relative;
                text-align:left;
            }

		        #bvh_center_header_breadcrumb_inner {
			        left: 0px;
			        top: 0px;
			        width: 845px;
			        height: 24px;
			        position: absolute;
                    margin: 6px 20px 0px 20px;
                    z-index: 10;
		        }

		        #bvh_center_header_breadcrumb_wait {
			        left: 0px;
			        top: 0px;
			        width: 845px;
			        height: 24px;
			        position: absolute;
                    margin: 6px 20px 0px 20px;
                    z-index: 11;
		        }

            #bvh_center_submenu {
                width: 845px;
                background: #FFFFFF;
                margin: 20px 20px 0px 20px;
                position: relative;
                text-align: left;
            }

                #bvh_center_submenu_inner {
                    width: 805px;
                    background: #FFFFFF;
                    margin: 0px 20px 0px 20px;
                    position: relative;
                    font-size: 12px;
                    text-align: left;
                }


        #bvh_center_content {
            width: 845px;
            background: #FFFFFF;
            margin: 0px 20px 0px 20px;
            position: relative;
            text-align: left;
        }

            #bvh_center_content_inner {
                width: 805px;
                background: #FFFFFF;
                margin: 0px 0px 0px 20px;
                position: relative;
                text-align: left;
            }


        #bvh_center_footer {
        }

            #bvh_center_footer_menu {
                width: 845px;
                height: 18px;
                background: #FFFFFF;
                margin: 5px 20px 5px 20px;
                position: relative;
                text-align: center;
            }

    #bvh_right {
        float: right;
        width: 50px;
        padding-top: 32767px;
        margin-bottom: -32767px;
        background-repeat: repeat;
    }


.bvh_longline {
    width: 845px;
    height: 1px;
    margin: 0px 20px 0px 20px;
    position: relative;
    text-align: center;
}
.bvh_verticaldistance_10px {
    height: 10px;
}
.bvh_verticaldistance_20px {
    height: 20px;
}
.bvh_verticaldistance_30px {
    height: 30px;
}

