This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_rhein/index.css
2014-04-28 19:37:51 +02:00

205 lines
3.3 KiB
CSS

#header {
height: 80px;
background: url(images/header5.jpg) no-repeat;
text-align: center;
color: #FFFFFF;
}
#header_title {
height: 80px;
background: url(images/header_title4.gif) no-repeat;
}
#mainbox {
min-height: 550px;
border-color: #d3d5d9;
border-style: solid;
border-width: 1px;
width: 750px;
margin: 0 auto;
padding: 0;
background-color: #e1dd99;
}
#menu {
float: left;
width: 156px;
margin: 0;
padding: 0;
}
#footer {
clear: both;
width: 750px;
margin: 0 auto;
}
#copyright {
float: left;
}
#info {
text-align: right;
}
body {
background-color: #efeee8;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
height: 100%;
}
#inhalt {
margin: 0 0 0 156px;
background-color: #f9f7e2;
padding: 0 5px 20px 10px;
min-height: 470px;
}
a {
color: #006600;
text-decoration: none;
}
.menuitem {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f9f7e2;
}
.menuitem:hover {
}
.menulink {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
display: block;
padding: 2px 0 1px 10px;
width: 146px;
}
.menulink:hover {
background-color: #cac15d;
}
.aktmenuitem {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}
.aktmenuitem:hover {
}
.aktmenulink {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
font-weight: bold;
color: #FF6600;
text-decoration: none;
display: block;
padding: 2px 0 1px 10px;
width: 146px;
}
.aktmenulink:hover {
background-color: #cac15d;
}
#abovemenu {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f9f7e2;
}
#stichworte {
clear: both;
width: 750px;
margin: 0 auto;
}
#gallery_frame {
height: 530px;
text-align: center;
}
#anrede-0-label, #name-0-label, #vorname-0-label, #strasse-0-label, #plz-0-label, #ort-0-label, #land-0-label, #telefon-0-label, #handy-0-label, #mail-0-label {
width: 120px;
margin-top: 3px;
float: left;
}
.qf-row {
height: 26px;
}
.qt-rowdivider {
}
#anrede-0-div, #name-0-div, #vorname-0-div, #strasse-0-div, #plz-0-div, #ort-0-div, #land-0-div, #telefon-0-div, #handy-0-div, #mail-0-div {
width: 300px;
float: left;
}
#clear-0-row, #send-0-row {
float: left;
}
#bemerkung-0-row{
float: left;
width: 100%;
height: 180px;
}
#red_star_info {
clear: both;
width: 100%;
}
table, td, th, tr {
text-align: left;
border: 1px solid black;
}
li {
margin-left: 10px;
}
#gallery_box {
width: 80%;
height: 80%;
margin-left: 55px;
margin-top: 5%;
}
#gallery_back {
float: left;
text-align: center;
border: 1px solid #d3d5d9;
margin-left: 40px;
width: 75px;
background: #efeee8;
}
#gallery_next {
float: right;
text-align: center;
border: 1px solid #d3d5d9;
width: 75px;
margin-right: 40px;
background: #efeee8;
}
#gallery_next:hover, #gallery_back:hover {
}
#gallery_pic{
text-align: center;
max-width: 500px;
max-height: 420px;
}