/*
 *  (c) 2006
 *  Andreas Wagner <a.wagner@progressima.org>
 *
 */


body {  	
    text-align: center; /*wegen zentrierter Ausrichtung im IE*/
    background-color: #FFFFFF;
}

#DEXMART {      
    text-align: left;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

#header_left {
    float: left;
}

#header_logo {
    float: right;
}

#header_navi {
    height: 25px;
    float: left;
}

#header_navi a {
    font-size: 10pt;
}

#header_navi_left a {
    color: white;
    margin-left: 7px;
    margin-right: 1px;
}

#header_navi_left { /*vorher #header_navi_left table*/
    background-color: #106246;
    height: 25px;
    float: left;
    /*
    min-width: 336px;
    max-width: 336px;
    */
    width: 375px;
}

/*
#header_navi_img1 {
    float: left;
}
    */

#header_navi_right { 
    background-color: #106246;
    height: 25px;
    float: left;
    /*
    min-width: 225px;
    max-width: 225px;
    */
    width: 260px;
}

#header_navi_right a {
    color: #ffffff;
    margin-left: 7px;
    margin-right: 1px;
}

/*
#header_navi_img2 {
    float: left;
    border-right: 1px solid #106246;
}
    */

#header_breadcrumb {
    clear: both;
    background-color: #95BB66;
    padding-bottom: 3px;
    padding-left: 7px;
}

#header_breadcrumb a {
    font-size: 9pt;
    margin-left: 3px;
    color: #0F6246;
}

#content {
    text-align: justify;
    background-color: #FFFFFF;
    overflow: auto;
    height: 600px;
    width: 632px;
    float: left;
}

#content p,
#content table,
#content h2, 
#content li{
    clear: left;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

#content table {
    color: #0F6246;
}

#content ul {
    color: #0F6246;
    list-style-image: url(../../fileadmin/dexmart/images/bullet_green.gif);
}

#content ul ul {
    list-style-image: url(../../fileadmin/dexmart/images/bullet_orange.gif);
    padding-left: 7px;
    margin-left: 0px;
}

#content table {
    font-size: 10pt;
    vertical-align: top;
}

#content table li {
    margin-bottom: 5px;
}

#border {
    background-color: #FFFFFF;
    height: 600px;
    width: 215px;
    float: right;
}

#border .public-news-border {
      margin-left: 25;
      margin-top: 10;
      border: 1px solid #E58D20;
}

#border .public-news-border-header {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      vertical-align:middle;
      text-align:left;
      font-weight: bold;
      font-size: 11pt;
      color: #ffffff;      
      background-color: #E58D20;
}

#border .public-news-header {
      width: 170;
}

#border .public-news-header TR TD{
      padding-left: 5px;
      background-color: #E58D20;
      vertical-align:middle;
      text-align:left;
      font-weight: bold;
      font-size: 8pt;
      color: #ffffff;      
}

#border .public-news-header TR TD.empty{
      background-color: #FFFFFF;
}

#latest-news {
	width: 166;
    height: 90px;
	border-width: 1px;
	border-style: solid;
	border-color: #E58D20;
	background-color: #FFFFFF;
	color: #000000;
    margin-left: 2;
	
}

#latest-news .news-title {
	color: #000000;	
	font-size: 10pt;
	font-weight: bold;
}

#latest-news .news-date {
	font-size: 8pt;
}

#latest-news .news-category {
	font-size: 8pt;
}

#latest-news .news-content {
	font-size: 9pt;

}

#latest-news .news-content A {
	color: #E58D20;
	font-size: 9pt;
}

IMG.border_logo {
    margin-left: 65px;
    margin-top: 10px;
}

P.border_logo {
    margin-left: 10px;
    text-align: center;
    font-weight: normal;
}

.level2-no, .level2-act, .level3-no, .level3-act {
    margin-top: 8px;
    margin-bottom: 3px;
}

.level2-no a, .level2-act a, .level3-no a, .level3-act a {
    font-family: 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: white;
    font-size: 10pt;
}

.level2-no a:hover, .level2-act a:hover, .level3-no a:hover, .level3-act a:hover {
    color: #e58d20;
}

.align-center {
text-align:center;
}

