body, html {
background-color: #F8F8F8;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0px;
height: 100%;
width: 100%;
text-align: center;
}
/* beginn intern */
#container-intern {
border: 2px solid #004B97;
position: relative;
top: 0px;
left: 0px;
width: 750px;
height: auto;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0px;
text-align: left;
}
.container-intern-header {
background-color: #004B97;
position: relative;
top: 0px;
left: 0px;
width: 750px;
height: 30px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0px;
text-align: left;
}
.container-intern-header h1 {
text-align: left;
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #F7F7F7;
font-family: Arial;
padding: 4px 0px 3px 3px;
margin: 0px;
}
.container-intern-content p {
position: relative;
top: 3px;
left: 0px;
background-color: #FCFCFC;
border: 1px solid #C0C0C0;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #2A2A2A;
font-family: Arial;
padding: 5px;
margin: 0px 5px 5px 5px;
}
.container-intern-content h2 {
text-align: left;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #2A2A2A;
font-family: Arial;
padding: 0px 0px 0px 4px;
margin: 0px;
}
.container-intern-footer {
background-color: #004B97;
position: relative;
top: 0px;
left: 0px;
width: 750px;
height: 30px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0px;
text-align: right;
}
.container-intern-footer p{
position: relative;
top: 3px;
left: 0px;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #FCFCFC;
font-family: Arial;
padding: 4px 3px 0px 0px;
margin: 0px;
}
.container-intern-footer a {
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #F7F7F7;
font-family: Arial;
padding: 0px;
margin: 0px;
}
.container-intern-footer a:hover {
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #C40000;
font-family: Arial;
padding: 0px;
margin: 0px;
}
/* ende intern */
