/* main */
BODY {
	background-color: white;
	padding: 0px;
	margin: 0px;
	padding-left: 18px;
}

BODY, TD {
	color: black;
	font-family: Trebuchet MS, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

IMG {
	border: none;
}

A {
	color: #a62100;
	text-decoration: none;
}

A:HOVER {
	color: #601300;
	text-decoration: underline;
}

B, STRONG {
	color: #a62100;
	font-weight: bold;
}

DIV.small {
	font-size: 10px;
	color: #333333;
}

H1 {
	color: #a62100;
	font-weight: bold;
	font-size: 16px;
}

/* main */

TABLE.main {
	width: 100%;
	border-collapse: collapse;
}

TABLE.main TD.top {
	background-color: #a62100;
	background-image: url(../images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 140px;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 12px;
}

TABLE.main TD.mann {
  width: 100px;
}

TABLE.main TD.content {
	padding-top: 0px;
	padding-left: 11px;
	padding-right: 11px;
}

TABLE.main TD.ads {
	width: 126px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

TABLE.main TD.schatten {
	background-image: url(../images/schatten.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

/* menu */

TABLE.main TD.top A {
	color: white;
	text-decoration: none;
}

TABLE.main TD.top A:HOVER {
	color: white;
	text-decoration: underline;
}

TABLE.main TD.top UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

TABLE.main TD.top LI {
	float: left;
	padding-right: 13px;
}

/* submenu */

TABLE.main TD.top UL UL {
  float: left;
	background-color: #e7c3ba;
  padding-left: 13px;
  position: absolute;
  top: 120px;
	left: 120px;
}

TABLE.main TD.top UL UL LI {
  float: left;
	padding-right: 10px;
}

TABLE.main TD.top UL UL A {
	color: black;
}

TABLE.main TD.top UL UL A:HOVER {
	color: black;
	text-decoration: underline;
}

/* joomla content */

TABLE.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
}

TABLE.contentpaneopen TD {
	text-align: justify;
}

TABLE.contentpaneopen TD.contentheading {
	color: #a62100;
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	padding-bottom: 10px;
}

TABLE.blog TD.article_column {
	padding-top: 0px;
	padding-right: 15px;
}

TABLE.blog TD.column_separator {
	padding-left: 15px;
	padding-right: 0px;
	border-left: 1px dashed #e7c3ba;
}


