/* >> Standard body Definitionen */
/* Legt Hoehe und Breite fest */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


/* Anpassungen fuer die Standardeinstellungen des Bodys */
body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 30px;
}
/* << Standard body Definitionen */


/* >> Standardeinstellungen */
/* Anpassungen fuer die Seiten Stammtabelle */
table.mShell {
	width: 100%;
}

/* Anpassungen fuer die Breiten der Haupttabellen */
table.headerElements,
table.contentMainTable {
	width: 800px;
}

table.footer {
	width: 840px;
	margin-top: 40px;
}

/* Grundeinstellungen  fuer einige Element festlegen */
th, td, p
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 13px;
}

/* Anpassungen fuer die Standard Absaetze */
p
{
	margin-top: 0px;
}

/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
ul
{
	list-style-type: square;
}

/* Einstellungen fuer Ueberschriften */
h1
{
	font-size: 12px;
	margin: 0px 0px 13px 0px;
	color: #333399;
}

h2
{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	color: #333399;
}

h3
{
	font-size: 11px;
	margin: 0px 0px 8px 0px;
	color: #333399;
}

h4
{
	font-size: 11px;
	margin: 0px 0px 18px 0px;
}

/*Standard Link einstellungen*/
a
{
	color: #00008a;
}

a:link, a:visited, a:hover
{
	color: #333399;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

div.imgTxt {
	font-size: 10px;
	color: #666;
}
/* << Standardeinstellungen */


/* >> Header Elemente */
td.headerImg {
	vertical-align: bottom;
	padding-left: 10px;
}

td.headerSlogan {
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}

td.headerSlogan p {
	color: #333399;
	font-weight: bold;
}

td.headerImg,
td.headerSlogan {
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
}
/* << Header Elemente */

/* >> >> Content Main Tabelle */
table.contentMainTable {
	margin-top: 70px;
}

/* >> Navigation */
td.leftNavCol_1 div.spc img {
	width: 160px;
}

td.leftNavCol_1 {
	vertical-align: bottom;
}

td.leftNavCol_1 h2 {
	margin-bottom: 5px;
	padding-left: 5px;
}

/* Service Navigation */
td.serviceNavColumn {
	padding-top: 5px;
	padding-left: 10px;
}

div.serviceNav td.serviceNav a,
div.serviceNav td.serviceNav a:link,
div.serviceNav td.serviceNav a:visited,
div.serviceNav td.serviceNav a:hover {
	background: url(../upload/bilder/mainNav.gif) center left no-repeat;
	color: #333399;
	padding: 0px 5px 0px 7px;
	margin-left: 2px;
}

div.serviceNav td.serviceNav a:hover {
	color: black;
}

/* Hautpnavigation */
td.mainNavColumn {
	text-align: left;
	padding-right: 10px;
}

div.mainNav {
	margin-left: auto;
	width: 395px;
	position: absolute;
	left: auto;
	top: 102px;
	text-align: right;
}

table.navShell {
	margin-left: auto;
}
td.navFirst {
	white-space: nowrap;
	text-align: right;
}
a:link.navFirst_off,
a:visited.navFirst_off,
a:hover.navFirst_off,
a:link.navFirst_on,
a:visited.navFirst_on,
a:hover.navFirst_on {
	background: url(../upload/bilder/mainNav.gif) center right no-repeat;
	font-size: 13px;
	color: #333399;
	padding: 0px 15px 0px 10px;
	margin-right: 5px;
}

a:hover.navFirst_off {
	color: black;
}
a:link.navFirst_on,
a:visited.navFirst_on,
a:hover.navFirst_on {
	font-weight: bold;
}

a:link.navFirst_on,
a:visited.navFirst_on,
a:hover.navFirst_on {
	font-weight: bold;
}

a:hover.navFirst_on {
	font-weight: bold;
}

/* Ebene 2 */
div.navColumn2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
}

div.navColumn2 table.navTable2 {
	width: 100%;
	position: absolute;
	top: 113px;
	left: -389px;
}


td.navSecond_off a:link,
td.navSecond_off a:visited,
td.navSecond_off a:hover,
td.navSecond_on a:link,
td.navSecond_on a:visited,
td.navSecond_on a:hover {
	color: black;
	padding: 5px 0px 5px 0px;
	display: block;
}

td.navSecond_off a:hover,
td.navSecond_on a:link,
td.navSecond_on a:visited,
td.navSecond_on a:hover {
	color: #333399;
}

td.navSecond_on a:link,
td.navSecond_on a:visited,
td.navSecond_on a:hover {
	font-weight: bold;
}

/* Artikelliste */
table.artikelliste a,
table.artikelliste a:link,
table.artikelliste a:visited,
table.artikelliste a:hover {
	color: black;
	padding: 0px 0px 10px 0px;
	display: block;
}

table.artikelliste a:visited,
table.artikelliste a:hover {
	color: #666;
}

table.artikelliste a:hover {
	color: #333399;
}
/* << Navigation */


/* >> Picture Column */
td.pictureColumn_1 div.spc img {
	width: 160px;
}

td.pictureColumn_1 {
	vertical-align: bottom;
}

td.pictureColumn_1 h2 {
	margin-bottom: 5px;
	padding-left: 5px;
}
/* << Picture Column */


/* >> Spacer Columns */
td.spacerColumnLeft_1 img,
td.spacerColumnLeft img {
	width: 10px;
	height: auto;
}

td.spacerColumnRight_1 img,
td.spacerColumnRight img {
	width: 20px;
	height: auto;
}

td.spacerColumnRight img {
	height: 280px;
}
/* << Spacer Columns */


/* >> Content */
td.contentMainColumn {
	border: 1px solid #ccc;
}

td.contentMainColumn_1,
td.contentMainColumn {
	width: 100%;
}

td.contentMainColumn_1 {
	vertical-align: bottom;
}

td.contentMainColumn_1 h1 {
	margin-bottom: 5px;
	padding-left: 5px;
}

td.contentColumn {
	width: 100%;
	vertical-align: top;
	padding: 10px;
}

td.contentColumn div.contentContainer {
	width: 100%;
}

td.teasersShell {
	vertical-align: top;
}
/* << Content */
/* << << Content Main Tabelle */


/* >> Footer */
table.footer,
table.footer p,
table.footer a,
table.footer a:link,
table.footer a:visited,
table.footer a:hover {
	color: #999;
	font-size: 10px;
}

table.footer a:hover {
	color: #333399;
}
/* << Footer */

/* >> Mailformular */
table.mail {
	width: 100%;
}

table.mail input {
	border: 1px solid #ccc;
}
/* >> Mailformular */