/* ################################################## */
/* Schriftart und -größe   0.7em                      */
/* ################################################## */

html {
	font-size: 0.7em;
}

body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, table, td, textarea, tr, ul {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}

/* ################################################## */
/* Allgemeine Angaben                                 */
/* ################################################## */

body {
	margin: 0px;
	padding: 0px;
}

body {
	width:1000px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFFFFF;
}

p, td, pre {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 16px;
}

h1 {
	font-size: 135%;
	color: #000000;
	margin-top: -4px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

a {
	font-weight: bold;
	color: #980231;
}

ul {
	list-style-image:url(../images/bullet.gif);
	margin-left: 4px;
	margin-top: 4px;
}

li {
	color: #333333;
	padding-left: 4px;
	list-style-position: outside;
	}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

div.hr {
	color: #BFBFBF;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0px;
	border-top: 1px solid #BFBFBF;
}

form {
	margin: 0px;
	padding: 0px;
}

/* ################################################## */
/* Service Navi                                       */
/* ################################################## */

div#servicenavi {
	font-size: 90%;
	color: #666666;
	margin-top: 12px;
}

div#servicenavi a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

div#servicenavi a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

/* ################################################## */
/* Suche Formular                                     */
/* ################################################## */

.suche_text {
	font-weight: normal;
	color: #666666;
	width: 70px;
	height: 18px;
	margin: 0px;
	border: 1px solid #8C8C8C;
}

.suche_button {
	margin: 0px;
}

/* ################################################## */
/* Navi                                               */
/* ################################################## */

table.navi a {
	width: 68px;
	padding: auto;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


table.navi a:hover {
	background: #F5F5F5;
}

/* ################################################## */
/* Sub Navi                                           */
/* ################################################## */

table#subnavi {
	width: 219px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#subnavi td.normal2 {
	color: #000000;
	background: #E5E5E5;
	padding-left: 8px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.over2 {
	color: #FFFFFF;
	background: #980231;
	padding-left: 8px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.active2 {
	font-weight: bold;
	color: #FFFFFF;
	background: #980231;
	padding-left: 8px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.normal2locked {
	color: #000000;
	background: #FF0000;
	padding-left: 8px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.active2locked { 
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	padding-left: 8px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

/* ################################################## */
/* Sub Navi (aufgeklappt)                             */
/* ################################################## */

table#subnavi td.normal3 {
	color: #000000;
	background: #F2F2F2;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.over3 {
	color: #FFFFFF;
	background: #980231;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.active3 {
	font-weight: bold;
	color: #FFFFFF;
	background: #980231;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.normal3locked {
	color: #000000;
	background: #FF0000;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

table#subnavi td.active3locked {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	cursor: pointer;
}

/* ################################################## */
/* Startseite News                                    */
/* ################################################## */

div#startnews a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

div#startnews a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

table#startnewstabelle {
	width: 298px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#startnewstabelle th {
	font-weight: bold;
	color: #000000;
	text-align: left;
}

table#startnewstabelle td.datum {
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-right: 16px;
	padding-top: 16px;
}

table#startnewstabelle td.header {
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
}

/* ################################################## */
/* Marginalspalte                                     */
/* ################################################## */

div#marginal a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

div#marginal a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

div.modulheader {
	height: 16px;	
	color: #000000;
	margin-top: 16px;
	margin-bottom: 4px;
	padding-left: 4px;
	border-left: 8px solid #980231;
	border-bottom: 1px solid #BFBFBF;
}

td.modul {
	color: #000000;
	padding-left: 2px;
	vertical-align: top;
}

/* ################################################## */
/* Sitemap                                            */
/* ################################################## */

.sitemap1 {
	font-weight: bold;
	color: #000000;
	height: 16px;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #FFFFFF;
}

.sitemap1over {
	font-weight: bold;
	color: #000000;
	height: 16px;
	padding-left: 16px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #980231;
}

.sitemap2 {
	color: #000000;
	height: 16px;
	padding-left: 32px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #FFFFFF;
}

.sitemap2over {
	color: #000000;
	height: 16px;
	padding-left: 32px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #980231;
}

.sitemap3 {
	color: #333333;
	height: 16px;
	padding-left: 48px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #FFFFFF;
}

.sitemap3over {
	color: #333333;
	height: 16px;
	padding-left: 48px;
	border-bottom: 1px solid #BFBFBF;
	border-left: 8px solid #980231;
}

/* ################################################## */
/* Blockelemente Content Bereich                      */
/* ################################################## */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

td.bildlinks {
	vertical-align: top;
	padding-right: 16px;
	padding-bottom: 20px;
}

td.bildrechts {
	vertical-align: top;
	padding-left: 16px;
	padding-bottom: 20px;
}

td.text {
	vertical-align: top;
}

table#tabelle {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border-left: 8px solid #980231;
}
 
table#tabelle th {
	font-weight: bold;
	text-align: left;
	color: #333333;
	background: #F2F2F2;
	vertical-align: top;
	padding: 4px;
	border:1px solid #BFBFBF;
}

table#tabelle td {
	text-align: left;
	color: #333333;
	background: #FFFFFF;
	vertical-align: top;
	padding: 4px;
	border:1px solid #BFBFBF;
}

/* ################################################## */
/* Kontakt Formular                                   */
/* ################################################## */

table#kontakt {
	margin-left: auto;
	margin-right: auto;
}

table#kontakt th {
	font-weight: normal;
	text-align: left;
	color: #333333;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}

table#kontakt td {
	font-weight: normal;
	text-align: left;
	color: #333333;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}

.kontakt_text {
	font-weight: normal;
	color: #666666;
	width: 200px;
	padding-left: 2px;
	border: 1px solid #8C8C8C;
	border-left: 8px solid #980231;
}

.kontakt_textarea {
	font-weight: normal;
	color: #666666;
	width: 269px;
	padding-left: 2px;
	border: 1px solid #8C8C8C;
	border-left: 8px solid #980231;
}

.kontakt_button {
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 16px;
}

/* ################################################## */
/* Red Dot                                            */
/* ################################################## */

.reddot {
	font-weight: normal;
	color: #980231;
}

