@charset "utf-8";

/*  Allgemein
*************************************************/

body {
	background: #f5f5f5;
}

* {
	margin: 0;
	padding: 0;
}

/*  Boxes
*************************************************/

#wrapper {
	width: 1270px;
        background: #f5f5f5;
        margin: auto auto auto 5px;
        position: relative;
}

#head {
        margin-top: 5px;
        padding-top: 10px;
        width: 1270px;
        background: transparent;
        font-family: verdana;
        text-align: center;

}

#picture {
         width: 1270px;
         height: 454px;
         margin-top: 20px;
         background: #fff url("pics/Panorama.jpg");
}

#footer {
         margin: 5px;
         width: 1270px;
         font-family: verdana;
}

marquee {
        padding: 10px;
        color: #000;        
}

/*  Links
************************************************/

a {
         text-decoration: none;
         color: #000;
}
