/* global settings -----------------------------------------------------------*/
body {
font-family: times, "Times New Roman", serif;
font-size: 12pt;
color: #000;
background: white;
}
a:hover {
text-decoration: none;
}
/* helpers -------------------------------------------------------------------*/
a.readmore {
display: none;
}
#framework {
width: auto;
margin: 0;
padding: 0;
}
html>body #framework {
width: auto;
}
/* top settings --------------------------------------------------------------*/
#logo {
float: none;
}
/* navigation settings -------------------------------------------------------*/
/* navigationservice */
#navigationservice {
display: none;
}
/* navigationmain - container for navigationproducts and navigationcompany */
#navigationmain {
display: none;
}
/* content settings ----------------------------------------------------------*/
/* global */
#content {
float: none;
width: auto;
margin: 0;
}
/* home */
.hometeaserwide {
float: none;
width: auto;
height: auto;
padding: 0;
background: none;
}
html>body .hometeaserwide {
width: auto;
height: auto;
}
.hometeaserwide p {
font-size: 12pt;
padding: 0;
color: #000;
}
.hometeasershort {
float: none;
width: auto;
height: auto;
margin: 0;
background: none;
}
.hometeasershort.first h1 {
font-size: 12pt;
padding: 10px 0 0 0;
}
.hometeasershort h1 {
font-size: 14pt;
padding: 20px 0 0 0;
color: #000;
background: none;
}
.hometeasershort h2 {
font-size: 12pt;
padding: 10px 0 0 0;
color: #000;
}
.hometeasershort h3 {
font-size: 14pt;
padding: 20px 0 0 0;
color: #000;
background: none;
}
.hometeasershort p {
font-size: 12pt;
padding: 10px 0 0 0;
color: #000;
}
.hometeasershort ul {
font-size: 12pt;
list-style: square;
padding: 10px 0 0 20px;
}
.hometeasershort ul li {
padding: 0 0 0 10px;
color: #000;
background: none;
}
.hometeasershort ul li a {
padding: 0 0 5px 0;
color: #000;
}
/* contentbox */
#contentbox {
float: none;
width: auto;
padding: 0;
}
html>body #contentbox {
width: auto;
}
#contentbox h1 {
font-size: 14pt;
color: #000;
}
#contentbox h2 {
font-size: 12pt;
color: #000;
}
#contentbox p {
font-size: 12pt;
color: #000;
}
#contentbox table {
width: auto;
font-size: 12pt;
margin: 10px 0 0 0;
border: 1px solid #DADADA;
color: #000;
}
#contentbox table th {
border: 1px solid #DADADA;
background: none;
}
#contentbox table th.last {
border-right: 1px solid #DADADA;
}
#contentbox table td {
border: 1px solid #DADADA;
}
#contentbox table tr:hover td {
background: none;
}
/* contentimageteaser */
#contentbox .contentimageteaser {
float: left;
width: 217px;
margin: 10px 0 0 0;
background: none;
}
#contentbox .contentimageteaser.last {
margin: 10px 0 0 10px;
}
#contentbox .contentimageteaser h1 {
font-size: 12pt;
padding: 10px 0 0 0;
color: #000;
}
#contentbox .contentimageteaser p {
font-size: 12pt;
padding: 10px 0;
color: #000;
}
/* contenttextteaser */
#contentbox .contenttextteaser {
font-size: 12pt;
}
#contentbox .contenttextteaser ul {
list-style: square;
padding: 10px 0 0 20px;
}
#contentbox .contenttextteaser ul li {
float: none;
padding: 0 0 0 10px;
}
#contentbox .contenttextteaser ul li a {
width: auto;
display: inline;
padding: 0;
color: #000;
background: none;
}
html>body #contentbox .contenttextteaser ul li a {
width: auto;
}
#contentbox .contenttextteaser ul li.last {
margin: 0;
}
#contentbox .contenttextteaser ul li.back a {
background: none;
}
/* contentul */
#contentbox .contentul {
font-size: 12pt;
background: none;
}
#contentbox .contentul ul {
list-style: square;
padding: 10px 0 0 20px;
}
#contentbox .contentul ul li {
padding: 0 0 0 10px;
color: #000;
background: none;
}
/* contentol */
#contentbox .contentol {
font-size: 12pt;
background: none;
}
#contentbox .contentol ol li {
margin: 0 0 0 20px;
padding: 0;
color: #000;
background: none;
}
/* contentlist */
#contentbox .contentlist {
font-size: 12pt;
}
#contentbox .contentlist ul {
list-style: square;
}
#contentbox .contentlist ul li {
margin: 0 0 0 20px;
}
#contentbox .contentlist ul li a {
width: auto;
display: inline;
margin: 0;
padding: 0 0 0 10px;
color: #000;
background: none;
}
html>body #contentbox .contentlist ul li a {
width: auto;
}
#contentbox .contentlist ul li.headline {
padding: 0;
background: none;
}
#contentbox .contentlist ul li ul {
background: none;
}
#contentbox .contentlist ul li ul li a {
width: auto;
display: inline;
margin: 0;
padding: 0 0 0 20px;
background: none;
}
html>body #contentbox .contentlist ul li ul li a {
width: auto;
}
/* contentimagetext */
#contentbox .contentimagetext {
background: none;
}
#contentbox .contentimagetext img {
border-right: 0;
}
#contentbox .contentimagetext p {
font-size: 12pt;
padding: 0;
color: #000;
}
/* contentnavigationservice */
#contentbox #contentnavigationservice {
display: none;
}
/* serviceteaser */
#serviceteaserbox {
display: none;
}
/* form settings -------------------------------------------------------------*/
fieldset {
padding: 0;
color: #000;
background: none;
}
input {
font-size: 10pt;
margin: 0;
padding: 2px 5px;
border: 1px solid #000;
color: #000;
background: #FFF;
}
.submittransparent {
font-size: 12pt;
padding-left: 0;
color: #000;
background: none;
}
.submittransparent:active, .submittransparent:focus, .submittransparent:hover {
background: none;
}
/* footer settings -----------------------------------------------------------*/
#footerleft, #footermiddle, #footerright {
font-size: 10pt;
}
#footermiddle {
display: none;
}
/* social bookmarks settings -------------------------------------------------*/
#contentbox .social-add-button-service {
display: none;
}