/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    color:black;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;
    background-color:white;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
span.emailname {
    display:none;
    padding:0px;
}
span.domain {
    display:inline;
    padding: 0px;
}
.page_container {
    width: 960px; 
    height:100%;    
    margin: 0px auto; 
    padding: 0px; 
    border: solid 1px black;
/*    background-color: #005496;*/
    background-color: white;
}
/*orange */
.orange {
    height:20px;
    background-color:rgb(247,165,28);
    padding:0;
    top: 10px;
}
/*header*/
#head {
    height:150px;
    background-color:#F1F1F1;
    background-image:url('../images/headermst.gif');
    padding:0;
    top: 10px;
}

#head #headBody {
    padding:0;
    margin:0;
    width:960px;    
}
#head a#logoTop {
    display:block;
    float:left;
    margin-right:500px;
    margin-bottom: 0px;
}
#head h1 {
    display:block;
    float:left;
    padding:0 0 0 20px;
    margin-bottom: 0px;
    margin-top: 90px;
    line-height: 60px;
    height: 60px;
    width:480px;
    font-size: 22px;
    font-weight:bold;
    color:#ffffff; /*#435d06;*/
    /* transparency 
    background-color:#fff;*/
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
}
/* Content Tabelle Hoehenangabe */
table.pagecontent {
    height:100%;
    background-color:#005496;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top:  0px;
    padding-right:  0px;
    padding-bottom:  0px;
    padding-left:  0px;
    border: 0px; 
}
td.pagecontentnavigation {
    background-color:#005496;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top:  0px;
    padding-right:  0px;
    padding-bottom:  0px;
    padding-left:  0px;
    border: 0px; 
}
td.pagecontentwrapper {
    background-color:white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top:  0px;
    padding-right:  0px;
    padding-bottom:  0px;
    padding-left:  0px;
    border: 0px; 
}
td.pagecontentsidebar {
    background-color:#005496;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top:  0px;
    padding-right:  0px;
    padding-bottom:  0px;
    padding-left:  0px;
    border: 0px; 
}
/* metaNavigation  */
.metaNavigation {
    float: left; 
    width: 960px; 
    margin: 0px; 
    padding: 0px;  
    height:20px;
    clear: both;     
    border-top: solid 1px white; 
    border-bottom: solid 1px white; 
    background-color: rgb(0,84,150);    
    text-align:right;    
    font-size:11px;
    font-weight: bold; 
}
#metaNavigation {
    margin: auto;
    padding: 0px;
    height:20px;
}
#metaNavigationContainer {
    margin-left: 240px;
/*    width: 558px;*/
    margin-right: 160px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height:20px;
    background-color: transparent;
    border-left: 1px solid white;
    border-right: 1px solid white;    
/*    border-bottom: 1px solid black;        */
    text-align: center;
}
ul#metaNavigation {
    font-size: 11px;
    font-weight: bold;       
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    height:20px;        
}   

#metaNavigation li {
    display: inline; 
    list-style: none; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    height:20px;            
/*    border-left: solid 1px white; 
    border-right: solid 1px white; */
}  
#metaNavigationContainer  a {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;    
    color: white; 
    text-transform: uppercase; 
    text-decoration: none; 
    height:20px;        








/*    background-color: rgb(128,161,202); */   
}

#metaNavigationContainer a:hover, a.selected {
    color: rgb(247,165,28);
    text-decoration: none;
}

/* mainNavigation */
.mainNavigation {
    overflow: hidden; 
    clear: both; 
    float: left; 
    width: 240px;    
    margin-top: 10px; 
    margin-bottom:0px;
    padding: 0px; 
    background-color: transparent; 
    font-size:12px;
    font-weight:bold;
 
}
/* Level 1 */
.mainNavigation ul {
    width: 240px; 
    margin: 0px 0px 0px 0px; 
    padding: 0px; 
    background-color: #005496;   
}   

