html, body {
	font-family:Arial;
	font-size:12px;
	margin: 0;
	padding: 0;
	background: #e1e1e1;
}
div, p, a, a:visited, a:active {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
a, a:active, a:visited, a:hover {
  font-size:12px;
  color: #3673cd;
}
a:hover {
	text-decoration: underline;
}
a:hover {
  color: #cccccc;
}
a:hover img{
  border-style: solid;
  border-color: #e33e1d;
  border-width:1px;
}
a img{
  border-style: solid;
  border-color: #FFFFFF;
  border-width:1px;
}


table {
  text-align:left;
  vertical-align:top;
  empty-cells:show;
}

td {
  padding: 5px;
  font-size:12px;
  border-bottom: 1px solid #CCCCCC; 
}
thead td {
  font-weight:bold;
  font-size:10px;
}

.trainingsplan {
  width: 650px;
  
}
.trainingsplan td {
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; 
  text-align: center;
}
.noborder{
  border:none;
}

.noborder td{
  border:none;
}


#container {
	position: absolute;
	top: 0;
	width: 700px;
	padding: 0;
	background: #ffffff;
}
* html #container {
	position: absolute;
	top: 0;
	width: 700px;
	padding: 0;
	background: #ffffff;
	left:50%;
  margin-left:-350px;
}
#header {
	padding: 0;
	margin: 0;
	width: 700px;
	height: 94px;
	background: url('img/header.jpg') no-repeat top left;
	
}
#header h1 {
	display: none;
}

#content {
  padding: 20px;
  text-align:left;
  color: #000000;
}
#content h1 {
  font-size:12px;
  color:#999999;
  margin: 0 0 20px 0;
}
#content h2 {
  font-family:'Trebuchet MS'; 
  font-size:14px;
  color:#e33e1d;
  margin:0 0 10px 0;
}
#content h3 {
  font-weight:bold; 
  font-family:'Trebuchet MS';
  font-size:12px;
  color:#e33e1d;
  margin:0 0 10px 0;
}
#content p {
  margin:0 0 20px 0;
  text-align:left;
  font-size:12px;
  line-height:130%;
  text-align:justify;
  color: #000000;
}

#content a {
  color:#e33e1d;
  text-decoration:underline;
  margin: 0;
}
#content ul {
  margin:0 50px 20px 50px;
  text-align:left;
  font-size:12px;
  line-height:130%;
  text-align:justify;
  color: color: #000000;;
  list-style:square;
  list-style-position:outside;
}
#content li {
  color:#000000;
}


p#copyright {
  color:#999999;
  font-size:10px;
  padding: 10px 0 0 0;
}
a#copyright{
  text-decoration: none;
}
p#footer {
  color:#999999;
  font-size:10px;
  padding: 10px 0 0 0;
}
a#footer{
  text-decoration: none;
}



