html, body {
	
	margin:0 auto;
	line-height:1.5;
	text-align:center; 
	height:100%;
}
body                                    {font-family: Lucida Sans Unicode, Arial;font-size: 75%;background: #FFF url(../img/design/bg_body.gif) top left repeat-x;}
td, th                                  {text-align:left;}
h1,h2,h3,h4,h5,p,input,table,ul,li      {margin:0;padding:0;}
h1                                      {font-size:24px;margin: 0.33em 0 0.5em 0;}
h2                                      {font-size:20px;}
h3                                      {font-size:19px;line-height:19px;}
h4                                      {font-size:19px;line-height:19px;}
h5                                      {font-size:14px;}
a                                       {color:#055593;text-decoration:none;}
a:hover                                 {color:#000;}
p                                       {margin: 0.5em 0 1em 0.2em;}
img                                     {border:none;}             
ul                                      {list-style-type:disc;margin-left:20px;}   
table, td                               {font-size:1em;vertical-align:top;}            

/* -------- LAYOUT -------- */

#container
{
    margin:0 auto;
	text-align:center;
	width:920px;
	
}
#header
{
    height:173px;
    text-align:left;
    background:url(/img/design/header.jpg) right top no-repeat;
}
    
#menu
{
    height:35px;
    margin:1px 0px 0px 0px;

}
#main
{
 
    margin-top:10px;
    text-align:center;
    background:url(/img/design/bg_main.gif) repeat-y;
    color:#333;
    
}
    #main #top                      {background:url(/img/design/bg_main_top.gif) no-repeat;height:14px;}
    #main #bottom                   {background:url(/img/design/bg_main_bottom.gif) no-repeat;height:14px;}
    #main #content                  {width:874px;margin:0 auto;text-align:left;}   
    #main #content .leftcol         {width:460px;float:left;}   
    #main #content .rightcol        {width:360px;float:right;margin:15px 20px 20px 20px;display:inline;}   
 
#footer
{  
    margin:0 auto;
    width:900px;
    font-size:11px;

}
    #footer p                       {margin:10px 17px 20px 17px;}
    #footer .content                {color:#555;padding-top:20px;height:94px;text-align:left;}
    #footer ul                      {list-style-type:circle; float:left;margin-right:50px;margin-left:50px;}
    #footer ul li                   {margin-left:17px;}
    #footer .itstaden               {color:#777;font-size:10px;font-family: Arial;float:right;}
    #footer .itstaden a             {color:#777;border:none;}
    #footer .itstaden a:hover       {color:#336699;}
    #footer .itstaden img           {margin:0px 0px -4px 0px;}
    
    
/* ------ END LAYOUT -------- */

ul.menu                     {list-style:none;color:#105986;font-size:13px;margin-left:20px;}
ul.menu a                   {color:#DEF2FF;}
ul.menu a:hover             {color:#FFF;text-decoration:none;}
ul.menu li                  {float:left;margin-top:2px;text-align:center;}
ul.menu li .center          {height:32px;max-height:26px;padding:6px 12px 0px 12px;background:url(../img/design/bg_menu.gif) repeat-x;float:left;}
ul.menu li .left            {height:32px;width:6px;background:url(../img/design/bg_menu_left.gif) no-repeat;float:left;}
ul.menu li .right           {height:32px;width:5px;background:url(../img/design/bg_menu_right.gif) no-repeat;float:left;}

ul.menu li.selected a       {color:#444;font-weight:bold;}
ul.menu li.selected         {margin-top:0px;}
ul.menu li.selected .center {height:26px;padding:8px 13px 5px 12px;background:url(../img/design/bg_menu_selected.gif) repeat-x;float:left;}
ul.menu li.selected .left   {height:34px;width:6px;background:url(../img/design/bg_menu_selected_left.gif) no-repeat;float:left;}
ul.menu li.selected .right  {height:34px;width:7px;background:url(../img/design/bg_menu_selected_right.gif) no-repeat;float:left;}

div.submenu                 {background:#fff;padding-top:0px;font-size:12px;}
ul.submenu                  {margin-left:5px;margin-top:1px;list-style:none;}
ul.submenu li               {margin-top:5px;margin-bottom:10px;padding:1px 12px 1px 10px;float:left;border-right:solid 1px #DDD;}                
ul.submenu li.selected      {color:#222;background:#F2F2F2;}

.logo   {margin:0px 0px 0px 12px;}

.textbox    {height:25px;max-height:25px;background:#FFF;border:solid 1px #BEBEBE;font-family:Lucida Sans Unicode, Arial;font-size:12px;padding:4px;margin:2px 0px 5px 0px;width:195px;}
.selectBox  {height:25px;max-height:25px;font-family: Lucida Sans Unicode, Arial;padding:2px;margin:1px 0px 5px 0px;}

.small      {font-size:0.9em;}
.large      {font-size:1.2em;}

.red        {color:#FF0000;}
.clear      {clear:both;height:1px;}
.button     {background:#CCC;border:solid 1px #666;height:25px;width:80px;}
.spacer     {margin:0px 15px 0px 15px;}
.nobr       {white-space: nowrap;}
.btn        {border:solid 1px #999;padding:5px;background:#CCC;font-family: Lucida Sans Unicode, Arial;font-size:12px;font-weight:bold;}
.pil        {margin:0px 5px -4px 5px;}

.divForm    {padding:10px;background:#F2F2F2;}

.modalAjaxBackground {
	background-color:#233141;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
    opacity:0.90;
}

.modalPopUp
{
    position:fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    z-index: 1000;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
    background: #08111B;
    _height: expression(window.document.body.offsetHeight + "px") !important;
    _position: absolute !important;
    _width: expression(window.document.body.offsetWidth + "px") !important; 
}
    .modalPopUp div  {font-size:12px;color:#FFF;position:absolute;left:40%;top:300px;z-index:100;}
    
.modalContent
{
    height:540px;
    overflow: auto;
    width:600px;
    background:#FFF;
    padding:20px;
}