
body, #frame, #container, #header, #navigation, #footer, #feature, #mainCol, #extraCol, .content {
        position: static;
        text-align: left;
        text-indent: 0;
        background: White;
        color: Black;
        border-color: Black;
        width: auto;
        height: auto;
        display: block;
        float: none;
        min-height: 0;
        padding: 0;
}


#body-one, #body-two, #body-three, #subCol {
   display: none;
}


input {
    display: none;
}


#frame-four {
    width: 100%;
}

body {
	background: white;
	font-size: 12pt;
	color: black;
	padding: 0 3%;
}

table tr {
	border-bottom: none;
}

thead, thead.print {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

thead td, thead th, table.klein thead td {
    color: black;
    font-weight: bold;
    border-bottom: 2px solid black;
}

table.sortable tbody td {
    border-bottom: 1px solid black;
}

.clickable {
    text-decoration: none;
}

.hover {
    text-decoration: none;
}


a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #2E94CD;
	} 