@charset "utf-8";
/* CSS Document */

/* allgemein */
/* ----------------------------------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	text-align: left;
}

html, body {
	height: 100%;
}

html {
	background: url(../bilder/body_bg_verlauf.gif) repeat-x top center;
}

body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
}

a:hover { cursor: pointer; }

/* Links */
#centercol a:link, #centercol a:visited {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #444;
}
#centercol a:hover, #centercol a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #444;
	background-color: #444;
}

#rightcol a:link, #rightcol a:visited {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #999;
}
#rightcol a:hover, #rightcol a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #999;
	background-color: #999;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #fff;
	background-color: #999;
}


/* Absaetze */
p {
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}

.beitrag_centercol ul, 
.beitrag_centercol ol {
	list-style-position: inside;
}

img {
	border: 0;
}

.floatleft { float: left; }
.floatright { float: right; }
.displaynone { display: none; }
.hidden { visibility: hidden; }
.clearboth { clear: both; }



/* Textformatierung */
/* ----------------------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 130%;
	color: #882a00;
	margin: 0 0 1em 0;
}
 
h2 {
	font-size: 120%;
	color: #882a00;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 110%;
	color: #882a00;
}

h4 {
	font-size: 100%;
	color: #882a00;
}

h5 {
	font-size: 100%;
}


.contenttable {
	width: 100%;
border-collapse: collapse;
}
.contenttable p {
	margin: 0;
}
.contenttable td {
	border-bottom: 1px solid #ddd;
}
.titelzeile {
	font-weight: bold;
}
.trainingstag {
}
.trainingszeit {
}
.trainingsstufe {
}
.trainingsort {
}


/* Layout */
/* ----------------------------------------------------------------------------------------------------------------- */

#wrapper {
	position: relative;
	top: 0;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	text-align: left;
	
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background: #fff;
}

#header {
	position: relative;
	width: 960px;
	height: 300px;
	float: left;
}

#header_grafik {
	width: 960px;
	height: 130px;
	float: left;
	background: url(../bilder/header_grafik_01.jpg) no-repeat top left;
}

#header_logo {
	width: 110px;
	height: 110px;
	float: left;
	margin: 10px 0 0 30px;
}

#header_balken {
	width: 960px;
	height: 50px;
	float: left;
	background: url(../bilder/header_balken_neutral.jpg) no-repeat top left;
}

#header_pic_cols {
	width: 960px;
	height: 130px;
	float: left;
	
	margin: -50px 0 0 0;
}

#pic_leftcol {
	width: 170px;
	height: 120px;
	margin: 50px 0 0 0;
	float: left;
	background: url(../bilder/leftcol_mestre_omar.jpg) no-repeat left top;
}

#pic_centercol {
	width: 560px;
	height: 120px;
	margin: 40px 0 0 20px;
	float: left;
	background: url(../bilder/centercol_schriftzug_uniao.gif) no-repeat 0 10px;
}

#pic_rightcol {
	width: 170px;
	height: 169px;
	margin: 0 0 0 0;
	float: right;
	background: url(../bilder/rightcol_grafik_freig_01.jpg) no-repeat left top;
}

#seiteninhalt {
	width: 960px;
	float: left;
	clear: both;
	padding: 0 0 0 20px 0;
/*	
	border-bottom: 1px solid #d5d5d5;
*/
}


/* ------------------------------------------------------------------- */

#leftcol {
	position: relative;
	width: 170px;
	margin: 0 20px 0 10px;
	padding: 0 0 10px 0;
	float: left;
	padding: 0 0 0 0;
	background: url(../bilder/sidecol_box_schatten.jpg) no-repeat center top;
	border-top: 1px dotted #d5d5d5;
}

* html #leftcol {
	margin: 0 20px 0 0;
}

#navigation {
	width: 170px;
	overflow: hidden;
}



/* ------------------------------------------------------------------- */

#centercol {
	position: relative;
	width: 560px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	float: left;
}

/* oh my lovely ie6 */
* html #centercol {
	width: 540px;
}

.beitrag_centercol {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
	background: url(../bilder/centercol_box_schatten.jpg) no-repeat center top;
	border-top: 1px dotted #d5d5d5;
}

.beitrag_centercol p {
	text-align: justify !important;
}



/* ------------------------------------------------------------------- */

#rightcol {
	position: relative;
	width: 170px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	float: right;
}

#rightcol h1,
#rightcol h2,
#rightcol h3,
#rightcol h4,
#rightcol h5 {
	font-size: 90%;
	margin-bottom: 0.6em;
	color: #525252;
}

.beitrag_rightcol {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	background: url(../bilder/sidecol_box_schatten.jpg) no-repeat center top;
	border-top: 1px dotted #d5d5d5;
}

.beitrag_rightcol p {
	color: #999;
	font-size: 90%;
}


#ie6 {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 2px solid #882a00; 
	background-color: #f99; 
	color: #882a00; 
}

#ie6 p {
	margin: 0;
	padding: 0;
}

#ie6 a:link, 
#ie6 a:visited {
	color: #882a00 !important;
	border-bottom: 1px dotted #882a00 !important;
}

#ie6 a:hover, 
#ie6 a:active {
	color: #fff !important;
	border-bottom: 1px dotted #882a00 !important;
	background-color: #882a00 !important;
}

#ie6 .titel {
	font-weight: bold;
}





#stopper {
	clear: both;
	padding: 0 0 20px 0;
}

#footer {
	position: relative;
	width: 960px;
	height: 20px;
	
	margin: auto auto;
	margin-top: -20px;
}

#footer p {
	font-size: 90%;
	margin: 0;
	text-align: center;
	color: #999;
}


#footertext {
}




.csc-sitemap a:link, .csc-sitemap a:visited, .csc-sitemap a:active {
	display: block;
}

.csc-sitemap a:hover {
	display: block;
	color: #fff;
}

.csc-sitemap ul li {
	border: 1px dotted #444;
	margin: 5px 0 10px 0;
	padding: 0;
	background: #efefef;
	font-weight: bold;
	text-indent: 5px;
}

.csc-sitemap ul li a {
	border: 0 !important;
}

.csc-sitemap ul ul {
	border: 0;
	margin: 0;
}

.csc-sitemap ul ul li {
	border: 0;
	margin: 0;
	padding: 2px 0 0 0;
	font-weight: normal;
	text-indent: 15px;
}

.csc-sitemap ul li ul li a {
	color: inherit;
	border: 0 !important;
}








