/* CSS Template für die Hotel Schlüssel Landing Page */

body {
font-family: Helvetica,Arial,sans-serif;
background-color: #990033;
color: #E7AB0B;
}

h1 {
font-size: 1.5em;
text-align: center;
color: #E7AB0B;
margin: 2em 0;
}


div#Content {
position: absolute;
top: 7em; 
left: 50%;
margin-left: -385px;
width: 770px;
}

div#ContentL {
position: relative;
left: 1em;
width: 300px;
float: left;
}

div#ContentR {
position: relative;
right: 1em;
width: 300px;
float: right;
}

div#Foot {
margin: auto;
position: absolute;
bottom: 1em; 
left: 50%;
width: 700px;
margin-left: -350px;
text-align: center;
font-size: 10pt;
color: #999999;
}

a:link {
text-decoration: none;
color: #E7AB0B;
font-size: 1.2em;
}
a:visited {
text-decoration: none;
color: #E7AB0B;
font-size: 1.2em;
}
a:active {
text-decoration: none;
color: #E7AB0B;
font-size: 1.2em;
}
a:hover {
text-decoration: none;
color: #660000;
font-size: 1.2em;
}

img {
border: none;
}

