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

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

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

td {
	font: 13px/18px arial, sans-serif;
	background: #cccccc;
	padding: 0 9px 0 9px;
	}
	
li {
	list-style-type: none;
	background-image: url(bullet_grau.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-position: outside;
	margin: 0 0 0 -27px;
	padding-left: 18px }
	
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
	}

