File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/css/style.css
* {
margin: 0;
padding: 0;
}
ul {
margin-left: 20px;
}
html,
body {
height: 100%;
width: 100%;
}
.background {
position: fixed;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
}
.background img {
min-height: 100%;
width: 100%;
}
.container {
width: 755px;
min-height: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.sidebar {
background-color: white;
width: 165px;
height: 100%;
position: fixed;
background-image: url('../images/sidebar-background.png');
background-position: bottom;
background-repeat: no-repeat;
}
.sidebar .logo {
background-image: url('../images/logo.png');
height: 217px;
}
.sidebar .menu {
font-family: Verdana;
font-size: 15px;
margin-top: 30px;
background-image: url('../images/menu-fade.png');
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 30px;
}
.sidebar .menu ul {
margin-left: 0px;
padding-left: 30px;
list-style-type: none;
}
.sidebar .menu ul li {
margin-top: 2px;
}
.sidebar .menu ul li a {
color: #00aeef;
text-decoration: none;
}
.sidebar .menu ul li a:hover {
color: #0081b1;
}
.sidebar .menu ul li a.active,
.sidebar .menu ul li a:hover {
color: #0081b1;
}
.content {
margin-left: 165px;
width: 590px;
min-height: 100%;
font-family: verdana;
font-size: 13px;
}
.content h3 {
font-size: 13px;
color: #00aeef;
margin-bottom: 0px;
padding-bottom: 0px;
padding-left: 40px;
padding-right: 40px;
}
.content a {
color: #00aeef;
}
.content .pad {
padding: 20px;
}
.content .bottom-stick {
position: fixed;
bottom: 10px;
width: 590px
}
.content .bottom-stick-absolute {
position: absolute;
bottom: 10px;
width: 590px
}
.content .heading-fill {
height: 217px;
display: none;
}
.content .heading {
background-image: url('../images/heading-fill.png');
height: 217px;
position: relative;
top: 0px;
width: 590px;
}
.content .text {
background-image: url('../images/paper.png');
background-repeat: no-repeat;
background-color: white;
}
.content .text p {
margin-top: 0px;
padding-top: 0px;
padding-left: 40px;
padding-right: 40px;
}
.content .heading h1 {
color: white;
font-family: verdana;
font-size: 35px;
font-weight: normal;
padding: 0px 10px 0px 10px;
margin: 0px;
}
.content .heading h2 {
color: white;
font-family: verdana;
font-size: 15px;
font-weight: normal;
padding: 0px 10px 0px 10px;
margin: 0px;
}
.content .copyright {
font-size: 10px;
color: #959595;
text-align: center;
}
.stappenplan {
width: 100%;
background-repeat: no-repeat;
background-image: url('../images/stappenplan.png');
height: 2165px;
background-position: center;
}
.stappenplan div[class^=step] {
position: relative;
left: 317px;
width: 210px;
height: 120px;
padding: 10px;
color: white;
}
.stappenplan .step1 {
top: 70px
}
.stappenplan .step2 {
top: 220px;
}
.stappenplan .step3 {
top: 358px;
}
.stappenplan .step4 {
top: 577px;
}
.stappenplan .step5 {
top: 725px;
}
.stappenplan .step6 {
top: 865px;
}
.stappenplan .step7 {
top: 1042px;
}
.clear {
clear: both;
}
.hint {
color: gray;
font-style: italic;
}
.form-field {
width: 485px;
margin-bottom: 5px;
color: #3d3d3d;
}
.form-field label {
float: left;
width: 175px;
}
.form-field .field {
margin-left: 10px;
float: left;
width: 300px;
}
.form-field .field input[type='text'] {
width: 200px;
}
.fll {
float: left;
}
.flr {
float: right;
}
.clear {
clear: both;
}
input[type='submit'] {
font-size: 14px;
color: #cc0000;
background-color: #ffcc00;
border: none;
padding: 10px;
}
.message-error {
width: 100%;
font-size: 11px;
font-family: Verdana;
color: white;
background-color: #ff3b57;
}
.message-success {
width: 100%;
font-size: 11px;
font-family: Verdana;
color: white;
background-color: #00c300;
}
.message-success tbody tr td, .message-error tbody tr td {
padding: 5px;
color: white;
vertical-align: middle;
}
.social {
text-align: center;
position: absolute;
bottom: 20px;
left: 50px;
}