body {
background-color: #cccccc;
background-image: url('/img/design/mainBg01.jpg');
background-attachment: fixed;
background-size: 100% 100%;
background-repeat: no-repeat;
font-family: Helvetica;
font-size: 1em;
color: black;
margin: 0;
text-align: center;
}
.logo {
width: 100%;
text-align: center;
}
.logo img {
width: 450px;
height: auto;
}
.mainBox {
background-color: white;
height: auto;
min-height: 800px;
width: 70%;
min-width: 400px;
display: inline-block;
margin-top: 10px;
-webkit-border-radius: 25px;
border-radius: 25px;
padding: 0px 15px 15px 15px;
-webkit-box-shadow: 5px 5px 15px black;
box-shadow: 5px 5px 15px black;
border: 1px solid black;
vertical-align: top;
text-align: left;
opacity: 0.95;
}
.mainBoxTop {
background-color: black;
width: 98%;
height: 5px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url('/img/design/mainTopLeft01.jpg'), url('/img/design/mainTopRight01.jpg');
background-position: left center, right center;
background-repeat: no-repeat;
}
.menuDiv ul {
text-align: center;
padding-bottom: 5px;
background-color: #0099cc;
}
@media (min-width: 500px) {
.menuDiv ul {
background-image: url('/img/design/menuBg02l.jpg'),url('/img/design/menuBg04r.jpg');
background-repeat: no-repeat;
background-position: left center,right center;
background-size: auto 45px;
}
}
.menuDiv li {
display: inline-block;
margin-right: 0.1em;
}
.menuDiv a {
display: block;
width: 9em;
text-decoration: none;
color: black;
font-size: 1.15em;
background-color: #00ccff;
padding: 0.4em;
margin: 0.2em 0 0 0;
letter-spacing: 2px;
-webkit-transition: background-color .25s ease-in;
transition: background-color .25s ease-in;
}
.menuLinkSelected a{
background-color: #99ffff;
color: white;
}
.menuDiv a:hover, a:focus {
color: white;
background-color: #99ffff;
-webkit-transition: background-color 0.5s;
transition: background-color 0.5s;
}
.mainpage {
text-align: center;
}
.mainpage div {
text-align: left;
display: inline-block;
width: 29%;
min-width: 140px;
border: 1px dotted grey;
border-radius: 15px;
min-height: 500px;
margin-right: 5px;
vertical-align: top;
}
.mainpage h2 {
color: #0099ff;
}
.sales {
background-image: url('/img/graphics/mercedes_sprinter01.jpg'),url('/img/graphics/mercedes_oldtimer01.jpg'), url('/img/graphics/steyr_traktor01.jpg');
background-position: left top, right center, left bottom;
background-repeat: no-repeat;
background-size: auto 200px, auto 200px, auto 200px;
width: 100%;
min-height: 380px;
}
.sales h2 {
color: #0099ff;
}
.sales h3 {
color: black;
}
.contact {
padding-left: 10%;
background-image: url('/img/graphics/phone2.png');
background-repeat: no-repeat;
background-position: right top;
background-size: auto 200px;
}
.contact h2, h3 {
color: #0099ff;
}
.contact a {
text-decoration: none;
font-weight: bold;
color: #0066cc;
}
.contact a:hover {
color: #0099ff;
text-decoration: underline;
}
.contact h3 {
text-align: center;
}