
/**********************************************************************\
 *** GLOBAL                                                          *** 
\**********************************************************************/

* {
    font-size: 11pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #848387;
}


/**********************************************************************\
 *** NAVIGATION                                                     *** 
\**********************************************************************/

table.mainmenu {
    display: none;
}

div.mainmenu {
    display: none;
}

a.mainmenu, a.mainmenu:hover, a.mainmenu:link, a.mainmenu:visited {
    display: none;
}

a.mainmenu_up, a.mainmenu_up:hover, a.mainmenu_up:link, a.mainmenu_up:visited {
    display: none;
}

a.mainmenu:hover {
    display: none;
}

a.submenu, a.submenu:link, a.submenu:visited, a.submenu_lv {
    display: none;
}

a.submenu_up, a.submenu_up:link, a.submenu_up:visited, a.submenu_lv_up {
    display: none;
}

a.submenu:hover {
    color: #BA0F2B;
}

a {
    color: #848387;
    font-size: 11pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #BA0F2B;
}

.homeContent a {
    color: #848387;
    font-size: 9pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.homeContent a:hover {
    color: #BA0F2B;
}

a.footer, a.footer:hover {
    display: none;
}

div.location {
    visibility: hidden;
    width: 100%;
    height: 91px;
    background-color: #FFFFFF;
}

/**********************************************************************\
 *** FORMULARE                                                      *** 
\**********************************************************************/

input.default, textarea.default, select.default {
    border-style: solid;
    border-width: 1px;
    border-color: #A7A9AC;
    background-color: #D1D3D5;
}

/**********************************************************************\
 *** TEXTE                                                          *** 
\**********************************************************************/

.headerText {
    color: #BA0F2B;
}

.headerText b {
    color: #BA0F2B;
}

.homeCountries {
    font-size: 10pt;
    line-height: 16px;
}

.homeContent {
    font-size: 9pt;
}

.homeContent .headerText {
    font-size: 9pt;
    color: #BA0F2B;
}

b.error {
    color: #BA0F2B;
}

/**********************************************************************\
 *** LAYOUT                                                         *** 
\**********************************************************************/

body#top {
    margin: 0px;
    spacing: 0px;
    padding: 0px;
}

div#header_frame {
    width: 730px;
    height: 50px;
    background-color: #A7A9AC;
}

div#content_frame_lft_top {
    display: none;
    
}

div#content_frame_lft_space {
    display: none;
}

div#content_frame_lft {
    display: none;
    
}

div#content_frame_rgt {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    
}

div#content_frame_image {
    display: none;
}

div#content_frame_rgt_home {
    background-color: #FFFFFF;
}

div#footer_frame_lft {
    display: none;
}

div#footer_frame_rgt {
    display: none;
}

tr.content {
    background-color: #FFFFFF;
}

td.content_left {
    display: none;
}

td.content_right {
    width: 100%;
}

div.footer {
    display: none;
}

div#header {
    top: 3px;
    left: 8px;
    right: 10px;
    position: relative;
}

div.content_left {
    display: none;
}


div.content_right {
    position: relative;
    padding: 10px;
    float: left;
    width: 100%;
}

div.content_home {
    padding-top: 2px;
    padding-left: 12px;
}

/* AUSSENRAHMEN LINKS/RECHTS */

.outer_border_lftrgt {
    width: 12px;
}


/* AUSSENRAHMEN OBEN/UNTEN */

.outer_border_topbtm {
    height: 12px;
    background-color: #FFFFFF;
}

/* INNENABSTÄNDE */

.inner_border_v {
    height: 15px;
    background-color: #FFFFFF;
}
.inner_border_h {
    width: 13px;
    background-color: #FFFFFF;
}



ul.SimpleText {
    list-style-image:url('/de/_IMG/ll_imgList.gif');
    margin-top: 0px;
    margin-left: 0.75em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0.75em;
    padding-bottom: 0px;
}
ol.SimpleText {
    margin-top: 0px;
    margin-left: 0.75em;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0.75em;
    padding-bottom: 0px;
}