html, body {
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    text-align: center; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    background-color: #606060;
    background-image: url("background.gif");
    background-repeat: repeat-y;
    background-position: 50% 0;
}

td {
    font-size: 12px;
}

a:link {
	color: #333;
    text-decoration: none;
    outline-width: 0px;
}

a:visited {
	color: #333;
    text-decoration: none;
    outline-width: 0px;
}

a:hover {
	color: #666;
    text-decoration: underline;
    outline-width: 0px;
}

a:active {
	color: #666;
    text-decoration: underline;
    outline: red solid 0px;
}

#body-container a:link {
    color: #18d;
    text-decoration: none;
    outline-width: 0px;
}

#body-container a:visited {
    color: #18d;
    text-decoration: none;
    outline-width: 0px;
}

#body-container a:hover {
    color: #18d;
    text-decoration: underline;
    outline-width: 0px;
}

#body-container a:active {
    color: #18d;
    text-decoration: underline;
    outline: red solid 0px;
}

#content-container {
    clear: both;
    padding-top: 5px;
}

#container {
    width: 900px !important;
    width /**/: 900px;
    text-align: left;
    margin: 0 auto;
    min-height: 100%;
}

#header {
    height: 220px;
    background-image: url("header-3.jpg");
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

#subheader {
    text-align: right;
    font-size: 10px;
    padding-right: 10px;
}

#subheader .contact {
    float: right;
}

#subheader .login {
    float: left;
    padding-left: 235px;
}

#subheader a:link {
	color: #18d;
    text-decoration: none;
}

#subheader a:visited {
	color: #18d;
    text-decoration: none;
}

#subheader a:hover {
	color: #18d;
    text-decoration: underline;
}

#subheader a:active {
	color: #18d;
    text-decoration: underline;
}

#menu-container {
    width: 225px;
    float: left;
}

#menu-container h3 {
    color: #e40082;
	font-size: 14px;
	font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

#menu-container ul {
    padding-top: 0px;
    margin-top: 0px;
}

#menu li.menu1-level2-no {
	margin-left:20px;
}
    
#menu li.menu1-level2-act {
    margin-left:20px;
}

#menu li.menu1-level1-act a { 
	color: #e40082;
}

#menu li.menu1-level2-act a {
    color: #e40082;
}

.tx_newsflexible_maintitle {
    display: none;
}

#body-container {
    float: left;
}

#content {
    width: 660px;
    padding-left: 10px;
    padding-right: 5px;
}

#content h1, h3{
    color: #e40082;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
    margin-bottom: 0px;
}

#content h4{
    color: #18d;
	font-size: 12px;
	margin-top: 10px;
    margin-bottom: 0px;
}

#content .tx_newsflexible_datetime {
    font-style: italic;
    padding-left: 15px;
    color: #999;
}

#content .tx_newsflexible_article_datetime {
    font-style: italic;
    color: #999;
}

.tx-newloginbox-pi1 {
	font-size: 12px;
}

.tx-newloginbox-pi1 form {
    padding-top: 20px;
}

.tx-newloginbox-pi1 table { 
	font-size: 12px; 
}

.tx-newloginbox-pi1 th { 
	font-weight: normal;
    width: 110px;
	text-align: right; 
	white-space: nowrap; 
}

.tx-newloginbox-pi1 td { 
	padding-left: 10px; 
}

.tx-srfeuserregister-pi1 {
    font-size: 12px;
    width: 480px;
}

#content .tx-srfeuserregister-pi1 h4{
    color: #666;
	font-size: 12px;
	font-weight: bold;
}

input {
    font-size: 10px;
}

.tx-srfeuserregister-pi1  dd {
	width: 320px;
}

.tx-srfeuserregister-pi1  dl {
    overflow: hidden;
}

.tx-srfeuserregister-pi1  fieldset {
	border: 0px solid blue;
}

.tx-srfeuserregister-pi1 legend {
    display: none;
}

.logo {
    width: 225px;
    height: 75px;
}

#copyright {
    padding-top: 40px;
    font-size: 9px;
    text-align: center;
    color: #999;
    width: 675px;
}

.contenttable .download-header1 {
    width: 210px;
    font-weight: bold;
    text-align: center;
    padding-right: 5px;
}
.contenttable .download-header2 {
    width: 210px;
    font-weight: bold;
    text-align: center;
}
.contenttable .download-header3 {
    width: 210px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}
.contenttable .requirements1 {
    border-right: 1px solid black;
    text-align: center;
    padding-right: 5px;
}
.contenttable .requirements2 {
    border-right: 1px solid black;
    text-align: center;
}
.contenttable .requirements3 {
    padding-left: 5px;
    text-align: center;
}
.contenttable .download-link1 {
    border-right: 1px solid black;
    text-align: center;
    padding-top: 10px;
    padding-right: 5px;
}
.contenttable .download-link2 {
    border-right: 1px solid black;
    padding-top: 10px;
    text-align: center;
}
.contenttable .download-link3 {
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
}