/*
    Document   : statics
    Created on : 25-Nov-2010, 13:19:24
    Author     : Michael_KDE
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

/* Static divisions */

#headerholder {
    width:908px;
    height:220px;
    margin-left:0px;
    background-image:url(../images/logo_1.png);
    background-repeat:no-repeat;
}

#menucontainter {
    width:908px;
    height:50px;
    background-repeat:repeat-x;
    display:block;
}

#copyright{
    float:left;
    width:400px;
    height:40px;
    font-size:11px;
}
#picturecontainer {
    width:908px;
    height:150px;
    background-image:url(../images/titel.png);
    margin-left:0px;
}
#spruch {
    width:460px;
    height:100px;
    background-image:url(../images/spruch.png);
    margin-right:0px;
}

#contents {
    /*width:908px;*/
    display:block;
    margin-left:4px;
    margin-right:8px;
    padding-bottom:20px;
    /*text-align:justify;
	padding:0px 0px 20px 0px;*/
}

#newscontent {
    width:700px;
    float:left;
    display: inline;
}

#newstitle {
    width:200px;
    float:left;
    display: inline;
}

#left_col {
    width:255px;
    height:550px;    
    margin-left:0px;
    background-color: #dfdfdf;

}

#right_col {
    width:648px;
    height:550px;    
    margin-left:2px;
    background-color: #f1f0ee;
}

#ppic1 {
    width: 150px;
    height: 200px;
    background-image: url(../images/leer.png);
}

#ppic2 {
    width: 150px;
    height: 200px;
    background-image: url(../images/leer.png);
}