@charset "UTF-8";

body {
   /*     background-color: #467B75; */ 
        background-color: #407078;  
        text-align:center;
}
body, td, th, textarea, select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
		font-size: 10px;
        line-height: 18px;
        font-weight: normal;
        font-variant: normal;
        color: #666666;
}
#container {
        width: 896px;
        text-align: center;
        margin: 0 auto;
}
.menutab {
	    background-image: url(./images/topbg1.jpg);
	    background-repeat: no-repeat;
}
.menutab1 {
        background-image: url(./images/topbg1.jpg);
        background-repeat: no-repeat;
}

.topmenu {
        height: 32px;
        background-image: url(./images/menubg.jpg);
        background-repeat: no-repeat;
}
.topmenuleft {
        height: 32px;
		text-align: left;
		vertical-align: middle;
}
.topmenuright {
        height: 32px;
		text-align: right;
		vertical-align: middle;
}
.contenttab {
       margin-top: 1px;
       padding-top: 1px;
       background-color: #FFFFFF;
}
.maintop {
        background-image: url(./images/bgslices_r1_c1.gif);
        background-repeat: no-repeat;
        height: 19px;
}
.maincontent {
        background-image: url(./images/bgslices_r2_c1.gif);
        background-repeat: repeat-y;
}
.content {
        margin-left: 25px;
        padding-left: 25px;
}
#lcontent {
        margin-left: 20px;
        padding-left: 20px;
}
a.lcontent {
        color: #FF0066;
        text-decoration: none;
}
.mainbottom {
        background-image: url(./images/bgslices_r4_c1.gif);
        background-repeat: no-repeat;
	height; 23px;
        margin-bottom: 10px;
        padding-bottom: 10px;
}
.slogan {
        text-align: left;
        margin-left: 40px;
        padding-left: 40px;
        font-size: 14px;
        font-style: italic;
        color: #FF0066;
}
.ticker {
        text-align: left;
        margin-left: 40px;
        padding-left: 40px;
}
.footer {
        background-image: url(./images/footbg.jpg);
        background-repeat: no-repeat;
		height: 32px;
}
.footleft {
        text-align: left;
        font-size: 11px;
        color: #059787;
        margin-left: 10px;
        padding-left: 10px;
}
.footright {
        text-align: right;
        font-size: 11px;
        color: #FFFFFF;
        margin-right: 10px;
        padding-right: 10px;
}
/******************************************************************/
/*   Typo3 Styles                                                 */
/******************************************************************/


/**************************** Contact Form ************************/

.csc-mailform  {  
        float: left;  
        clear: left;  
        width: 80%;  
        margin: 0 0 1.5em 0;  
        padding: 0;
        border: 1px solid #BFBAB0;  
        background-color: #F2EFE9; 
}
.csc-mailform legend {  
        margin-left: 1em;  
        color: #666666;  
        font-weight: bold;
}
.csc-mailform-field {
        margin-top: 5px;
        padding-top: 5px;
} 
.csc-mailform-field label {
       text-align: right;

       float: left;  
       width: 15em;  
       margin-right: 1em; 
}

.csc-mailform-submit {  
        float: right;  
        width: auto;
        border-style: none; 
        padding-left: 5px; 
        background-color: transparent;
        color: #FF0066;
        border: 2px solid #FFFFFF;
        margin-bottom: 5px;
        margin-right: 20px;
}

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5  { font-family: arial, helvetica; color: #000000; }
PRE     { font-family: monospace; }
A       { color: #FF0066; text-decoration: none; font-weight: italic; }
A:hover  { color: #FFFFFF; background-color: #FF0066; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 16px; color: #FF0066;}
H2 { font-size: 14px; color: #186900; }
H3 { font-size: 13px; color: #10007B; }
H4 { font-size: 12px; color: #8A0020; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 5px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

.bodytext {
    text-align: justify;
    margin-right: 15px;
    padding-right: 15px;
}
