body {
background: #d74e85;
margin: 0;
padding: 0;
}
#wrapper {
float: left;
width: 1000px;
height: 600px;
background-repeat: no-repeat;
margin-top: 100px;
padding: 0;
}
ul.nav {
width: 880px;
height: 20px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, "sans serif";
font-size: 15px;
color: #54443e;
list-style-type: none;
margin-top:-20px;
padding: 0;
margin-left:0;
padding-left:0;
}
ul.nav li {
float: left;
margin:0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
}
/*---------------------BUTTON ANGEBOT--------------------------------------------------------*/
#wrapper ul.nav li a.angebot:link, #wrapper ul.nav li a.angebot:visited {
background-color:#fe8351;
color: #54443e;
text-decoration: none;
width: 175px;
height: 20px;
margin:0;
padding: 0;
display: block;
vertical-align: middle;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-safari-transition: all 0.5s;
-o-transition: all 0.5s;
}
#wrapper ul.nav li a.angebot:hover, #wrapper ul.nav li a.angebot:active {
background-color: #f5b59a;
}
#pageangebot #wrapper ul.nav li a.angebot:hover, #pageangebot ul.nav li a.angebot:active {
background-color:#fe8351;
}
/*---------------------BUTTON UEBER MICH--------------------------------------------------------*/
#wrapper ul.nav li a.uebermich:link, #wrapper ul.nav li a.uebermich:visited {
background-color:#f8c93d;
color: #54443e;
text-decoration: none;
width: 175px;
height: 20px;
margin:0;
padding: 0;
display: block;
vertical-align: middle;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-safari-transition: all 0.5s;
-o-transition: all 0.5s;
}
#wrapper ul.nav li a.uebermich:hover, #wrapper ul.nav li a.uebermich:active {
background-color: #fbdd89;
}
#pageuebermich #wrapper ul.nav li a.uebermich:hover, #pageuebermich ul.nav li a.uebermich:active {
background-color:#f8c93d;
}
/*---------------------BUTTON INFOS--------------------------------------------------------*/
a.infos:link, a.infos:visited {
background-color:#8ecefc;
text-decoration: none;
color: #54443e;
width: 175px;
height: 20px;
margin:0;
padding: 0;
display: block;
vertical-align: middle;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-safari-transition: all 0.5s;
-o-transition: all 0.5s;
}
a.infos:hover, a.infos:active {
background-color: #a2d6fb!important;
}
#pageinfos a.infos:hover, #pageinfos a.infos:active {
background-color: #5bc2fa;
}
/*---------------------BUTTON FRAGEN--------------------------------------------------------*/
a.fragen:link, a.fragen:visited {
background-color:#D0E587;
text-decoration: none;
color: #54443e;
width: 175px;
height: 20px;
margin:0;
padding: 0;
display: block;
vertical-align: middle;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-safari-transition: all 0.5s;
-o-transition: all 0.5s;
}
a.fragen:hover, a.fragen:active {
background-color: #e3f3b8!important;
}
#pageinfos a.fragen:hover, #pageinfos a.fragen:active {
background-color: #5bc2fa;
}
/*---------------------BUTTON KONTAKT--------------------------------------------------------*/
a.kontakt:link, a.kontakt:visited {
background-color: #80EEDC !important;
text-decoration: none;
color: #54443e;
width: 175px;
height: 20px;
margin:0;
padding: 0;
display: block;
vertical-align: middle;
text-align: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-safari-transition: all 0.5s;
-o-transition: all 0.5s;
}
a.kontakt:hover, a.kontakt:active {
background-color: #a2f6f7!important;
}
#pagekontakt a.kontakt:hover, #pagekontakt a.kontakt:active {
background-color: #7eec7a;
}
/*---------------------BILDER ANGEBOT--------------------------------------------------------*/
#pageangebot #wrapper {
background-image:url(images/angebot_02.png);
background-repeat: no-repeat;
}
/*---------------------BILDER UEBER MICH--------------------------------------------------------*/
#pageuebermich #wrapper {
background-image:url(images/uebermich_02.png);
background-repeat: no-repeat;
}
/*---------------------BILDER INFOS --------------------------------------------------------*/
#pagefragen #wrapper {
background-image: url(images/infos-neu.png);
background-repeat: no-repeat;
}
#pagearbeitsweise #wrapper {
background-image: url(images/infos-neu.png);
background-repeat: no-repeat;
}
#pageinfos #wrapper {
background-image: url(images/fragen.png);
background-repeat: no-repeat;
}
/*---------------------BILDER UND SEITE KONTAKT --------------------------------------------------------*/
#pagekontakt #wrapper {
background-image: url(images/kontakt-neu.png);
background-repeat: no-repeat;
}
#platzhalter {
margin-top: 63px;
padding: 0;
width: 335px;
height: 250px;
float: left;
}
#formular {
margin-top: 70px;
padding-right: 30px;
width: 400px;
height: 430px;
float: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: right;
color: #444;
}
#adresse {
margin-top: 70px;
width: 200px;
height: 200px;
float: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444 ;
}
#adresse h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444;
margin: 0;
padding-bottom: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
input, textarea {
width: 200px;
vertical-align: top;
background-color:#7CCECC;
border: none !important;
border-top: 0px;
border-left : 0px;
margin-left: 20px;
transition: all 0.8s;
-webkit-transition: all 0.8s;
-safari-transition: all 0.8s;
-o-transition: all 0.8s;
}
input:focus, textarea:focus {
width: 200px;
vertical-align: top;
background-color:#d74d85;
border-right : 2px solid #45c1c2;
border-bottom: 2px solid #45c1c2;
border-top: 0px solid #ffffff;
border-left : 0px solid #ffffff;
margin-left: 20px;
padding: 10px;
font-family: Verdana, Arial, Helvetica;
font-size: 18px;
color: #fff;
}
form{
margin-left:110px;}
form td{
text-align:left;
vertical-align:top;}
.submit {
width: 200px;
background-color:#fff !important;
padding: 3px;
font-weight: bold;
color: #3a3a3b;
border: 2px solid #45c1c2;
cursor: pointer;
}
.submit:hover {
background-color: #D74E85 !important;
}
textarea{
height:7em!important;}
/*---------------------BILDER UND SEITE KONTAKT END--------------------------------------------------------*/
#image {
float: left;
width: 225px;
height: 160px;
margin-top: 63px;
margin-right: 25px;
padding: 0;
}
#spaltelinks {
margin-top: 63px;
padding: 0;
width: 250px;
height: 250px;
float: left;
}
#content {
float: left;
width: 485px;
height: 250px;
margin-top: 60px;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444;
}
#content h1 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, "sans serif";
font-size: 20px;
color:#FFFFFF;
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
#content h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444;
margin:0 0 -10px 0;
padding-top: 10px;}
ul{
margin-left:16px;
padding-left:0;}
ul li{
margin-left:0;
padding-left:0;
padding-bottom: 3px;}
img{
border:none;}
#content a:link, #content a:visited, #adresse a:link, #adresse a:visited{
color:#444;
outline:none;}
#content a:hover, #content a:active, #content a:focus, #adresse a:hover, #adresse a:active, #adresse a:focus{
outline:none;
color:#FFF;}
.nav a:focus, .nav a:active{
outline:none;}
p {
margin:12px 0;
}
p.nomargintop{
margin-top:0;
padding-top:0;}
h2.nomargintop{
margin-top:-8px!important;
padding-top:0;}
#pagefragen h2:first-child {
margin: 0;
}
#pagefragen h2 {
margin: 30px 0 0 0;
padding: 0 0 0 25px;
background: url(images/arrow_right.gif) no-repeat;
background-position: left center;
}
#pagefragen #content a {
line-height: 5;
}
.answer {
margin-left: 30px;
}