/* ##### Containerstyles fuer die OVB Laenderseiten                           ##### */
/* ##### Copyright 2008 by OVB Vermoegensberatung AG, Webmaster Ronny Bartsch ##### */

/* ##### Metanavigation ##### */
.containermaster_meta {
	position: absolute;
	right: 0px;
	top: -30px;
}
/* ##### Ende Metanavigation ##### */


/* ##### Header Media - Klassen fuer HTML/Text-Modul im Headbereich ##### */
.ovb_headermedia_containermaster
{
    position: relative;
    width: 100%;
    border: solid 1px #729dbe;
    background-image: url('background_header_media.jpg');
    background-repeat: repeat-y;
}

.ovb_headermedia_toolbox
{
    width: 10px;
    white-space: nowrap;
    float: left;
}

.ovb_headermedia_title
{
    display: inline;
    white-space: nowrap;
    margin-left: 10px;
}

.ovb_headermedia_tools
{
    margin-left: 410px;
}
/* ##### Ende Header Media ##### */


/* ##### Newsbox - Klassen fuer HTML/Text-Modul im Right Pane ##### */
.ovb_newsbox_containermaster
{
    position: static;
    /* ##### Hack: (Underscore-)Anweisung wird von allen Browsern, ausser IE (bis 6.0) ignoriert ##### */
    margin-left: 10px;
    _margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 93%;
    _width: 95%;
    border: solid 1px #729dbe;
    background-image: url('background_newsbox.jpg');
    background-repeat: repeat-y;
    overflow: hidden;
}

.ovb_newsbox_title
{
    display: block;
    width: 100%;
    height: 20px;
    padding-top: 3px;
    background-image: url('background_boxhead.jpg');
    background-repeat: repeat-x;
    white-space: nowrap;
    overflow: hidden;
}

.ovb_newsbox_title .Head
{
    position: relative;
    margin-left: 7px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #f1f7fb;
}

.ovb_newsbox_icon
{
    display: block;
    /* ##### Hack: (Underscore-)Anweisung wird von allen Browsern, ausser IE (bis 6.0) ignoriert ##### */
    margin-top: -3px;
    width: 198px;
    font-size: 0px;
}

.ovb_newsbox_content .Normal
{
    font-size: 11px;
}

.ovb_newsbox_content p
{
    margin: 3px;
    margin-right: 10px;
    margin-top: 6px;
}

.ovb_newsbox_content table
{
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
    line-height: 11px;
}

.ovb_newsbox_row_heller
{
    background-color: #f1f7fb;
}

.ovb_newsbox_row_heller td
{
    padding: 3px;
    border-top: solid 1px #8ebad7;
    border-bottom: solid 1px #8ebad7;
    vertical-align: top;
}

.ovb_newsbox_row_dunkler
{
    background-color: #b7d5e8;
}

.ovb_newsbox_row_dunkler td
{
    padding: 3px;
    border-top: solid 1px #8ebad7;
    border-bottom: solid 1px #8ebad7;
    vertical-align: top;
}

