
/* HEADER Styles */

body
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 13px;
    color: #606060;
    margin: 0px;
    padding: 0px;

    background-color: #ff6600;
    background-image: url(/extension/ezwebin/design/ezwebin/images/bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1
{
    font-family: Helvetica, Arial;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0px;
    font-size: 17px;
    color: #a0a0a0;
}

h2
{
    font-family: Helvetica, Arial;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 0 0;
    font-size: 15px;
    color: #ff6600;
}

hr
{
    size: 1px;
}

ul {    
    list-style-image:url(/extension/ezwebin/design/ezwebin/images/linklist-bullet.gif);
}

font.h2
{
    font-family: Helvetica, Arial;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 0 0;
    font-size: 15px;
    color: #ff6600;
}


font.h3
{
    font-family: Helvetica, Arial;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 0 0;
    font-size: 11px;
    color: #ff6600;
}

pre
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
    background-color: #fcfcfc;
    border: 1px solid #cecece;
}

/* Links */

a:link { font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-style: normal; 
  font-weight: normal;
  font-variant: normal;
  text-decoration:none;
}

a:visited { font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-style: normal; 
  font-weight: normal;
  font-variant: normal;
  text-decoration:none;
}

a:hover { font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-style: normal; 
  font-weight: normal;
  font-variant: normal;
  text-decoration:none;
}

a:active { font-family: Arial, Helvetica, sans-serif;
  color: #000000; 
  font-style: normal; 
  font-weight: normal;
  font-variant: normal;
  text-decoration:none;
}

.pagecontent a:link, .pagecontent a:visited {
  color: #ff6600; 
}

.poweredby {
    float: right;
    padding-right: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #c0c0c0;
}

.poweredby a:link, .poweredby a:visited {
    color: #c0c0c0;
}

/* Pagelayout */

#centerbox
{
    float: left;
    padding: 0px;
    position:absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

#mainshade
{
    float: left;
    width: 980px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/shade_main_orange.png);
    background-repeat: repeat-y;
    /*border-left: 1px solid #ffffff;*/
    padding-left: 10px;
}

#bottomshade
{
    float: left;
    width: 980px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/shade_bottom_orange.png);
    background-repeat: no-repeat;
    height: 10px;
    min-height: 10px;
}

div.content
{
    float: left;
    padding: 20px;
}

div.pagecontent
{
    float: right;
    width: 700px;
    margin-right: 20px;
}

/* Topnav */

div.topnavleiste
{
    float: right;
    margin-top: 20px;
    margin-right: 20px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#ff6600;
    text-decoration:none;     
    font-weight:normal;    
}

div.topnav
{
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 10px;   
}

div.topnav a:link, div.topnav a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#ff6600;
    text-decoration:none;     
    font-weight:normal;   
}

div.topnav a:hover, div.topnav a:active
{
    color:#606060;
}

/* topmenue */
#topmenue
{
   height: 31px;
}
/* subnavigation left */

div.subnavleft
{
    width: 180px; 
    height: 20px;
    min-height: 20px;
    padding-top: 1px;
    padding-left: 10px;   
    
    background-image: url(/extension/ezwebin/design/ezwebin/images/subnavbg.gif);
    background-repeat: no-repeat;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#606060;
    text-decoration:none;     
    font-weight:normal;
}

div.subnavleft a:link, div.subnavleft a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#606060;
    text-decoration:none;     
    font-weight:normal;   
}

div.subnavleft a:hover, div.subnavleft a:active
{
    color:#ff6600;
}


/* search */

div.search
{
    float: left;
    margin-right: 10px;
    margin-left: 10px;   
}

.searchbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#ff6600;
    text-decoration:none;     
    font-weight:normal;

    border:1px;
    border-style:solid;
    border-color:#D2D9DE;
 
    width:112px;
    height:15px;

    /*margin-top:-2px;*/
}

.searchsubmit {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#ff6600;
    text-decoration:none;     
    font-weight:normal;
    
    width:22px;
    height:18px;

    border:0px;

    background:#FFFFFF;
    
}

/* footer */

div.footer
{
    padding: 10px;
    padding-left: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
}

div.footertext
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/* Boxes */

div.boxheader
{
    width: 180px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    background-image: url(/extension/ezwebin/design/ezwebin/images/side/bheaderbg.gif);
    background-repeat: no-repeat;    
}

div.boxteaser
{
    margin-top: -5px;
    padding-left: 1px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/side/bmiddlebg.gif);
    background-repeat: repeat-y;    
}

div.boxcontent
{
    margin-top: -5px;
    width: 180px;
    padding: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/side/bmiddlebg.gif);
    background-repeat: repeat-y;    
}

div.boxfooter
{
    width: 200px;
    height: 10px;
    min-height: 10px;
    margin-bottom: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/side/bfooterbg.gif);
    background-repeat: no-repeat;    
}

