body {
	overflow: auto;
	color: black;
	background-color: #9C500E;
	height: 100%;
	margin:0px;
}

ul { list-style-type:square; }

a.teasernav:link, a.teasernav:visited {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: #504E53;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

a.teasernav:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt;
	COLOR: #504E53;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

a.newsweiter:link, a.newsweiter:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt;
	COLOR: #504E53;
	TEXT-DECORATION: underline;
	FONT-FAMILY: Arial;
}

a.newsweiter:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt;
	COLOR: #504E53;
	TEXT-DECORATION: underline;
	FONT-FAMILY: Arial;
}

a.teasernavtitle:link, a.teasernavtitle:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	COLOR: #504E53;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

a.teasernavtitle:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	COLOR: #504E53;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}


.newslisttitle {
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-variant: normal; 
	color: #504E53; 
	text-decoration: none;
}

.title {
/*	font-family: Arial;
	font-weight: bold;
    font-variant: normal; */
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    line-height: 16px;
}

a:link { color: #FFFFFF;}

a:visited { color: #FFFFFF;}

a:hover { color: #FFFFFF;}

a:active { color: #FFFFFF; }

.TeaserTable {
	text-align: left;
	width: 195px;
}

.TeaserHead {
	color: #ffffff;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	background-color: #005cfb;
	width: 195px;
	height: 20px;
	padding: 4px 4px 4px 6px;
}

.TeaserMain{
	color: #013972;
	font-family: Arial;
	background-color: #f0f3f9;
	width: 280px;
	padding: 4px 4px 8px 6px;
	border-left: 1px solid #005cfb;
	border-bottom: 1px solid #005cfb;
	border-right: 1px solid #005cfb;
}

.MainHeader {
	color: #504e53;
	font-size: 8pt;
	font-family: Arial;
	padding: 0;
}

.MainContent {
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
}

.MainContentLinkFollow {
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

#inputloginfield {
	width: 250px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: solid 1px #504e53;
}

#inputloginbutton {
	color: #ffffff;
	font-size: 9pt;
	font-family: Arial;
	background-color: #504e53;
	text-align: center;
	width: 100px;
	height: 20px;
	margin-top: 5px;
	border: solid 1px #a8a8a8;
}

#inputloginuser {
	font-size: 8pt;
	font-family: Arial;
}

#inputloginpass {
	font-size: 8pt;
	font-family: Arial;
}

.NewsTable { text-align: left; width: 345px; }

#nav, #nav ul { /* all lists */
	color: #fff;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: right;
	padding: 0;
}

#nav a {
	color: #fff;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	left: -999em;
	width: 10em;
	display: block;
}

#nav li { /* all list items */
	background-color: #0064a8;
	text-decoration: none;
	left: -999em;
	float: left;
	width: 10em;
	height: 15px;
	padding: 2px;
/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	text-decoration: none;
	left: -999em;
	width: 10em;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	background-color: #0064a8;
	text-decoration: none;
	left: auto;
	width: 10em;
	padding-top: 5px;
	border-left: 1px solid #0064a8;
	border-bottom: 1px solid #0064a8;
	border-right: 1px solid #0064a8;
	border-top-color: #0064a8;
}

#content {
	clear: left;
	color: #ccc;
}

mailto {
	COLOR: #0C1C8C ;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: underline;
	FONT-SIZE: 8pt
}

A.link,A {
	font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
	text-decoration: none;
    line-height: 18px;
}
A:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}

A.linkred {
	color: red; 
	font-family:Arial;
	font-size:12px;
}

A.visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
 }

TEXTAREA {
	line-height: 18px;
	font-family: Arial;
   	font-size: 12pt;
}

P.Bodytext {
	line-height: 18px;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	list-style-type:square;
}

IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}

.titel {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0064A8;
	line-height: 18px;
}

.untertitel {
	font-family: Arial;
	font-size: 11pt;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	color: #0064A8;
	line-height: 18px;
}

.eintragtitel {
	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0064A8;
	line-height: 18px;
	vertical-align: top;
}

TD.titel { 
	color:#0064A8; 
	font-family:Arial; 
	font-size:13pt; 
	font-weight:bold; 
}

TD.untertitel { 
	color:#0064A8; 
	font-family:Arial; 
	font-size:11pt; 
	font-style:italic; 
}

TD.eintragtitel { 
	color:#0064A8; 
	font-family:Arial; 
	font-size:13pt; 
	font-weight:bold; 
}

TD,TD.text {
	font-family:Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.text6 {
	font-family: Arial;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.text8 {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.text10 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.textbold10 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.textbold12 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}

TD.nav {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	vertical-align: top;
}

TD.nav_left {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	vertical-align: top;
}

TD.subnav {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	vertical-align: top;
}

TD.subnav_left {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	vertical-align: top;
}

TD.produktpreis { 
	color: black; 
	font-size: 12px; 
	font-family: Arial; 
	border: solid 1px #f00  
}

A.nav:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: FFFFFF;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

A.nav:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: white;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

A.nav:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #99ccff;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

A.subnav:link {
	FONT-SIZE: 8pt;
	COLOR: white;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

A.subnav:visited {
	FONT-SIZE: 8pt;
	COLOR: white;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

A.subnav:hover {
	FONT-SIZE: 8pt;
	COLOR: #99ccff;
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.footermail {
 	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

.teasertitle {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.teasertext {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.maintext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

input, textarea, select {
	width: 250px;
	border: 1px solid #318DB6;
	background-color: #e8e2ce;
}

.plz { width: 50px; }
.ort { width: 196px; }
.submit { width: 100px; }
.vorname { width:123px; }
.nachname { width:124px; }/* RTE Style definitionen */
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { 
	text-align: left; 
}
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { 
	text-align: center; 
}
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { 
	text-align: right; 
}     
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { 
	text-align: justify; 
}

