@import url("reset.css");

html {
overflow-y: scroll; /*erzwingt Scrollbars im FF*/
}
html, body {
height: 100%;
}
body {
font-family: Georgia;
font-size: 100%;
line-height: 1.25;
color: #605f60;
background-color: #620302;
background-image: url(../images/hg_viajera.jpg);
background-position: 50% 0;
background-repeat: no-repeat;  
}
#wrapper {
width: 920px;
position: relative;
left: 50%;
margin-left: -415px;
margin-bottom: 3em;
}
#head {
position: relative;
width:100%;
height: 372px;
background-image: url(../images/head_viajera.png);
background-position: top left;
background-repeat: no-repeat;
}
#head h1.invisible {
position: absolute;
top: 240px;
left: 390px;
width: 350px;
font-size: 2em;
text-align: center;
display: none;
}
#nav {
position: relative;
top: -85px;
left: 200px;
width: 600px;
height: 45px;
padding-right: 7px;
}
#nav ul {
float: right;
width: auto;
height: 100%;
background: transparent;
}
#footer ul {
float: right;
width: auto;
height: 100%;
margin-right: 15px;
background: transparent;
}
a {
text-decoration: none; 
}
#nav ul li, #footer ul li {
float: left;
}
#nav ul a, #footer ul a {
display: block;
float: left;
}
#nav ul a {
font-size: 1.125em;
padding: 18px 8px 0 5px; 
}
#footer ul a {
font-size: .875em;
padding: 8px 0;
}
a:link, a:visited {
color: #fff;
}
a:hover, a:active {
color: #e60e2e;
}
#vita #nav .vita a,
#vita #subnav .vita a,
#galerie #nav .galerie a,
#auftritte #nav .auftritte a,
#auftritte #subnav .auftritte a,
#audio #nav .audio a,
#meinungen #nav .meinungen a,
#kontakt #nav .kontakt a,
#impressum #footer .impressum a {
color: #e60e2e;
}
ul#subnav {
float: left; /*???*/
position:absolute;
top:355px;
left:9px; 
padding: 4px 10px 2px 10px;
background-color: #82091a; 
}
ul#subnav li {
float: left;
}
ul#subnav a {
display: block;
float: left;
}
ul#subnav a {
font-size: .875em;
padding: 0 5px;
}
#content {
float: left;
width: 785px;
margin-top: -84px;
margin-left: 9px;
padding-top: 60px;
padding-bottom: 30px;
background-color: #b5afaf; 
border-right: 15px solid #fff;
}
#mainContent {
position: relative;
float: left;
width: 450px;
padding-left: 80px;
}
#secondaryContent {
float: right;
width: 220px;
margin-right: 10px;
}
#mainContent.ref { /*Referenzen*/
width:35%; 
}
#secondaryContent.ref { /*Referenzen*/
width:52%;
}
#kontakt #mainContent {
width: 410px; 
}
#kontakt #secondaryContent {
width: 260px;
padding-top: 3.25em;
text-align: right;
}
#content p {
margin-bottom: .875em;
line-height: 1.5; 
}
#content p span.label { /*Impressum*/
padding-right: .625em; 
}
#meinungen #content p span {
font-size: .875em; 
font-style: italic;
}
#content h2 {
font-weight: bold;
padding-top: 4px;
margin-bottom: .1em; 
}
#content h2.test {
padding-top: 0;
padding-left: 80px;
clear: both; 
}
#content strong {
font-weight: bold;
font-style: normal; 
}
#mainContent h3 {
font-weight: bold;
}
#audio #secondaryContent p {
padding-left: 10px;
font-size: .875em;  
}
#slideshow {
position: relative;
width: 100%;
height: 545px;
}
#slideshow img {
position: absolute;
top: 0;
left: 0;
}
#footer {
float: left;
margin-left: 9px;
width: 800px;
background-color: #82091a; 
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
} 

/* ##### Kontaktformular ##### */

fieldset {
border: none;
}
label {
display: block;
font-size: 1em;
color: #605f60;
}
input, textarea {
border: none;
color: #fff;
background-color: #82091a;
margin-bottom: .875em;
}
input.text {
width: 222px;
padding: 4px;
}
textarea {
width: 312px;
padding: 4px;
overflow: auto;
}
input.button {
padding: 4px;
}
#form #submit {
margin-top: .75em;  
}
#kontakt #content #form p.warning {
margin-top: -.75em;
font-size: .75em;
line-height: 1.25;
color: #e60e2e;
}
#kontakt #content #form p.message {
margin-left: 0;
}
/* ##### Ende Kontaktformular ##### */