.mainNavigation li {
    list-style: none; 
    margin: 0px; 
    padding: 0px;
}
.mainNavigation li a {
    display: block;
    min-height: 1.7em;
    height: auto !important;
    height: 1.7em;
    line-height:24px;
    margin: 0px;
    padding: 0px 7px 0px 4px;
    color: white;
    text-decoration: none;
}  
/*
.mainNavigation a.active:after {
   content: url(../images/navi_open.gif);  
}
*/
.mainNavigation a:hover, .mainNavigation a.active {
    border-left: solid 7px #f7a51c;  
    color: black;
    text-decoration: none;
    background-color: white;
}
/*subNavigation */

/* Level 2 */
ul.subNavigation {
    width: 220px;
    margin: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}
ul.subNavigation li a {
    color:white;
    width:220px;
    padding: 0px 7px 0px 4px;
    background-color: #005496;
}
ul.subNavigation li.active a {
    color:black;
}

ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    border-left: solid 7px #f7a51c;
    color: black;
    text-decoration: none;
    background-color: white;
}
/*
.subNavigation a:after {
   content: url(../images/navi_right.gif);  
}
*/
/* Level 3 */
ul.subSubNavigation {
    width:200px;
    margin:0;
    padding-left:20px;
}
ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color: black;
    width:240px;
    padding: 0px 7px 0px 10px;
}
ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    border-left: solid 7px #f7a51c;  
    color: black;
    text-decoration: none;
    background-color: White;
}

/* Searchbox */
.searchbox {
    margin: 0px; 
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px; 
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgb(128,161,202);
    font-weight: bold; 
    font-size:12px;
    min-height: 40px;
    width: 240px;
    border-bottom-width: 100px;
    border-bottom-color: #005496;
    border-bottom-style: solid;
}
#search {
    margin: 0px; 
    padding-left: 5px; 
    padding-right: 5px;
    background-color: rgb(128,161,202);
    font-weight: bold; 
    font-size:12px;
/*    min-height: 75px;*/
    width: 240px;
    border-right-color: Black;
    border-right-style: solid;
    border-right-width: thin;   
}
.searchbox_title {
    color: white; 
    padding: 0px 7px 0px 4px;
    font-size:12px;
    font-weight:bold;
}
#search input {
    border:1px solid #005496;
    width:120px;
    height:15px;
    padding-right: 5px; 
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
    padding-right: 5px;
}
/* Content */
.content {
    float: left; 
    width: 558px; 
    margin: 0px; 
    height:100%;
/*    min-height:500px;*/
    background-color: White;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;    
    border-bottom: 1px solid black;    
    color: #2F2F2F;
    text-decoration: none;
    text-align: left;
    line-height: 16px;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    color:black;    
}
.content_container {
    clear: both; 
    float: left;  
    margin-right: 7px; 
    margin-left: 7px;
    margin-bottom: 7px;
    margin-top: 7px;
    padding-right: 7px; 
    padding-left: 7px;
    background-color:transparent;             
    height:100%;
/*    min-height:700px;*/
 }
.content_pagetitle h1  {
   font-size: 14px;
   color: black;
   font-family:Verdana, Arial, sans-serif;   
   font-weight: bold;
   text-decoration: none;
   font-style: normal;
   margin-right: 7px; 
   margin-left: 7px;
   margin-bottom: 7px;
   margin-top: 15px;
   padding-right: 7px; 
   padding-left: 7px;
   line-height:28px;   
}

.content_container h2 {
    font-size : 13px;
    color : black;
    font-weight : bold;
    text-decoration: none;
    font-style : normal;
    margin-bottom: 7px;
    margin-top: 7px;
    line-height:18px;
}

.content_container h3  {
   font-size: 12px;
   color: #f7a51c;
   font-weight: bold;
   text-decoration: none;
   margin-bottom: 7px;
   margin-top: 7px;
   line-height:18px;   
}

.content_container p {
    color: #2F2F2F;
    text-decoration: none;
    text-align: justify;
    line-height: 16px;
    font-size:12px;    
}

.content_container  ul, ol {
   color: #2F2F2F;
   padding-bottom: 0px;
   padding-left: 10px;
   padding-right: 5px;
   padding-top: 0px;
   margin-left: 7px;
   margin-right: 5px; 
    font-size:12px;      

/*   width: 550px;*/
   background-color:transparent;
}

