    
/* 
Document   : design
Created on : 23.10.2008, 19:22:50 for Elektrizitätsgenossenschaft-Rettenberg
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/
*/    
    
body{
 background-image: url('../hochspannung_back.JPG');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: margin-left: 380px;
}

div.header
{
padding:0em;
color:none;
}
h1.header
{
padding:0;
margin:0;
border:0px solid blue;

}

div.container
{
width:980px;
margin:5px;
border:0px solid gray;
line-height:150%;

}

div.left
{
float:left;
width:142px;
margin:0;
padding:0em;
background-color: none;
border:0px solid yellow;

}
div.content
{
margin-left: 200px;
border-left:0px solid gray;
padding:0em;
border:0px solid green;
}

div.footer
{
display: block;
padding:0em;
color:black;
width:95%;
height=30px;
margin:0;
background-color: ;
clear:left
border:0px solid red;
}

a:link
{
color: black;
text-decoration: none
}
a:visited
{
color: brown;
text-decoration: none
}



