* {
  margin: 0px;
  padding: 0px;
}

.cl {
clear: both;
}

a {
color: #bc0101;
font-weight: bolder;
text-decoration: underline;
}

a:hover {
color: #700000;
}

a img {
border-width: 0px;
}


body {
background-color:#353535;
background-image: url(images/bottom.jpg);
background-repeat: repeat-y;
background-position: top;
font-family: Arial;
font-size: 12px;
}

.top {
background-image: url(images/top.jpg);
background-repeat: repeat-y;
background-position: top;
padding-top: 30px;
height: 86px;
}

.header {
width: 870px;
text-size: 10px;
color: #fbeed5;
}


.header img{
float: right;
padding-right: 10px;
}

.navi {
background-image: url(images/navi.jpg);
background-repeat: repeat-y;
background-position: top;
padding-top:3px;
height: 19px;
color: #FFFFFF;
}

.navi a {
font-size: 12px;
color: #fbeed5;
font-weight:bolder;
text-decoration: underline;
padding-right: 20px;
}

.navi a:hover {
text-decoration: none;
}

.left {
float: left;
}

.content {
width: 841px;
padding: 15px;
}

.content p {
text-align: justify;
margin-bottom: 15px;
}

.box {
width: 630px;
padding: 0px 8px 8px 8px;
background-color: #e6d8be;
border: 1px solid #c7b8a2;
}

.box p {
float: right;
text-align: justify;
width: 270px;
height: 230px;
}

.box a img {
float: right;
border-width: 0px;
}

.box_mitte {
width: 631px;
margin: 15px 0px 15px 0px;
padding: 8px 8px 0px 8px;
background-color: #e6d8be;
border: 1px solid #c7b8a2;
}

.box_mitte p {
text-align: justify;
}

table {
width: 630px;
}

  td {
  color: #bc0101;
  vertical-align: top;
  width: 210px;
  height: 25px;
  text-align: center;
  }

.box_unten {
width: 631px;
margin-bottom: 15px;
padding: 2px 8px 0px 8px;
background-color: #e6d8be;
border: 1px solid #c7b8a2;
}

.box_unten p {
text-align: justify;
}

.video {
float:left;
}

.sidebar {
float:right;
width: 160px;
padding: 3px 8px 8px 8px;
background-color: #e6d8be;
border: 1px solid #c7b8a2;
margin-bottom: 15px;
}

h1 {
font-size: 30px;
color : #bc0101;
margin-bottom: 5px;
}

h2 {
font-size: 22px;
color : #bc0101;
margin: 5px;
}

h3 {
margin: 4px;
font-size: 16px;
color : #bc0101;
}