/* @group Allgemeine Definitionen */

html
{
	font-family: arial, sans-serif;
	font-size: 12px;
	
	background: #c0c0c0 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: 222px;
	margin: 0;	
	
	background: url(/assets/site/images/siteLogo.gif) no-repeat;
	
}

h1 a
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
	width: 187px;
	height: 207px;
	
	text-decoration: none;
	text-indent: -5000em;
}

/* @end */

/* @group Slogan */

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

/* @end */

/* @group Navigation */

div.navigation
{
	float: left;
	display: inline;
	width: 177px;
	
	margin: 232px 30px 0 5px;
}

div.navigation img
{
	position: absolute;
	left: 5px;
	bottom: 35px;
}

div.navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.navigation ul li
{
	
}

/* @group Ebene 1 */

div.navigation ul li a
{
	display: block;
	height: 1%;
	padding: 4px 8px;
	
	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 ul li a
{
	padding: 2px 8px 3px 22px;
	
	color: white;
	text-decoration: none;
	font-weight: normal;
}

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

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

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

/* @end */


/* @end */

/* @group Inhalt */

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

/* @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 white;
	border-top: 10px solid white;
	
	color: white;
	background: #c0c0c0;
}

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

/* @end */

/* @group Bilder */
div.content img
{
	float: right;
	border: none;
	margin: 0 0 10px 10px;
	width: 175px;
	clear: both;
	padding: 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;
	color: #bf0000;
}

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

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

div.content h4
{
	margin: 20px 0 0 0;
	font-size: 13px;
	color: #bf0000;
	clear: both;
}

div.content h5
{
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #5a5b5e;
}

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

div.content p a
{
	color: #5a5b5e;
}

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

div.content table a
{
	color: #5a5b5e;
}

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

/* @group Listen */

div.content ul
{
	margin: 0;
	padding: 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 a
{
	color: #5a5b5e;
	text-decoration: underline;
}

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

/* @end */

/* @group Spalten */

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

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

/* @end */

/* @end */

/* @group Footer */

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

/* @end */