ACC SHELL
* {
margin: 0;
padding: 0;
}
html{
background-color: #f0f0ff;
}
body {
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #014076;
}
h1, h3 {
color: #014076;
}
h1{
font-size: 46pt;
margin: 20px 20px 20px 0px;
}
h2{
text-transform: uppercase;
font-size: 18pt;
color: white;
display:inline-block;
padding:0.3em;
background-color: #014076;
/* Border style */
border: 1px solid #cccccc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/* Border Shadow */
-moz-box-shadow: 2px 2px 2px #cccccc;
-webkit-box-shadow: 2px 2px 2px #cccccc;
box-shadow: 2px 2px 2px #cccccc;
}
h3{
font-size: 14pt;
margin: 15px 15px 15px 15px;
}
p {
font-weight: bold;
font-size: 12pt;
}
.centrum {
position: absolute;
text-transform: uppercase;
bottom: 7px;
}
ol{
list-style-type: none;
margin: 20px 0px 0px 0px;
}
ol li {
margin: 5px 20px 5px 20px;
font-size: 12pt;
}
ul li {
color: #B2C909;
margin: 8px 20px 0px 20px;
font-size: 14pt;
list-style-type: disc;
}
ul ul li{
list-style-type: circle;
}
ul li li span{
font-size: 11pt;
font-weight: bold;
}
ul li span {
color: #014076;
font-size: 14pt;
}
#wrapper{
margin: 0px auto 20px auto;
width: 1000px;
box-shadow: 10px 10px 5px #888888;
}
#header{
background-image: url('../images/logo.png');
background-repeat:no-repeat;
height: 160px;
background-color: #014076;
}
#menu{
padding: 10px 25px 10px 15px;
background-color: #B2C909;
}
#menu a {
text-transform: uppercase;
font-weight: bold;
color: #014076;
border: solid;
border-width: 0 1px 0 0;
padding-right:5px;
padding-left:5px;
text-decoration: none;
font-size: 10pt;
}
#menu a:last-child{
border-width: 0 0 0 0;
}
#content{
position: relative;
height: 385px !important;
min-height: 385px;
background-color: rgb(246,246,246);
}
article{
padding: 15px 20px 20px 20px;
}
#content .image{
float: right;
}
#footer{
background-image: url('../images/footer.png');
background-repeat: no-repeat;
background-position:center;
height: 60px;
background-color: #B2C909;
}
#frame{
padding: 5px 20px 20px 20px;
margin: 5px 20px 7px 0px;
width: 69%;
background: #f0f0f0;
/* Border style */
border: 1px solid #cccccc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/* Border Shadow */
-moz-box-shadow: 2px 2px 2px #cccccc;
-webkit-box-shadow: 2px 2px 2px #cccccc;
box-shadow: 2px 2px 2px #cccccc;
}
#calculate{
width: 410px;
height: 200px;
padding: 0px 8px 0px 14px;
background: #f0f0f0;
/* Border style */
border: 1px solid #cccccc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/* Border Shadow */
-moz-box-shadow: 2px 2px 2px #cccccc;
-webkit-box-shadow: 2px 2px 2px #cccccc;
box-shadow: 2px 2px 2px #cccccc;
}
#contact{
float:right;
vertical-align: top;
}
#contactform {
width: 430px;
padding: 0px 8px 0px 14px;
margin: 5px 20px 15px 0px;
background: #f0f0f0;
overflow:auto;
float:left;
/* Border style */
border: 1px solid #cccccc;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/* Border Shadow */
-moz-box-shadow: 2px 2px 2px #cccccc;
-webkit-box-shadow: 2px 2px 2px #cccccc;
box-shadow: 2px 2px 2px #cccccc;
}
label {
font-family: Arial, Verdana;
display: block;
margin: 10px 10px 10px 10px;
color:#014076;
float: left;
text-align: left;
width: 150px;
line-height: 13px;
font-weight: bold;
font-size: 15px;
}
.input{
line-height: 13px;
font-family: Arial, Verdana;
font-size: 15px;
margin: 10px 10px 10px 10px;
padding: 5px;
border: 1px solid #b9bdc1;
width: 200px;
color: #797979;
}
.button{
float: right;
margin:10px 55px 10px 0;
font-weight: bold;
line-height: 1;
padding: 6px 10px;
color: white;
text-align: center;
background: #014076;
/* Border style */
border: 1px solid #5c6f91;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/* Box shadow */
-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
box-shadow: inset 0 1px 0 0 #aec3e5;
}
ACC SHELL 2018