.content_container li  {
    color: #2F2F2F;
    list-style-type: square;  
    list-style-position: outside;   
    margin-bottom : 8px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 2px;
    margin-left: 15px;
    font-weight: normal;
}

.content_container table {
   background-color: #F2F2F2;
   border: 1px solid Black;
   width: 525px;
   font-size:12px;
}

.content_container td {
   color: #2F2F2F;
   text-decoration: none;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;  
   font-weight: normal;
   font-size:12px;   
   background-color: white;
   border: none;
   vertical-align: top; 
}

.content_container th {
   color: #2F2F2F;
   text-decoration: none;
   text-align: center;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   vertical-align: top;
   font-weight: bold;
   font-size:12px;   
   background-color: #F2F2F2;
}

.content_container a {
   color: #005496;
   font-weight: normal;
   font-size:12px;   
   text-decoration: none;
}

.content_container a:hover {
   font-size:12px;
   color: #005496;
   text-decoration: underline;
}
.content_container .textItem  {
    font-size:12px;
    text-align: left;
    line-height: 16px;
    background-color: transparent;
}

.content_container .textItem p {
    font-size:12px;
    text-align: left;
}
.content_container .textItem img {
    padding:10px;
}
/* Sitemap */
.content_container a.level1 {
   color: Black;
    background-color: rgb(128,161,202);
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   line-height: 15px;
   display: block;
   margin-bottom: 5px;
   margin-left:2px;   
   padding-right: 3px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 2px;
   border: 1px solid #005496;
   width: 500px;   
}

.content_container a.level1:hover {
   border: 1px solid black;
}
/*
.content a.level1:before {
   content: url(../images/nav-child.gif);
}
*/
/* level 2*/

.content_container a.level2 {
   color: black;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   line-height: 15px;
   display: block;
   margin-bottom: 5px;
   margin-left:4px;      
   padding-right: 3px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 4px;
/*   border-bottom: 1px solid rgb(128,161,202);*/
   width: 480px;
}

.content_container a.level2:hover {
/*   border: 1px solid black;*/
   color:#005496;
}

.content_container a.level2:before {
   content: url(../images/nav-child.gif);
}
/* Artikelliste */
#artikelliste {
   font-size: 12px;
   font-weight: bold;
   color: Black;
   text-decoration: none;
   text-align: left;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-left: 0px;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 5px;
   /*background-color: #e5e5e5;*/
}

#artikelliste p.artikelliste {
   font-size: 12px;
   color: Black;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 5px;
}

#artikelliste h2.artikelliste {
    font-size : 10px;
    color : #005496;
    font-weight : bold;
    text-decoration: none;
    font-style : normal;
}

#artikelliste a.artikelliste{
   font-size: 12px;
   color: #005496;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   border-bottom: 1px dotted black;
   display: block;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 3px;
   padding-right: 0px;
}

#artikelliste a.artikelliste:hover {
  background-color: #E8E8E8;
}

#artikelliste a.more {
   font-size: 10px;
   color: Black;
   text-decoration: none;
   text-align: right;
   font-weight: bold;
   border-bottom: 1px dashed black;
   line-height: 20px;
   display: block;
}

#artikelliste a.more:after {
   content: url(../images/navi_pfeil_rechts.gif);
}

#artikelliste a.more:hover {
   text-decoration: none;
}
/* Search Output */
#searchResults {
   font-size:12px;
   text-decoration: none;
   text-align: left;
   color: black;  
   padding-left: 2px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;

   margin-top: 10px;
   margin-left: 0px;
   width: 520px;  
}

#searchResults p.message {
   color: #2f2f2f;
   text-decoration: none;
   text-align: justify;
   line-height: 16px;
   padding-top: 5px;
   padding-bottom:5px;
   padding-left:0px;
   margin-bottom: 10px;
   font-size:12px;  
}

#searchResults .searchResultItem {

   border-bottom:1px solid #E8E8E8;
   font-size:12px;    
   margin-bottom:0px;
   padding-bottom: 0px;
   background-color: white;
   padding-left:  0px;
   padding-right:  5px;   
}

