    
/* 
Document   : design
Standard-Page
Created on : 30.10.2008, 19:22:50
Author     : Allgaeu-NetDesign
(c) 2008, by www.Allgaeu-NetDesign.de

Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/    

div.container
{
display: block;
width:960px;
margin:0px;
border:0px solid yellow;
line-height:100%;
}

div.header
{
height:140px;
width:960px;
display: block;
float:left;
padding:0em;
border:0px solid black;
background-image: url('../../pic_alleseiten/banner.jpg');
}

div.content
{
width: 960px; 
height: auto;
display: block;
float:left;
border:0px solid green;
padding:0em;
}

a:link
{
color: #666666;
text-decoration: none
}
a:visited
{
color: #666666;
text-decoration: none
}


