* {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
}

body {
	margin-top: 15px;
}

a {
  color: #C60202;
}

a.copyright {
  color: #979797;
}

ul.content_right {
	padding-left: 15px; 
	list-style-type:square;
	list-style-position:outside; 
	background-color: #FFFFFF;
	color: #C60202;
}

span.list {
  color: #000000;
  background-color: #FFFFFF;
}

table {
	table-layout: fixed;
	border: none;
  width: 700px;
  background-color: #FFFFFF;
  color: #000000;
  margin-top: 15px;

}

div.header {
  margin:auto;
  width: 700px;
  height: 70px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  background-color: #FFFFFF;
  vertical-align: middle;
  background-image: url(./logo.jpg); 
  background-repeat: no-repeat; 
  background-position: right;
  border-left: 5px solid black;
  border-top: 5px solid black;
  border-right: 5px solid black;

}

div.content {
  margin: auto;
  width: 700px;
  background-color: #FFFFFF;
  color: #000000;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 25px;
  border-left: 5px solid black;
  border-top: 0px solid black;
  border-right: 5px solid black;

}

div.balkentop {
	margin: auto;
	width: 750px;
	height: 32px;
	background-color: #FFFFFF;
	background-image: url(./balken_top.jpg); 
  background-repeat: no-repeat; 
  background-position: center;
  border-left: 5px solid black;
  border-top: 0px solid black;
  border-right: 5px solid black;

}

div.balkenbottom {
	margin: auto;
	width: 750px;
	height: 32px;
  background-color: #FFFFFF;
	background-image: url(./balken_bottom.jpg); 
  background-repeat: no-repeat; 
  background-position: center;
  border-left: 5px solid black;
  border-top: 0px solid black;
  border-right: 5px solid black;

}

div.footer {
  margin:auto;
  margin-bottom: 10px;
  width: 690px;
  background-color: #FFFFFF;
  color: #808080;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-left: 5px solid black;
  border-top: 0px solid black;
  border-right: 5px solid black;
  border-bottom: 5px solid black;

}

div.copyright {
  margin:auto;
  margin-bottom: 20px;
  text-align: center;
  width: 700px;
  color: #979797;
  padding-left: 30px;
  padding-right: 20px;
 
}