@charset "utf-8";
/* CSS Document */

*{
 margin: 0;
 padding: 0;
}

body {
 background-image: url(images/bg.jpg);
 }

.rahmen {
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 20px;
 width: 900px;
}

#objekt {
 margin-top: 0px;
 width: 900px;
 height: 650px;
}

#buttons {
 width: 900px;
 height: 25px;
 margin-top: 10px;
 font-weight: bold;
 font-size: 18px;
 background-color: #ed1b24;
 color: #FFFFFF;
 vertical-align: middle;
 text-align: right;
}

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

a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}



#header {
 width: 900px;
 height: 50px;
 font-weight: bold;
 border: 1px solid #000000;
 font-size: 25px;
 background-color: #ed1b24;
 color: #FFFFFF;
 vertical-align: middle;
 text-align: center; 
}

#mitte {
 width: 900px;
 border: 1px solid #000000;
 background-color: #ffffff;
 text-align: center;
}

#footer {
 width: 900px;
 height: 25px;
 font-weight: bold;
 border: 1px solid #000000;
 background-color: #ed1b24;
 text-align: right;
}

#content {
 width: 860px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: left;
}