.ovb_newsbox_content p a /*  ##### Dieser Weg, da IE ':before' nicht kennt ##### */
{
    font-weight: bold;
    background-image: url('before_links_11.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    border: 0px;
    padding-right: 15px;
}

.ovb_newsbox_content p a:hover
{
    font-weight: bold;
    background-image: url('before_links_11_hover.jpg');
    text-decoration: none;
    color: #002d5f;
}

.ovb_newsbox_toolbox
{
    width: 10px;
    white-space: nowrap;
    float: left;
    font-size: 0px;
}

.ovb_newsbox_tools
{
    margin-left: 5px;
    font-size: 0px;
}

.ovb_newsbox_tools img
{
    margin-left: 5px;
}
/* ##### Ende Newsbox ##### */

/* ##### Nobox - Klassen fuer HTML/Text-Modul im Right Pane ##### */
.ovb_nobox_containermaster
{
    width: 95%;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.ovb_nobox_toolbox
{
    width: 10px;
    margin-left: 5px;
    white-space: nowrap;
    float: left;
    font-size: 0px;
}

.ovb_nobox_title
{
    margin-left: 20px;
}

.ovb_nobox_content
{
   margin-top: 10px;
   margin-left: 22px;
   text-align: left;
}

.ovb_nobox_content h2
{
    margin-top: 25px;
    margin-left: -24px;
    font-family: Times New Roman;
    font-size:  20px;
    font-weight: normal;
    color: #002d5f;
}

.ovb_nobox_content a /*  ##### Dieser Weg, da IE ':before' nicht kennt ##### */
{
    background-image: url('before_link_txt.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    color: #002d5f;
    border: 0px;
    padding-right: 12px;
}

.ovb_nobox_content a:hover
{
    background-image: url('before_link_txt_hover.jpg');
    text-decoration: none;
    color: #ff6400;
}

.ovb_nobox_content .SubHead a
{
    padding: 0px;
    background: none;
}

.ovb_nobox_content a.CommandButton
{
    padding: 0px;
    background: none;
}

.ovb_nobox_content a.CommandButton:hover
{
    padding: 0px;
    background: none;
    text-decoration: underline;
}

.ovb_tabs a
{
    padding: 0px;
    background: none;
}

a.ohne_pfeil, .ohne_pfeil a
{
    padding: 0px;
    background-image: none;
}

a.ohne_pfeil:hover, .ohne_pfeil a:hover
{
    padding: 0px;
    background-image: none;
}

/* ##### edit-Link in Portal-Aliasadressen ##### */
a.ovb_edit_alias
{
    padding: 0px;
    background: none;
}

.ovb_nobox_tools img
{
    margin-left: 10px;
}
/* ##### Ende Nobox ##### */

/* ##### Infobox - Klassen fuer HTML/Text-Modul ##### */
.ovb_infobox_containermaster
{
    position: static;
    /* ##### Hack: (Underscore-)Anweisung wird von allen Browsern, ausser IE (bis 6.0) ignoriert ##### */
    margin-left: 20px;
    _margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 95%;
    _width: 97%;
    border: solid 1px #729dbe;
    background-color: #f1f7fb;
    background-image: url('background_infobox.jpg');
    background-repeat: repeat-y;
    overflow: hidden;
}

.ovb_infobox_title
{
    display: block;
    width: 100%;
    height: 20px;
    padding-top: 3px;
    background-image: url('background_boxhead.jpg');
    background-repeat: repeat-x;
    white-space: nowrap;
    overflow: hidden;
}

.ovb_infobox_title .Head
{
    position: relative;
    margin-left: 5px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #f1f7fb;
}

.ovb_infobox_icon
{
    display: block;
    float: left;
    margin: 10px;
    margin-top: 10px;
    font-size: 0px;
}

.ovb_infobox_content
{
    margin: 0px;
    margin-left: 10px;
    padding-top: 10px;
}

.ovb_infobox_content table
{
    font-size: 12px;
}

.ovb_infobox_content a /*  ##### Dieser Weg, da IE ':before' nicht kennt ##### */
{
    font-weight: bold;
    background-image: url('before_links_11.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    border: 0px;
    padding-right: 15px;
}

.ovb_infobox_content a:hover
{
    font-weight: bold;
    background-image: url('before_links_11_hover.jpg');
    text-decoration: none;
    color: #ff6400;
}

.ovb_infobox_content a.SubHead, .ovb_infobox_content a.SubHead:hover,
.ovb_infobox_content a img, .search_pager a, .search_pager a:hover
{
    background-image: none;
    padding: 0px;
}

.ovb_infobox_content ol,
.ovb_infobox_content ul
{
    margin-left: 15px;
    text-align: left;
}

.ovb_infobox_content table.*dgResults
{
    border: solid 1px #f00;
}

a.ovb_ann_editLink
{
    background-image: none;
    padding: 0px;
}

.ovb_infobox_toolbox
{
    width: 10px;
    white-space: nowrap;
    float: left;
    font-size: 0px;
}

.ovb_infobox_tools
{
    clear: both;
    margin-left: 5px;
    font-size: 0px;
}

.ovb_infobox_tools img
{
    margin-left: 5px;
}
/* ##### Ende Infobox ##### */

/* ##### Subnavigation - Klassen fuer Subnavigation im Leftpane ##### */
.ovb_subnavi_containermaster
{
    width: 175px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 20px;
}

.ovb_subnavi_toolbox
{
    width: 10px;
    margin-left: 5px;
    white-space: nowrap;
    float: left;
    font-size: 0px;
}

.ovb_subnavi_title .Head
{
    margin-left: 0px;
    font-family: Verdana;
    font-variant: small-caps;
    font-size:  14px;
    font-weight: bold;
    color: #002d5f;
}

/* ##### CSS-Hack: Definition schliesst IE incl. IE7 aus. ##### */
html>/**/body .ovb_subnavi_title .Head
{
    margin-left: 5px;
}

.ovb_subnavi_content
{
   margin-top: 8px;
   text-align: left;
}

.ovb_subnavi_content a
{
   font-size: 11px;
   font-weight: bold;
   color: #3d5e87;
}

.ovb_subnavi_content a:hover
{
    color: #ff6400;
}

.ovb_subnavi_content table
{
   border-collapse: collapse;
}

.ovb_subnavi_menuitem, .ovb_subnavi_menuitem0, .ovb_subnavi_menuitem1
{
    border-top: solid 1px #729dbe;
    border-bottom: solid 1px #729dbe;
    padding: 3px 5px;
}

.ovb_subnavi_menuitem_mouseover, .ovb_subnavi_menuitem_mouseover0, .ovb_subnavi_menuitem_mouseover1
{
    border-top: solid 1px #729dbe;
    border-bottom: solid 1px #729dbe;
    padding: 3px 5px;
    background-color: #f1f7fb;
}

.ovb_subnavi_menuitem_current, .ovb_subnavi_menuitem_current0, .ovb_subnavi_menuitem_current1
{
    color: #729dbe;
}

.ovb_subnavi_menuitem1, .ovb_subnavi_menuitem_mouseover1
{
    padding-left: 15px;
}

/* ##### Ende Subnavigation ##### */

/* ##### Adminbox - Klassen fuer den Adminbereich ##### */
.ovb_adminbox_containermaster
{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.ovb_adminbox_toolbox
{
    width: 10px;
    margin-left: 5px;
    white-space: nowrap;
    float: left;
    font-size: 0px;
}

.ovb_adminbox_title
{
    margin-left: 20px;
}

.ovb_adminbox_content
{
   margin-top: 10px;
   margin-left: 20px;
   text-align: left;
}

.ovb_adminbox_content h2
{
    margin-top: 25px;
    margin-left: -24px;
    font-family: Times New Roman;
    font-size:  20px;
    font-weight: normal;
    color: #002d5f;
}

.ovb_adminbox_content .NormalTextBox,
.ovb_adminbox_content input[type="checkbox"]
{
    height: auto;
    width: auto;
    margin: 5px;
}

.ovb_adminbox_content input[type="radio"]
{
    border: none;
}

.ovb_adminbox_content .NormalTextBox textarea,
.ovb_adminbox_content .NormalTextBox input,
.ovb_adminbox_content input.NormalTextBox,
.ovb_adminbox_content textarea.NormalTextBox,
.ovb_adminbox_content span.NormalTextBox,
.ovb_adminbox_content select.NormalTextBox
{
    border-left: solid 1px #729dbe;
    border-top: solid 1px #729dbe;
    border-right: solid 1px #b7d5e8;
    border-bottom: solid 1px #b7d5e8;
}

.ovb_adminbox_content .NormalTextBox input[type="radio"]
{
    border: none;
}

.ovb_adminbox_content select.NormalTextBox
{
    height: auto;
    background: url('background_input_admin.jpg');
    background-repeat: repeat-x;
    background-position: top;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #3d5e87;
}

.ovb_adminbox_content .DataGrid_Header td
{
    padding: 5px;
}

.ovb_adminbox_content td
{
    padding: 2px;
}



.ovb_adminbox_tools img
{
    margin-left: 10px;
}

/* ##### Ende Adminbox ##### */




/* ##### Zusaetze fuer einzelne Module    ##### */
/* ##### Subhead fuer Modul Announcements ##### */

.DNN_ANN_DesignTable td
{
    padding-bottom: 10px;
}

/* ##### Klassen fuer Modul Sidemenue, wenn es als Sitemap verwendet wird ##### */
.MenuHdr0
{
    font-weight: bold;
    padding-top: 15px;
}

.MenuHdr0 a, .MenuHdr0 a:hover
{
    padding: 0px;
    background: none;
}


.MenuItem1 a, .MenuItem2 a, .MenuItem3 a
{
    background-image: url('before_link_txt.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #002d5f;
    border: 0px;
    padding-left: 14px;
}

.MenuItemMouseOver1 a, .MenuItemMouseOver2 a, .MenuItemMouseOver3 a,
.MenuItem1 a:hover, .MenuItem2 a:hover, .MenuItem3 a:hover,
.MenuItemMouseOver1 a:hover, .MenuItemMouseOver2 a:hover, .MenuItemMouseOver3 a:hover
{
    background-image: url('before_link_txt_hover.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    color: #002d5f;
    border: 0px;
    padding-left: 14px;
}

.MenuItem1, .MenuItemMouseOver1
{
    font-weight: normal;
    padding-top: 2px;
    padding-left: 10px;
}

.MenuItem1 a, .MenuItemMouseOver1 a,
.MenuItem1 a:hover, .MenuItemMouseOver1 a:hover
{
    font-weight: normal;
}

.MenuItem2, .MenuItemMouseOver2
{
    font-weight: normal;
    padding-left: 20px;
    padding-top: 2px;
}

.MenuItem2 a, .MenuItemMouseOver2 a,
.MenuItem2 a:hover, .MenuItemMouseOver2 a:hover
{
    font-weight: normal;
}

.MenuItem3, .MenuItemMouseOver3
{
    font-weight: normal;
    padding-left: 30px;
    padding-top: 2px;
}

.MenuItem3 a, .MenuItemMouseOver3 a,
.MenuItem3 a:hover, .MenuItemMouseOver3 a:hover
{
    font-weight: normal;
}

