@import url("reset.css");

html {
overflow-y: scroll; /*erzwingt Scrollbars im FF*/
}
html, body {
height: 100%;
}
body {
font-family: Verdana, sans-serif;
font-size: 100%;
line-height: 1.25;
color: #605f60;
background-color: #723d5d;
background-image: url(../images/hg_alegria.jpg);
background-position: 52% 0;
background-repeat: no-repeat;  
}
#wrapper {
position: relative;
width: 1000px;
left: 50%;
margin-left: -500px;
margin-bottom: 3em;
}
#head {
position: relative;
width:100%;
height: 400px;
background-image: url(../images/head_alegria.png);
background-position: top left;
background-repeat: no-repeat;
z-index: 5;
}
#nav {
position: relative;
top: -120px;
left: 450px;
width: 441px;
height: 40px;
z-index: 10;
}
#gradient {
position: relative;
top: -270px;
left: 0;
width: 100%;
padding-bottom: 25px;
background-image: url(../images/mitte_alegria.jpg);
background-position: top right;
background-repeat: repeat-y;
z-index: 1;
overflow: auto;
}
#content {
float: left;
width: 800px;
margin-top: 150px;
margin-left: 101px;
padding-top: 90px;
padding-bottom: 30px;
font-size: .875em;
background-color: #b5afaf; 
}
#mainContent {
float: left;
width: 450px;
padding-left: 80px;
}
#secondaryContent {
float: right;
width: 220px;
margin-right: 10px;
}
#start #secondaryContent p, #start #secondaryContent h3 {
text-align: right; 
}
#mainContent.ref { /*Referenzen*/
width:35%; 
}
#secondaryContent.ref { /*Referenzen*/
width:52%; 
}
#kontakt #mainContent {
width: 410px; 
}
#kontakt #secondaryContent {
width: 260px;
padding-top: 3.5em;
text-align: right;
}
#footer {
float: left;
margin-left: 101px;
width: 800px;
background-color: #dcdcdc; 
}
#head h1.invisible {
position: absolute;
top: 270px;
left: 115px;
width: 200px;
font-size: 1em;
text-align: center;
display: none;
}
#nav ul, #footer ul {
float: right;
width: auto;
height: 100%;
background: transparent;
}
#footer ul {
margin-right: 10px;
}
#nav ul li, #footer ul li {
float: left;
}
#nav ul a, #footer ul a {
display: block;
float: left;
}
#nav ul a {
font-size: .875em;
padding: 20px 0 8px 13px;
}
#footer ul a {
font-size: .75em;
padding: 10px 0;
}
a:link, a:visited {
color: #531371;
}
a:hover, a:active {
color: #1f93ab;
}
#veranstaltungen #nav .veranstaltungen a,
#referenzen #nav .referenzen a,
#kontakt #nav .kontakt a,
#impressum #footer .impressum a {
color: #1f93ab;
}
#content p {
margin-bottom: .875em;
line-height: 1.5;
}
#content p span.label { /*Impressum*/
padding-right: .625em; 
}
#content h2 {
font-weight: bold;
padding-top: 4px;
margin-bottom: .275em; 
}
#content h3 {
line-height: 1.8; 
}
#content h3.white {
color: #ffffff;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
} 

/* ##### Kontaktformular ##### */
fieldset {
border: none;
}
label {
display: block;
font-size: .875em;
color: #605f60;
}
input, textarea {
border: none;
color: #fff;
background-color: #784162;
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: #1f93ab;
}
#kontakt #content #form p.message {
margin-left: 0;
}
/* ##### Ende Kontaktformular ##### */