#searchResults .searchResultItem h2 {
    font-size : 10px;
    color : #005496;
    font-weight : bold;
    text-decoration: none;
    font-style : normal;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 5px;
}

#searchResults .searchResultItem a {
   color: black;
   text-decoration: none;
   text-align: right;
   font-weight: normal;
   font-size:12px;
   line-height: 14px;
   display: block;
   margin-bottom:0px;
   padding-bottom: 0px;   
}

#searchResults .searchResultItem a:after {
   content: url(../images/navi_pfeil_rechts.gif);
}

#searchResults .searchResultItem a:hover {
   text-decoration: underline;
}

#searchResults .searchResultItem p {
   color: black;
   text-decoration: none;
   text-align: justify;
   font-size:12px;
   font-weight: normal;
   line-height: 16px;
   display: block;
   margin-bottom:0px;
   padding-bottom: 0px;   
}
p.searchpage {
   color: black;
   text-decoration: none;
   text-align: left;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px; 
}
a.searchpage {
   color: #005496;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   font-size:12px;
}
a.searchpage:hover {
   text-decoration: underline;
}
/* Kontaktformular */
#contactForm {
    font-size:12px;
}
#contactForm .contactRow {
    margin:4px 0;
}

#contactForm .contactRow input {
    color:black;
    font-size:12px;
    width:350px;
    height:16px;
    border: 1px solid #005496;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
    width:350px;
    border: 1px solid #005496;
}

#contactForm table {
   background-color: #F2F2F2;
   border: 1px solid Black;
   width: 525px;
   font-size:12px;
}

#contactForm td.contactlabel {
   color: #2F2F2F;
   text-decoration: none;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;  
   font-weight: normal;
   font-size:12px;   
   background-color: white;
   border: none;
   vertical-align: top; 
   width:100px;
}
#contactForm td.contactinput {
   color: #2F2F2F;
   text-decoration: none;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;  
   font-weight: normal;
   font-size:12px;   
   background-color: white;
   border: none;
   vertical-align: top; 
}
#contactForm .contactRow input.contactFormSubmit {
    background-color: rgb(128,161,202);

    color:black;
    font-size:12px;
    width:150px;
    height:24px;
    margin:2px;
    border: 1px #005496 solid;
    text-align:center;
}

/* Gallery */
/*Lightbox */
.content table.gTable {
   border:none;
   background-color: #e2e2e2;
   border: 1px solid  black;
   margin-bottom:5px;
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 5px;    
}

.content tr.gallery_image {
   color: black;
   text-align: center;   
   vertical-align: middle;
   padding-bottom:5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   height: 150px;
   width: 150px;
   overflow: auto;
   font-weight: normal;
   top:20px;
}

.content td.gallery_image {
   background-color: white;
   color: black;
   text-align: center;   
   vertical-align: middle;
   padding-bottom:5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   height: 150px;
   width: 150px;
   overflow: auto;
   font-weight: normal;
   top:20px;
}

