<!---
/* Main stuff for body outside the main table*/


/* properties for form elements*/
input, textarea, select, {
color : #000000;
font-size: 10pt;
border-collapse: collapse; 
border: 1px solid #000000;
padding-right: 5px;
}

/* the table that has the search box */
.searchtable {
border: 1px #FFFFFF solid; 
background-color: #FFFFFF; 
width: 100%; 
padding: 0px;
}

/*The actual search bar row*/
.submit {
padding: 0px;
margin: 0px;
padding-left: 10px;
padding-top: 6px;
}

.searchform {
margin: 0px;
padding: 0px;
align: right;
}

.searchbox {
border: 1px solid #000000;
height: 16px;
margin-right: 4px;
margin-top: 4px;
}

.searchbutton {
margin-top: 4px;
padding: 0px;
height: 21px;
width: 55px;
font-size: 11px;
}

.searchrow {
border: 0px #FFFFFF solid; 
background: url(../grafik/searchrow.png) repeat-x;
width: 100%;
height: 30px;
color: #FFFFFF;
}

.searchrow a {
font-size: 14px;
}

.searchrow a:link {
color: #FFFFFF;
font-weight: bold;
}

.searchrow a:visited {
color: #FFFFFF;
font-weight: bold;
}

.searchrow a:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

/*The row under the search*/
.searchunder {
border: 0px #FFFFFF solid; 
background-color: #e1e1e1; 
width: 100%;
height: 20px;
padding: 0px;
color: #00000;
}

/*main table properties*/
.maintable {
border: 0px #FFFFFF solid; 
background-color: #FFFFFF; 
width: 100%; 
padding: 0px;
margin: 0px;
}

.maintable a {
}

.maintable a:link {
color: blue;
text-decoration: underline;
}

.maintable a:visited {
color: blue;
text-decoration: underline;
}

.maintable a:hover {
color: black;
text-decoration: underline;
}

/*row properties of main table*/
.rows {
border: 5px #FFFFFF solid; 
background-color: #FFFFFF; 
padding: 0px; 
font-size:  10pt; 
color: #000000;
}

.rows a:link, .rows a:active,.rows a:visited { 
color : #0000FF;
}

/*columns properties of main table*/
.columns {
padding: 10px;
height: 75px;
width: 30%;
}

/*the box for each link*/
.box {
background-color: #e1e1e1; 
width: 90%;
height: 20px;
padding-left: 5px;
padding-top: 2px;
color: #FFFFFF;
}

.box a:link, .box a:active, .box a:visited { 
color : #000000; 
font-weight: bold;
}

.hits_text {
font-size: 11px;
font-weight: bold;
}

/*box table structure*/
.boxtable{
border: 0px #FF0000 solid; 
background-color: #FFFFFF; 
width: 100%; 
padding: 0px
}

.breakline {
height: 21px;
width: 100%;
background: url(../grafik/breakline.png) repeat-x;
background-position: center;
}
--->
