
/* ========================================================================== */
/* Specials */
.warning {
	/*border: 1px dotted #f00;
	padding: 2px; */
	color: #f00;
	background-color: #fff
}

div.info {
	border: 1px dotted #0a0;
	color: #0a0;
	background-color: #fff
}

table.info {
	margin: 0px 0px 8px 0px;
  padding: 0px;
		
	border: 1px solid #989898;
	color: #000;
	background-color: #fff;
}

td.infocap {
	border-right: 1px solid #989898;
	color: #000;
	background-color: #fff;
}
td.infocaph {
	border-bottom: 1px solid #989898;
	color: #000;
	background-color: #fff;
}

table.big_border {
	width: 100%;
	margin: 0px 0px 8px 0px;
    padding: 0px;
		
	border: 1px solid #989898;
	color: #000;
	background-color: #fff;
}

/* ========================================================================== */
/* Training */

.training-time div {
    display: none;
    float: right;

    padding: 0px 4px 0px 4px;
    border: 1px solid #989898;
    width: 160px;
}

.training-time:hover div {
    display: block;
}

/* ========================================================================== */
/* Sitemap */

/*
.sitemap {
  padding: 0px;
}

.sitemap li {
  list-style: none;
  margin: 2px 0px 2px 0px;
  padding: 0px;
}

.sitemap li li li {
  list-style-type: disc;
}

.sitemap a {
  margin: 16px 0px 1px 0px;
  padding: 0px;
	
  font-size: 16px;
  font-weight: bold;
  color: #989898;
  text-decoration: none;
}

.sitemap li li a {	
	color: #0c234e;
  font-weight: normal;
	text-decoration: underline;
}
*/

/* ========================================================================== */
/* Sport */

/*
#prglist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: url(../images/arrow.png);
    text-align: left;
}

#prglist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#prglist, #prglist a {
  	margin: 16px 0px 1px 0px;
	
    font-size: 16px;
    font-weight: bold;
    color: #989898;
    text-decoration: none;
}
*/

/* remove!!! */
hr {
	background-color: #fff;
	border: 0px none #fff;
	border-top: 1px solid #989898;
	padding: 0px;
}

/* ========================================================================== */
/* Bildgroesse: 220x160 */
.thumb, .thumb:visited,
.thumb_single, .thumb_single:visited,
.thumb_float_left, .thumb_float_left:visited {
	padding: 0px;
    margin: 0px 5px 0px 5px;

	width: 160px; /* fuer 3 Bilder - Rand (eig. 260) */
	text-align: center;
	border: 0px none #fff;
	
	font-size: 80%;
	text-decoration: none;

	display: block;
    float: left;
}

.thumb {
	height: 190px;
}

.image {
    text-align: center;
}

/* ========================================================================== */
a.type_pdf {
	
	background-image: url(../images/pdf_mini.png); 
	background-repeat: no-repeat; 
	background-position: top right; 
	padding: 0px 18px 0px 0px; 

}

a.type_video {
	text-align: center;
	
	background-image: url(../images/video.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	padding: 32px 20px 0px 20px; 

	float: left;
}

a.type_mail {
	text-align: center;
	
	background-image: url(../images/mail.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	padding: 32px 20px 0px 20px; 

	float: left;
} 

br.type {
	clear: both;
}

/* ========================================================================== */


