html, body {
	
	margin:0 auto;
	line-height:1.7;
	text-align:center; 
	height:100%;
}
body                                    {font-family: Tahoma, Arial;font-size: 12px; color:#554E42; background: #FFF url(../img/design/bg_body.gif) top center 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;margin: 0.33em 0 0.5em 0;}
h3                                      {font-size:19px;line-height:19px;}
h4                                      {font-size:19px;line-height:19px;}
h5                                      {font-size:14px;}
a                                       {color:#555;text-decoration:none;}
a:hover                                 {}
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:923px;
	
}
#header
{
  
    height:110px;
}
    #header .content    {width:910px;margin:0 auto;text-align:left;}
    
#menu
{
    height:50px;
    margin:0 auto;
    width:910px;
}
#slideshow
{
    width:923px;
    height:353px;
    background:url(/img/design/bg_slideshow.gif) top center no-repeat;
    text-align:left;
}
#slideshow img  {margin:10px 0px 0px 9px;}
#main
{
    text-align:left;  
    background:#FFF;
}
    #main .content                  {width:910px;margin:0 auto;text-align:left;}   
 
#footer
{  
    margin:0 auto;
    width:920px;
    font-size:11px;
    text-align:left;
    padding-bottom:30px;
}
    #footer p                       {margin:10px 17px 20px 17px;}
    #footer .content                {margin-top:40px;color:#848484;padding:15px 20px 15px 20px;text-align:left;background:#F4F4F4;}
    #footer .itstaden               {color:#777;font-size:10px;font-family: Arial;margin-left:35px;}
    #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                     {margin:0;list-style:none;color:#FFF;font-size:11px;text-transform:uppercase;}
ul.menu a                   {color:#E3D7C9;}
ul.menu li                  {float:left;height:30px;max-height:20px;padding:10px 13px 10px 13px;margin:0px 1px 0px 1px;text-align:center;}
ul.menu li.selected         {background:#2E1C07;}
ul.menu li.selected a       {color:#FFF;}
ul.menu li:hover a            {margin-left:0px;color:#FFF;}

.logo   {margin:5px 0px 0px 3px;}

.small      {font-size:0.9em;}
.large      {font-size:1.2em;}

.clear      {clear:both;height:1px;}
.button     {background:#CCC;border:solid 1px #666;height:25px;width:80px;}
.spacer     {margin:0px 10px 0px 10px;}
.nobr       {white-space: nowrap;}
.btn        {border:solid 1px #999;padding:5px;background:#CCC;font-family: 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;
}