body {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-size : 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

span.bold { font-weight: bold; }

/* Aufz�hlungen mit einem geringen Abstand zum oberen und unteren Paragraphen. */
ol {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.mainBodyText {
	font-size : 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mainBodyText-justified {
	font-size : 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

table {
	font-weight: normal;
	font-size: 12px;
}


/* Links allgemein ---------------------------------------------------------------- */
a, a:visited, a:active, a:link {
	background-color : transparent;
	color : #2F2C72;
	text-decoration : none;
	font-weight : normal;
}

a:hover {
	color: #FF0000;
	/* text-decoration: underline; */
}



/* HEADINGS ----------------------------------------------------------------------------------------------- */
/* myheading# sind RTE Klassen und m�ssen daher mit Headings (H#) identisch sein! */

/* Heading:
   - bigger size than text
   - blue
   - line below 
   - symbol to the left */
H1, .myheading1 {
	font-size: 16px;
	font-weight: normal;
	color: #2F2C72;
	background-image: url(../res/default-heading3-dot-1-3.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	text-indent: 5pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2C72;

}

/* Heading:
   - bigger size than text
   - blue
   - line below 
   - symbol to the left */
H2, .myheading2 {
	font-size: 14px;
	font-weight: normal;
	color: #2F2C72;
	background-image: url(../res/default-heading3-dot-1-2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 18px;
	text-indent: 5pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2C72;
}


/* Heading:
   - bigger size than text
   - blue
   - line below 
   
   Same as H2 but without symbol to the left */
H3, .myheading3 {
	font-size: 14px;
	font-weight: normal;
	color: #2F2C72;
	background-image: none;
	height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2C72;

}

/* Heading:
   - bigger size than text
   - blue
   
   Same as H3 but without line below */
H4, .myheading4 {
	font-size: 14px;
	font-weight: normal;
	color: #2F2C72;
	background-image: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* Heading:
   - text/paragraph size
   - blue
   - bold */
H5, .myheading5, .myheading5 a {
	font-size: 12px;
	font-weight: bold;
	color: #2F2C72;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/*
.myheading5 a {
	font-weight: bold;
	text-decoration: none;
	color: #2F2C72;
} */


/* Heading:
   - text/paragraph size
   - blue
   
   Same as H5 without bold face */
H6, .myheading6 {
	font-size: 12px;
	font-weight: normal;
	color: #2F2C72;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}



H1 a, H1 a:visited, H1 a:active, H1 a:link,  
H2 a, H2 a:visited, H2 a:active, H2 a:link, 
H3 a, H3 a:visited, H3 a:active, H3 a:link, 
H4 a, H4 a:visited, H4 a:active, H4 a:link, 
H6 a, H6 a:visited, H6 a:active, H6 a:link, 
.myheading1 a, .myheading1 a:visited, .myheading1 a:active, .myheading1 a:link, 
.myheading2 a, .myheading2 a:visited, .myheading2 a:active, .myheading2 a:link, 
.myheading3 a, .myheading3 a:visited, .myheading3 a:active, .myheading3 a:link, 
.myheading4 a, .myheading4 a:visited, .myheading4 a:active, .myheading4 a:link,
.myheading6 a, .myheading6 a:visited, .myheading6 a:active, .myheading6 a:link {
	color: #2F2C72;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
}

H5 a, H5 a:visited, H5 a:active, H5 a:link, 
.myheading5 a, .myheading5 a:visited, .myheading5 a:active, .myheading5 a:link {
	color: #2F2C72;
	font-style: bold;
	text-decoration: none;
	cursor: hand;
}





.subheading1, .subheading2, .subheading3 {
	font-size : 12px;
	color : #666666;
}
.subheading1 {
	font-size : 10px;
	color : darkgreen;
}
.subheading2 {
	font-size : 10px;
	color : darkgreen;
}
.subheading3 {
	font-size : 10px;
	color : darkgreen;
}

/* Eigene spezielle Formate ----------------------------------------------------------------------------------- */


.myhuge {
	font-size: 18px;
}
.myhuge-justified {
	font-size: 16px;
	text-align: justify;
}

.mytiny {
	font-size: 10px;
}
.mytiny-justified {
	font-size: 10px;
	text-align: justify; 
}

.internal-note {
	color: red;
	font-weight: bold;	
}




.sitemap1, .sitemap2, .sitemap3, .sitemap4 {
	font-weight: normal;

}

a:hover .sitemap1, 
a:hover .sitemap2, 
a:hover .sitemap3, 
a:hover .sitemap4 {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;

}


 
.sitemap1,
.sitemap1 a, 
.sitemap1 a:visited, 
.sitemap1 a:link, 
.sitemap1 a:active { {
	font-size : 18px;
	color : #2F2C72;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2F2C72;
	border-right-color: #2F2C72;
	border-bottom-color: #2F2C72;
	border-left-color: #2F2C72;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
	
	text-decoration: none;

}
.sitemap2,
.sitemap2 a, 
.sitemap2 a:visited, 
.sitemap2 a:link, 
.sitemap2 a:active {
	font-size : 12px;
	color : #2F2C72;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-decoration: none;
	border-top: 1px none #D4D0C8;
	border-right: 1px none #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px none #D4D0C8;


}
.sitemap3,
.sitemap3 a, 
.sitemap3 a:visited, 
.sitemap3 a:link, 
.sitemap3 a:active {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	margin-left : 75px;	
}
.sitemap4,
.sitemap4 a, 
.sitemap4 a:visited, 
.sitemap4 a:link, 
.sitemap4 a:active {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	margin-left : 90px;
}


hr {
	border: 0;
	color: #2F2C72;
	background-color: #2F2C72;
	height: 1px;
	margin: 4px 0px;
	padding: 0px;






}
.copyrightcell {
	font-size: 9px;
}
form {
	margin: 0px;
	padding: 0px;
	border: none;
}



