@charset "UTF-8";

/*******************************************************************/
/*Navilinks*/
/*******************************************************************/


a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

/*******************************************************************/
/*Absatz*/
/*******************************************************************/

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color: #FFFFFF;
	left: 0px;
	right: auto;
	height: auto;
	width: auto;
	z-index: 3;
	top: auto;
	bottom: auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
}

/*******************************************************************/
/*Überschriften*/
/*******************************************************************/
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CA5B2D;
}

h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
}


/*******************************************************************/
/*Auszeichnungen - Zeichenformate*/
/*******************************************************************/
.fett_groß {
	font-weight: bolder;
	color: #CA5B2D;
	font-size: 16px;
}

/*******************************************************************/
/*Schrift grau*/
/*******************************************************************/

.schrift_grau	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color: #FFFFFF;
	left: 0px;
	right: auto;
	height: auto;
	width: auto;
	z-index: 3;
	top: auto;
	bottom: auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
}



/*******************************************************************/
/*Hintergrundkiste*/
/*******************************************************************/

.hintergrund {
	height: 680px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-top: 50px;
	background-color: #FFFFFF;
	background-image: url(pics/layout20.jpg);
}	

/*********************************************************************/
/*Textbox*/
/*********************************************************************/
.textbox {
	width: 560px;
	height: 422px;
	float: left;
	top: 170px;
	position: relative;
	left: 0px;
	right: 50px;
	overflow: auto;
	padding-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
}

/*********************************************************************/
/*Naviknöpfe*/
/*********************************************************************/
.Naviknopf {
	width: 84px;
	height: 15px;
	float: left;
	position: relative;
	top: 157px;
	padding: 3px;
	left: 72px;
	margin-right: 12px;
	text-align: center;
}

/*********************************************************************/
/*web4trainerknopf*/
/*********************************************************************/
.web4trainer {
	width: 84px;
	height: 15px;
	float: left;
	position: relative;
	top: 157px;
	padding: 3px;
	left: 40px;
	margin-right: 12px;
	text-align: center;
}


/*********************************************************************/
/*impressumknopf*/
/*********************************************************************/
.impressum {
	width: 84px;
	height: 15px;
	float: left;
	position: relative;
	top: 148px;
	padding: 3px;
	left: 40px;
	margin-right: 12px;
	text-align: center;
	margin-top: 43px;
}

/*********************************************************************/
/*linkknopf*/
/*********************************************************************/
.linkknopf {
	width: 84px;
	height: 15px;
	float: left;
	position: relative;
	padding: 3px;
	margin-right: 12px;
	text-align: center;
	background-color: #CA5B2D;
}

/*********************************************************************/
/*linkknopf_klein*/
/*********************************************************************/
.linkknopf_klein {
	width: 77px;
	height: 12px;
	float: left;
	position: relative;
	padding: 3px;
	margin-right: 0px;
	text-align: center;
	background-color: #CA5B2D;
}

/*********************************************************************/
/*linkknopf_groß*/
/*********************************************************************/
.linkknopf_gross {
	width: 144px;
	height: 12px;
	float: left;
	position: relative;
	padding: 3px;
	margin-right: 0px;
	text-align: center;
	background-color: #CA5B2D;
}
/*********************************************************************/
/*Tabelle*/
/*********************************************************************/

.tabelle_Zeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	vertical-align: middle;
	white-space: normal;
}
.tabelle_preise {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.tabelle_spalte {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