.content .gTop a {
    line-height: 18px;
    margin-left:25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content .gBottom a {
    line-height: 18px;
    margin-left:25px;
    margin-top: 10px;
    margin-bottom: 10px;    
    font-weight:normal;
}

.content div.gallery_image {
   background-color: black;
   color: black;
   text-align: center;   
   vertical-align: middle;
   padding-bottom:10px;
   padding-left: 10px;
   padding-right: 5px;
   padding-top: 10px;
   height: 175px;
   width: 175px;
   overflow: auto;
   font-weight: normal;
   border: 1px solid black;
   top:20px;
}
.cont p {
    text-align: center;
}
.link {
    text-align: center;
   padding-bottom:10px;
   padding-left: 10px;
   padding-right: 5px;
   padding-top: 10px;    
}    

/* Bilderabstand */
span {
    padding:5px;
}
/* Flash */
.textItem div.flash {
    float: right;  
    padding-left: 7px;
    margin-left: 7px;
    background-color:transparent;
    height:430px;
    width: 320px;
 }
.textItem div.flash p {
   color: #777777;
   text-align: left;
   font-size: 10px;
   font-weight: normal;
   line-height: 14px;
   margin-top:0px;
   padding: 2px;
}
.textItem div.flash h1 {
   color: #777777;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   line-height: 14px;
   margin-top:0px;
   padding-top:0px;
}
.textItem div.flash object {
   color: black;
   text-align: centery;
   font-size: 10px;
   font-weight: normal;
   line-height: 14px;
   margin-top:0px;
   padding-top:0px;
}

/*Sidebar / News */

.sidebar {
    overflow: hidden; 
    float: right; 
    width: 160px;    
    height:100%;
/*    min-height:700px;*/
    margin: 0px; 
    padding: 0px 0px 10px 0px; 
    text-align: left; 
    background-color: #005496;  
    color: #f7a51c; 
    background-color: transparent;
}
.sidebar-txtbox-noshade{
    overflow: hidden; 
    float: right; 
    width: 160px; 
/*
    height:100%;
    min-height:600px;
*/    
    margin: 0px; 
    padding: 0px 0px 10px 0px; 
    text-align: left; 
    color: #f7a51c; 
    background-color: transparent;
}
.sidebar-maintitle {
    margin: 0px 0px 0px 0px; 
    padding: 3px 10px 2px 10px; 
    background-color: rgb(128,161,202); 
    color: white; 
    font-weight: bold; 
    text-align:center;
}

p.sidebar {
   font-weight: normal;
   font-size: 11px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;   
   margin-left: 3px;
   margin-top: 5px;
   margin-right: 3px;
   margin-bottom: 5px;    
}

p.top {
   font-size: 11px;
   color: white;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   margin-left: 3px;
   margin-top: 5px;
   margin-right: 3px;
   margin-bottom: 15px;
}
div.teaserright{
   padding-left: 1px;
   padding-top: 5px;
   padding-right: 1px;
   padding-bottom: 5px;
   margin-left: 1px;
   margin-top: 5px;
   margin-right: 1px;
   margin-bottom: 5px;
   text-align: left; 
   background-color: rgb(128,161,202);
   border-color: white;
   border-style: solid;
   border-width: thin;   
/*
   color: #f7a51c; 
   background-color: white;
*/   
}

p.teaserright {
   font-size: 11px;
   color: white;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   margin-left: 3px;
   margin-top: 5px;
   margin-right: 3px;
   margin-bottom: 5px;
}

a.teaserright{
   font-size: 11px;
   color: white;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   display: block;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 3px;
   padding-right: 0px;
   margin-left:5px;
}

a.teaserright:before {
   content: url(../images/teaserright.gif);
  
}
a.teaserright:hover {
  color: black;
}


a.more {
   font-size: 10px;
   color: black;
   text-decoration: none;
   text-align: right;
   font-weight: normal;
   line-height: 20px;
   display: block;
   margin-bottom: 5px 
}
a.more:after {
   content: url(../images/navi_pfeil_rechts.gif);
}
a.more:hover {
   text-decoration: none;
   color: white;
}
/* footer*/
.footer {
    overflow: hidden; 
    clear: both; 
    width: 954px; 
    height: 113px; 
    margin: 0px; 
    padding: 3px 3px 3px 3px; 
    border-top: solid 1px rgb(125,125,125); 
    background-color: rgb(128,161,202); 
    color: rgb(255,255,255); 
    font-size: 11px;
}

/***********************
* Up-Download Styles 
***********************/

.upl_button {
    font-family:Verdana, Arial, Verdana, Sans-Serif;
    font-size:11px;
    color:#000000;
    background-color:#fff;
    height:19px;
    padding:0 2px;
    border:1px solid #000080;
    margin-top:2px;
}

.upl_formdesc {
    width:100px;
    float:left;
}

.upl_table, .upl_table td {
    border-collapse: collapse;
    background:#fff;
    border:1px solid #000;
}

.upl_table td {
    padding:2px;
}

td.upl_textaction, td.upl_textfilename, td.upl_textsize {
    background:#bbb;
}

td.upl_textaction {
    width:150px;
}

.upl_textbox {
    font-family:Verdana,Sans-Serif;
    font-size:11px;
    color:#000;
    background-color:#fff;
    border:1px #000080 solid;
}

td.upl_textsize {
    width:80px;
}
