/* 
Document   : design
Weiss-Fehrienwohnung
Created on : 13.02.2010
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
{
overflow:scroll;
weight: 100%; 
overflow-x: hidden;
}

div.container
/*Hauptcontainer der alle Container beinhaltet*/
{
vertical-align: middle;
width:960px;
position:absolute;
left:50%;
margin-left:-480px;
background-color: #ffffff;
border:0px solid yellow;
background-attachment:fixed;
line-height:100%;

/*Schatten für den Gesamtcontainer*/
 border-left: solid 1px #e6e8d3;
 border-right: solid 3px #c9cab8;
 border-top: solid 1px #e6e8d3;
 border-bottom: solid 2px #c9cab8;
 /*color: #6b6e4b;*/
 background-color: #f8f9f3;
 padding: 10px;
}


div.header
{
padding:0em;
color:none;
height: 155px;
width: 960px;
background-image: url(../../pic_alleseiten/panorama.gif);
border:0px solid red;
}
padding:0.5em;
color:black;
background-color:none;
background-image: url('../../pic_alleseiten/panorama.jpg');
clear:left;
}
h1.header
{
padding:0;
margin:2;
border:0px solid green;
}


div.left
{
width:142px;
display: block;
float:left;
margin:0;
padding:0em;
border:0px solid brown;
}

div.text
{
margin-top:5px;
margin-right:3px;
width: 700px; 
display: block;
float:right;
border:0px solid green;
padding:0,5em;
}

div.titel
{
width:740px;
height: 130px;
display: block;
float:right;
border:0px solid green;
background-image: url('../../pic_alleseiten/dreieck_back.jpg');
background-repeat: no-repeat;
padding:0em;
}

a:link
{
color: #666666;
text-decoration: none
}
a:visited
{
color: #666666;
text-decoration: none
}