div.centerboxheader
{
    width: 212px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/bheaderbg.gif);
    background-repeat: no-repeat;    
}

div.centerboxcontent
{
    width: 212px;
    margin-top: -5px;
    padding: 10px;
    height: 240px;
    min-height: 240px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/bmiddlebg.gif);
    background-repeat: repeat-y;    
}

div.centerboxfooter
{
    width: 232px;
    height: 10px;
    min-height: 10px;
    margin-bottom: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/bfooterbg.gif);
    background-repeat: no-repeat;    
}

div.centerboxlargeheader
{
    width: 480px;
    height: 25px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargeheader.gif);
    background-repeat: no-repeat;  
}
div.centerboxlargecontent
{
    width: 480px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargecontent.gif);
    background-repeat: repeat-y;    
}
div.centerboxlargeheaderwide
{
    width: 680px;
    height: 25px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargeheaderwide.gif);
    background-repeat: no-repeat;  
}
div.centerboxlargecontentwide
{
    width: 680x;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargecontentwide.gif);
    background-repeat: repeat-y;    
}

div.centerboxlargeheaderwidezup
{
    width: 880px;
    height: 25px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargeheaderwidezup.gif);
    background-repeat: no-repeat;  
}
div.centerboxlargecontentwidezup
{
    width: 880x;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargecontentwidezup.gif);
    background-repeat: repeat-y;    
}
div.centerboxlargecontent table.renderedtable td
{
    border: 0px;    
}
div.centerboxlargecontent ul
{
    padding-left: 25px;
    margin: 0px;
}
div.centerboxlargefooter
{
    width: 480px;
    height: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargefooter.gif);
    background-repeat: no-repeat;    
}
div.centerboxlargefooterwide
{
    width: 780px;
    height: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargefooterwide.gif);
    background-repeat: no-repeat;    
}

div.centerboxlargefooterwidezup
{
    width: 880px;
    height: 10px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/center/centerboxlargefooterwidezup.gif);
    background-repeat: no-repeat;    
}



/* Teaser */

div.rightteaser
{
    float:right; 
    padding-top: 10px; 
    padding-left: 10px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ff6600;
    text-decoration:none;     
    font-weight:normal;    
}

/* breadcrumpnavigation */
div.breadcrumpnavigation
{
    margin: 20px;
    margin-bottom: 0px;
    font-size: 0.8em;
    font-style: normal;
    color: #a0a0a0;
}

div.breadcrumpnavigation a:link, div.breadcrumpnavigation a:visited
{
    font-style: normal;
    color: #a0a0a0;
}

div.breadcrumpnavigation a:hover
{
    font-style: normal;
    color: #ff0000;
}

/* General Elements */

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    display: inline;
    float: left;
    padding-right: 10px;    
    padding-bottom: 5px;
}

div.message-feedback
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #E20074;
    text-decoration: none;
}

div.message-warning
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #E20074;
    text-decoration: none;
}

div.message-error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #E20074;
    text-decoration: none;
}

/* List styles */
table.list
{
    padding: 3px;
}

td.bglight
{
    background-color: #F0F2F1;
}

td.bgdark
{
    background-color: #E0E3E2;
}

/* CSS menü */

#menu li{
    float:left;
    width: 172px;
    height: 18px;
    position: relative;
    top:0px;
    list-style: none;
    margin:0;   
    padding:7px 5px 7px 15px;
    background-image: url(/extension/ezwebin/design/ezwebin/images/main_bg_default.gif);
}


#menu a{
    margin: 0px;
    padding: 1px;
    display: block;
    position: relative;
    font-weight:bold; 
    font-style:normal; 
    width: 90px;
}

#menu ul{
    position: absolute;
    display: none;
    top: 31px;
    left: 0px;
}

#menu li ul ul,#menu li:hover ul ul{
    position: absolute;
    display: none;
    top: 0px;
    left: 196px;
}

#menu li:hover {
    background-image: url(/extension/ezwebin/design/ezwebin/images/main_bg_roll.gif);
}

#menu li:hover ul, #menu ul li:hover ul{display: block;}

#submenu li{
    margin: 0;
    margin-top: -3px;
    margin-left: 2px;
    padding: 0px 5px 0px 0px;
    display: block;
    position: relative;
    width: 171px;
    height: 21px;
    background-image: none;
}

#submenu li:hover {
    background-image: none;
}

#submenu a{
    width: 173px;
    height: 16px;
    padding-left: 15px;
    font-weight:normal; 
    font-style:normal;    
}

/* RENDERED CONTENT */

table.renderedtable
{
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding: 0;    
}

table.renderedtable th
{
    white-space: normal;
    background-color: #c0c0c0;
    border-left: 1px solid #FFFFFF;
}

table.renderedtable th p
{
    margin: 0;
}

table.renderedtable td
{
    padding: 0 0.75em 0.25em 0;
    border-left: 1px solid #FFFFFF;
}

span.spamfilter
{
    display: none;
}

</style>
