@CHARSET "ISO-8859-1";

*{
         margin: 0;
         padding: 0;
         }

#mastercontainer{
         position: absolute;
         top:        0px;
         width:        960px;
         left: 50%;
         margin-left:        -480px;
         }

#background-container{
         width:        960px;
         background-image:       url(../grafiken/background_standard.jpg);
         background-repeat: repeat-y;
         }

#footer{
         width:  960px;
         height: 40px;
         background-image:       url(../grafiken/footer.jpg);
         }



#linkespalte{
         width: 210px;
         float: left;
         }

#mittlerespalte{
         width: 550px;
         float: left;
         }

#rechtespalte{
         width: 200px;
         float: right;
         }

.cleardiv{
         clear: both;
         }

#logos{
         width: 210px;
         height: 391px;
         background-image:       url(../grafiken/logos.jpg);
         text-align: center;
         }

#logolinks{
         position: relative;
         top: 10px;
         right: 10px;
         }

#head_mittlerespalte{
         width: 550px;
         background-image:       url(../grafiken/top.jpg);
         background-repeat: repeat-x;
         text-align: right;
         }


#head_rechtespalte{
         width: 200px;
         height: 100px;
         background-image:       url(../grafiken/austria.jpg);
         }

.box{

         width: 210px;
         text-align: center;

         }

.box_top{
         width: 210px;
         height: 40px;
         background-image:       url(../grafiken/box_top.jpg);
         }

.box_bg{
         width: 210px;
         background-image:       url(../grafiken/box_bg.jpg);
         background-repeat: repeat-y;
         }

.menue{
         position: relative;
         left: 10px;
         }

.box_bottom{
         width: 210px;
         height: 40px;
         background-image:       url(../grafiken/box_bottom.jpg);
         }

.text{
         float: left;
         width: 370px;
         }

.foto{
         float: right;
         width: 170px;
         text-align: center;
         }




