
Untitled
By: a guest on
May 4th, 2012 | syntax:
None | size: 2.13 KB | hits: 13 | expires: Never
*{
font-family: Helvetica;
}
body{
background-color: #e8e8e8;
}
#container {
background-image: url(../images/background_top.png);
margin:auto;
background-repeat: no-repeat;
min-height:600px;
}
header {
background-image:url(../images/header_bg.png);
height: 380px;
background-repeat:repeat-x;
width:100%;
}
header #logo {
background-image:url(../images/logo.png);
background-repeat: no-repeat;
height: 295px;
margin-left: -180px;
}
.wrapper {
width: 900px;
margin: auto;
}
header .wrapper {
background-image: url(../images/background_top.png);
background-repeat: no-repeat;
top:20px;
position: relative;
height: 333px;
}
header .spruch {
background-image: url(../images/spruch.png);
height: 125px;
width: 900px;
position:relative;
top:-160px;
}
header #navigation { list-style: none; }
header #navigation li {
text-align:left;
float:left;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
text-transform: uppercase;
}
header #navigation li:last-child { padding-right: 0px; }
header #navigation li:first-child { padding-left: 0px; }
header #navigation ul li span { margin-top: 75px; }
header #navigation {
position:relative;
top:-229px;
left:365px;
}
footer {
background-image: url(../images/footer_bg.png);
background-repeat:repeat-x;
float:left;
height:350px;
width:100%;
}
footer #partner {
margin-top:90px;
white-space: nowrap;
}
footer #partner img{padding-left:80px;}
footer #footernotes {
padding-top:70px;
font-size: 18px;
font-weight: bold;
min-height: 135px;
width: 30%
}
footer #support {width:30%;}
footer #copyrightnote {
bottom: 15px;
color: #FFFFFF;
position: relative;
font-size: 11px;
font-family:Helvetica;
}
a .readmore {
background-image:url(../images/readmore.png);
background-repeat: no-repeat;
width: 77px;
height: 21px;
}
a .readmore:hover {
background-image:url(../images/readmore.png);
background-repeat: no-repeat;
width: 77px;
height: 21px;
}
.shadow { text-shadow: 1px #fff; }
#main {
margin-left:auto;
margin-right:auto;
min-width:500px;
max-width:900px;
}
.floatR { float: right; }
.floatL { float: left; }