/* imports */
@import url("menu.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");
/* General formatations */
body, table, tr, td, img, a, div, h1, h2, h3, h4, h5, h6, p, ul, span {
margin:auto;
padding:0;
border:none;
}
body {
background-color:black;
width:940px;
text-align:center;
}
h1, h2, h3, h4, h5, h6, a, ul {
color:white;
font-family:verdana;
}
h1, h2, h3, h5, h6 {
margin-top:10px;
font-weight:bold;
text-align:center;
}
h1{
font-size:18px;
margin:10px 0px 0px 0px;
padding:0em;
}
h3 {
font-size:10px;
}
h6 {
font-size:14px;
margin-bottom:10px;
}
h2, h5 {
font-size:12px;
margin-bottom:10px;
}
ul {
list-style-image:url(list.gif);
text-align:left;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
font-weight:bold;
}
/* #wrapper benötigt für IE*/
.t3blog {
text-align:left;
width:940px;
margin:0px;
}
/* #header, #subnav, #footer */
#menu, #header, #footer {
clear:both;
}
div#menu {
height:100px;
background-color:#F29400;
border-bottom:5px solid black;
border-top:5px solid black;
}
div#header {
height:205px;
border-bottom:5px solid black;
border-top:5px solid black;
}
div#footer {
height:100px;
background-color:#E95D0F;
border-top:5px solid black;
border-bottom:5px solid black;
}
/* #contentfloatholder */
#contentfloatholder {
background: url(background.gif) repeat-y 100% 0;
}
#contentfloatholder: after {
content: ".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}