/* main */
BODY {
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

BODY, TD {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

IMG {
	border: none;
}

A {
	color: #a1361b;
	text-decoration: none;
}

A:HOVER {
	color: #e74f20;
	text-decoration: underline;
}

B, STRONG {
	color: #a23500;
	font-weight: bold;
}

DIV.small {
	font-size: 10px;
	color: #a1361b;
}

H1 {
	color: #a1361b;
	font-weight: bold;
	font-size: 16px;
}

/* header */

TABLE.header {
	width: 100%;
	border-collapse: collapse;
}

TABLE.header TD.fotos {
	padding-left: 40px;
}

TABLE.header TD.fotos IMG {
	padding-right: 15px;
}

TABLE.header TD.logo {
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

TABLE.header TD.topmenu {
	background-color: #fbc236;
	background-image: url(../images/bg_topmenu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 178px;
	font-size: 11px;	
}

TABLE.header TD.topmenu UL.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

TABLE.header TD.topmenu UL.menu LI {
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

TABLE.header TD.topmenu A {
	color: black;
	font-weight: bold;
}

TABLE.header TD.topmenu A:HOVER {
	color: #a1361b;
	text-decoration: underline;
}

/* content */

TABLE.content {
	width: 100%;
	border-collapse: collapse;
}

TABLE.content TR {
	vertical-align: top;
}

TABLE.content TD.menu {
	background-color: #fbc236;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	width: 140px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 100px;
}

TABLE.content TD.main {
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

TABLE.content TD.ads {
	padding-top: 12px;
	padding-right: 10px;
	width: 135px;
}

TABLE.content TD.slider {
	width: 420px;
}

DIV.slider_box {
	padding-top: 40px;
	padding-left: 90px;
	height: 497px;
	background-image: url(../images/bg_slider.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* joomla content */

TABLE.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
}

TABLE.contentpaneopen TD {
	text-align: justify;
}

TABLE.contentpaneopen TD.contentheading {
	color: #a1361b;
	font-weight: bold;
	font-size: 16px;
}

TABLE.blog TD.article_column {
	padding-top: 0px;
	padding-right: 15px;
}

SPAN.article_separator {
	display: none;
}

/* joomla menu */

TABLE.content TD.menu UL.menu {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width: 120px;
}

TABLE.content TD.menu UL.menu LI {
	list-style-type: none;
	font-weight: bold;
}

TABLE.content TD.menu UL.menu A {
	color: black;
	text-decoration: none;
}

TABLE.content TD.menu UL.menu A:HOVER {
	color: white;
}

/* joomla submenu */

TABLE.content TD.menu UL.menu UL {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	margin-left: 0px;
}

TABLE.content TD.menu UL.menu UL LI {
	list-style-type: none;
	font-weight: normal;
}

TABLE.content TD.menu UL.menu UL A {
	color: black;
	text-decoration: none;
}

TABLE.content TD.menu UL.menu UL A:HOVER {
	color: white;
}

TABLE.content TD.menu LI.active A {
	color: #a23500;
}

TABLE.content TD.menu UL.menu UL LI.active A {
	color: #a23500;
}

/* klubverwaltung */

TABLE.list {
	width: 97%;
}

TABLE.list TD.head {
	font-weight: bold;
}

