<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Volleylions.at CSS-Design</title>
<style type="text/css">
<!--
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image:url(fileadmin/img/linksrechts.gif);
}
div.wrapper {
width: 750px;
min-height: 100%;
margin: 0 auto;
border-left: 0px solid #000;
border-right: 0px solid #000;
background-color:#FFFFFF;
padding:5px 5px 0px 5px;
}
* html div.wrapper { /* Für IE */
height: 100%;
}
div.header {
width: 750px;
height: 66px;
background: white;
margin: 0px 0px 5px 0px;
}
div.leftCol {
width: 25px;
float: left;
padding: 0px 2px 0px 0px;
background-color:white;
background-image:url(fileadmin/img/verticallinedown.gif);
background-position:right;
background-repeat:repeat-y;
}
div.rightCol {
width: 571px;
float: right;
padding: 0;
background-color:white;
}
div.centerCol {
margin: 0px 571px 0px 21px;
padding: 0;
background-image:url(fileadmin/img/verticallinedown.gif);
background-position:right;
background-repeat:repeat-y;
}
div.clear {
clear: both;
margin: 0;
padding: 0;
height: 1;
line-height: 0;
font-size: 0;
}
div.footer {
width: 750px;
margin: -26px auto 0 auto;
padding: 0;
height: 24px;
background: #fff;
background-image:url(fileadmin/img/bottomline.gif);
background-position:top;
background-repeat:no-repeat;
text-align:center;
color:#666666;
}
-->
</style>
</head>
<body>
<div class="wrapper">
<div class="header">
<img src="fileadmin/img/vbv_header1.gif" alt="Volleylions.at" width="750" height="66" /> </div>
<div class="leftCol">
leftCol
</div>
<div class="rightCol">
rightCol
</div>
<div class="centerCol">
centerCol
</div>
<div class="clear"> </div>
</div>
<div class="footer">USC Raiffeisen Krumbach Sektion Volleyball | Tel. +43 (0)664/380 292 0 | e-mail: volleylions@gmx.at | by josDesign.at</div>
</body>
</html>