body
{
	font-family: Arial, Verdana;
	font-size: 14px;
	color: black;
	background-color: white;
	
	padding: 0;
	padding-right: 10%;
	margin: 0;
}

#bg
{
	z-index:-255;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	max-height: auto;
	background: url('background_lines.png');
	background-repeat: no-repeat;
}

#top
{
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 4em;
}

#top img
{
	border: 0;
}

#schriftzeichen
{
	float: right;
	font-size: 4em;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

#menu
{
 float: left;
 padding-left: 2.8em;
 padding-top: 1em;
 position: relative;
 z-index: 2;
}

#menu ul
{
	margin: 0;
 	padding: 0;
 	width: 11.4em;
}

#menu ul li
{
	margin: 0;
 	padding: 0;
 	list-style: none;
 	font-size: 1.1em;
 	margin-top: 0.5em;
}

#menu ul li a
{
	text-decoration: none;
	color: black;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#content
{
	position: relative;
	padding-right: 30px;
	margin: 0;
	top: 0;
	margin-left: 15.6em;
}

#content h1
{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	margin-left: 8em;
	position: relative;
	top: -34px;
}

#content h2
{
	font-size: 1.1em;
	font-weight: bold;
}

#content p
{
	line-height: 1.3em;
}

#content p table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

#content td.day {
	font-weight: bold;
	padding-left: 1em;
}

#content td.sportart {
	font-weight: bold;
	padding-left: 1em;
}

#bottom
{
	clear: both;
}

table.termine td
{
	padding-bottom: 0.2em;
}

table.termine td.datum
{
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
}

p.trainingsort
{
	font-weight: bold;
}

td.trainingsort
{
	font-weight: bold;
}

td.notiz
{
	font-size: 0.8em;
}

p.news_title
{
	font-weight: bold;
}

p.news_date
{
	float: right;
	font-weight: bold;
}

#content hr
{
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: 0;
}

p.news_author
{
	color: black;
	font-size: 0.8em;
}

.blau
{
	color:#003478;
}

.rot
{
	color:#c60c30;
}

.bs
{
	color:#c60c30;
}

.h
{
}

.mi
{
	color: #003478;
}

ul.calfeed
{
	float: right;
	list-style-type: none;
	border: 1px solid black;
	width: auto;
	padding: 0px;
	margin-left: 4em;
}
ul.calfeed li
{
	padding-left: 0.2em;
	padding-right: 0.4em;
}

ul.calfeed li a
{
	text-decoration: none;
	color: black;
}

ul.calfeed li a:hover
{
	text-decoration: underline;
	color: blue;
}

ul.calfeed li.event
{
	font-size: 0.9em;
	padding-left: 0.6em;
}

ul.calfeed li.date
{
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 0.2em;
}

ul.calfeed li.odd
{
	background-color: rgba(0,0,0,0.1);
}