    
/* 
Document   : design
SOS-Elektronik
Created on : 21.09.2009, 18:42:32
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
/*Hauptcontainer der alle Container beinhaltet*/
{
vertical-align: middle;
width:960px;
height: 100%;
position:absolute;
left:50%;
margin-left:-480px;
/*background-color: #ffffff;*/
background-color: #E7EAF1;
border:0px solid yellow;
background-attachment:fixed;
}

div.header
{
height:"107px";
width:958px;
display: block;
padding:0em;
border:0px solid black;
background-color: #ffffff;
background-image: url('../../pic_alleseiten/title.jpg');
}
    
div.titel
{
width: 794px;
height: 165px;
display: block;
float:right;
border:0px solid green;
background-repeat: no-repeat;
padding:0em;
}

div.left
{
width:165px;
height: 100%;
display: block;
float:left;
margin:0;
padding:0em;
border:0px solid red;
background-color: #ffffff;
}

div.content
/*Textcontainer */
{
width: 793px;
height: 100%;
display: block;
float:right;
border:0px solid brown;
padding:0em;

}
.scroll 
{
height:200px;
overflow:auto;
}



body {
    overflow-x: hidden;
    overflow-y: hidden;
}



a:link
{
color: #666666;
text-decoration: none
}
a:visited
{
color: #666666;
text-decoration: none
}

