body { 
	font: 11px/18px arial, sans-serif;
	color: #000;
	margin: 27px;
	font-stretch: expanded;
	text-decoration: none;
	}

p {
	font: 11px/18px arial, sans-serif;
	color: #000;
	text-decoration: none;
	}

h1 {
	font: bold 14px/18px arial, sans-serif;
	font-stretch: expanded;
	background-color: #ccc;
	text-transform: uppercase;
	text-align: center;
	margin-top: 36px;
	padding: 9px
	}
	
h2 { 
	font: 11px/18px arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 36px;
	}

td {
	font: 11px/18px arial, sans-serif;
	padding: 0 9px 0 0;
	}
	
li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 -6px;
	}
	
a:link {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none
	}

a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none
	}

a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none
	}

#trainer {
	background-color: #ccc;
	margin: 27px 0 18px 0;
	padding: 18px;
	width: 60%;
	float: right
	}

#trainer_text {
	text-align: right;
	margin: 0 138px 0 0;
	padding: 0
	}

#trainer_text h2 {
	margin-top: 0px
	}

#trainer_bild {
	background-color: white;
	width: 120px;
	float: right
	}

