/* @group Allgemeine Definitionen */

html
{
	font-family: arial, sans-serif;
	font-size: 12px;
	
	background: #800000 url(/assets/site/images/siteBackground.jpg) repeat-x;
}

body
{
	position: relative;
	width: 776px;
	
	margin: 0 auto;
	padding: 0;
	
	background: url(/assets/site/images/contentBackground.jpg) repeat-y;
}

/* @end */

/* @group Logo */

h1
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 187px;
	height: 310px;
	margin: 0;	
	
}

h1 a
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
	width: 187px;
	height: 310px;
	
	text-decoration: none;
	text-indent: -5000em;
	overflow: hidden;
	background: url(/assets/site/images/siteLogo.jpg) no-repeat;
}

h1 a:hover

{
	background: url(/assets/site/images/siteLogo.jpg) no-repeat -187px 0;
}

h1 a:active

{
	background: url(/assets/site/images/siteLogo.jpg) no-repeat -374px 0;
}

/* @end */

/* @group Slogan */

h2
{
	position: absolute;
	left: 187px;
	top: 0;
	
	width: 589px;
	height: 290px;
	margin: 0;
	text-indent: -5000em;
	
}

/* @end */

/* @group Navigation */

div.navigation
{
	float: left;
	display: inline;
	width: 177px;
	
	margin: 310px 30px 0 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

div.navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
}


/* @group Ebene 1 */

div.navigation ul li a
{
	display: block;
	padding: 4px 8px;
	height: 1%;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	background: url(/assets/site/images/navigationActive.jpg) repeat-y;
}

/* @end */

/* @group Ebene 2 */
div.navigation ul li ul li
{
	display: none;
}

div.navigation ul li.active ul li
{
	display: block;
}

div.navigation ul li ul li a
{
	padding: 2px 8px 3px 22px;
	
	color: white;
	text-decoration: none;
	font-weight: normal;
}

div.navigation ul li.active ul li a
{
	display: block;
	background: none;
}

div.navigation ul li ul li a:hover,
div.navigation ul li ul li.active a
{
	text-decoration: underline;
}

/* @end */

div.navigation a.FDLink
{
	display: block;
	padding: 4px 8px 4px 38px;
	margin-top: 35px;
	height: 1%;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: url(/assets/site/images/FDLogo.png) no-repeat 5px 2px;
}

div.navigation a.FDLink:hover
{
	background: url(/assets/site/images/navigationActiveFD.jpg) repeat-y;
}

/* @end */

/* @group Inhalt */

div.content
{
	float: left;
	width: 535px;
	
	margin: 302px 0 0 5px;
	
	line-height: 140%;
	color: #3b3b3b;
}

/* @group TabelleNormal */

div.content table.normal
{
	padding: 0px 0px 20px 0px;

}

div.content table.normal td
{
	border: 1px solid #838383;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

/* @end */

/* @group TabelleTrainingszeiten */

div.content table.trainingszeiten
{
	width: 535px;
	padding: 0px 0px 20px 0px;

}

div.content table.trainingszeiten td
{
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin: 0;
	width: 20%;
	vertical-align: top;
}

/* @end */

/* @group TabelleVeranstaltungen */

div.content table.veranstaltungen
{
	width: 535px;
	padding: 0px 0px 20px 0px;

}

div.content table.veranstaltungen th
{
	padding: 5px;	
	text-align: left;
	border-bottom: 3px solid #e2c8b3;
	border-top: 10px solid #e2c8b3;
	
	color: #ffffff;
	background: #800000;
}

div.content table.veranstaltungen td
{
	border: 1px solid #838383;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

/* @end */

/* @group Bilder */
div.content img
{
	float: right;
	border: none;
	margin: 0 0 10px 10px;
	clear: both;
	padding: 0 0 0 10px;
}

div.content img.galerie
{
	float: none;
	margin: 10px 10px 10px 0;
}

div.content img.impressum
{
	float: none;
	border: none;
	margin: 0 10px 10px 0px;
	width: auto;
	padding: 0;
	clear: both;
}

div.content div.imgCol
{
	clear: both;	
}

div.content div.imgCol p,
div.content div.imgCol h4,
div.content div.imgCol h3,
div.content div.imgCol ul
{
	padding-right: 185px;
	clear: none;
}

div.content div.imgCol img
{
	float: right;
	width: 175px;
	border: none;
	margin: 0px 0 10px 0;
}

/* @end */

/* @group Absatzformate */

div.content h3
{
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	color: #800000;
}

div.content h3 a
{
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}

div.content h3.nonTop
{
	margin: 20px 0 8px 0;
	font-size: 20px;
	font-weight: normal;
	color: #800000;
}

div.content h4
{
	margin: 15px 0 5px 0;
	font-size: 16px;
	color: #800000;
}

div.content h5
{
	margin: 15px 0 3px 0;
	font-size: 14px;
	color: #3b3b3b;
}

div.content h6
{
	margin: 15px 0 3px 0;
	font-size: 12px;
	color: #3b3b3b;
}

div.content p
{
	margin: 0 0 12px 0;
	font-size: 13px;
	font-weight: normal;
}

div.content p a
{
	color: #3b3b3b;
}

div.content p a:hover,
div.content p a.active
{
	color: #800000;
}

div.content table a
{
	color: #3b3b3b;
}

div.content table a:hover,
div.content table a.active
{
	color: #800000;
}
/* @end */

/* @group Listen */

/* @group Trainerliste */

div.entry_trainerInnen
{
	margin-bottom: 30px;
}

/* @end */

/* @group Nummerierte Listen */

 div.content ol
{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 140%;
}

 div.content ol li
{
	margin: 4px 0 6px 17px;
	padding: 0;
	
}

/* @end */

div.content ul
{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

div.content ul li
{
	margin: 4px 0 4px 0;
	padding-left: 14px;
	height: 1%; /* Stupid IE Hack */
	background: url(/assets/site/images/contentListBullet.gif) no-repeat 0 5px;
}

div.content ul li ul li
{
	background: url(/assets/site/images/contentListBulletgrey.gif) no-repeat 0 5px;
}

div.content ul li a
{
	color: #3b3b3b;
	text-decoration: underline;
}

div.content ul li a:hover,
div.content ul li a.active
{
	color: #800000;
}

/* @end */

/* @group Spalten */

/* @group Spalten Aktuelles und Bilder */

div.colLeft
{
	width: 335px;
	padding-right: 8px;
	border-right: 1px dotted #838383;
}

div.colRight
{
	width: 184px;
	padding-left: 10px;
}

/* @end */

/* @group normale Spalten */

div.colLeftText
{
	width: 258px;
	padding-right: 8px;
	border-right: 1px dotted #838383;
	float: left;
}

div.colRightText
{
	width: 243px;
	padding-left: 15px;
	float: left;
}



/* @end */

/* @end */

/* @end */

/* @group Footer */

div.footer
{	
	width: 776px;
	height: 24px;
	
	background: url(/assets/site/images/contentFooter.jpg) no-repeat;
}

/* @end */
