/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
    margin: 0 auto 0 auto;
    width: 965px;
    background-color:#FFFFFF;
    padding-left:20px;
}


/* ------------------------------------------- header */

#header {
    float: left;
    width: 100%;
    min-height: 85px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 85px;           /* dumme Browser */
    margin:0 0 10px 0;
}

#header_top {
    width: 100%;
    height: 55px;
}

#logo {
    width:170px;
    float:left;
}

#header_box {
    float:right;
    width: 795px;
}

#header_menu_lang {
   /* margin:10px 20px 0 570px;*/
	margin:10px 0 0 0px;
}

#header_text {
	float:left;
	width:510px;
	margin:0 20px;
	padding:8px 15px;
	border:1px solid #BFBFBF;
	background-color:#ffffd1;
}

#header_text p{
	padding:0px;
}

#header_menu {
    float: left;
    width:35px;
    margin:0 15px 0 0;
}

#lang_fontsize {
    float: right;
    width: 110px;
}

#main_menu_box {
    margin:0;
    width: 945px;
    clear:both;
}

#main_menu {
    float:left;
    font-size:107.69%;
    min-height: 25px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 25px;           /* dumme Browser */
    width:735px;
}

#search {
    float:right;
    width:210px;
}

#header_image {
    clear:both;
    width: 945px;
    margin:0;
    padding:6px 0 0 0;
    /*height: 215px;*/
    /*border-top:5px solid #CCCCCC;*/
    background:url(images/bg_menu_line.gif) repeat-x top;
	overflow:hidden;
}


/* ----------------------------------------------------  content area */

#content_area {
    clear: both;
    font-size: 100%;
    width: 945px;
    margin:0px;
	float: left;
}

#content_strict {
    min-height: 10px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 10px;           /* dumme Browser */
    width:945px;
}

#left_side_box {
    float: left;
    width: 145px;
}

#content_title {
    clear: both;
    height:30px;
    padding: 8px 0 0 10px;
}

#left_side {
    clear: both;
    float: left;
    width: 145px;
    min-height: 10px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 10px;
    font-size: 84.62%;       /* 11px */
    padding: 0px;
}

#content_box {
    float: left;
    width: 540px;
    margin:0 10px 0 25px;
    min-height: 200px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 200px;
    padding: 0px;
}

#content_box.wide {
    width: 775px;
    margin:0 0 0 25px;
}

#breadcrumbs {
    clear:both;
    width: 540px;
    font-size: 84.62%;
    padding: 0px;
    min-height: 25px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 25px;
}

#content {
    clear:both;
    font-size: 92.31%;      /* 12px */
}

#right_side_box {
    float: right;
    width: 200px;
    min-height: 200px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 200px;
    font-size: 92.31%;
}

#contact_box {
    margin: 2px 0 0 0;
}

#content_actions_header {
    clear:both;
    width: 200px;
    min-height: 25px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 25px;
}

.content_action_header_links {
    float: right;   
}

#content_actions_footer {
    clear: both;
    text-align: right;
    width: 945px;
    margin:0;   
}


/* -------------------------------------------------------  footer */
#footer {
    clear: both;
    width: 945px;
    margin:20px 0 0;   
    border-top: 1px solid #F2ECDF;
}

#footer_top {
    width: 100%;
    min-height: 22px;       /* gute Browser */
    height: auto !important; /* gute Browser */
    height: 22px;
}

#footer_main_menu {
    width: 735px;
    margin: 0;
    padding: 0 10px 0 0;
    float:left;
}

#footer_menu {
    width: 170px;
    margin: 0;
    padding: 0 30px 0 0;
    float:right;
}

#lw_link {
    margin: 0 auto 0 auto;
    width: 985px;
    font-size: 76.93%;
    text-align: right;
    color: #dddddd;
}