html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, .h1, .h1:link, .h1:visited, .h1:active {
	letter-spacing: 3px;
   margin: 0;
   padding: 0.66em 0 0.33em 20%;
	font-weight: bold;
	color: #005A9E;
	background-color: #C5D3DE;
}

h2, .h2, .h2:link, .h2:visited, .h2:active {
	font-weight: bold;
	color: #005A9E;
}


h3 {
	font-size: 1.33em;
	margin: 0;
	padding: 0;
	padding-top: 1em; 
   border-bottom: 1px solid black;
}

h4 {
	font-size: 1em;
	margin: 0;
	padding: 0.33em 0 0;
   border-bottom: 1px solid rgb(50%,50%,35%);
}

h4.indent {
	margin-top: 0.66em;
	padding-left: 1em;
	border: 0;
}

h1, h3, h4 {
	line-height: 1em;
}

p {
	line-height: 1.5;
	margin: 0.5em 0 1em;
}

ul.menu {
	/* list-style-type: square; */
	list-style-image: url("../images/list_bullet.gif");
}

li.lvl1 {
	padding-bottom: 1em;
}

li.menu	{
	margin-bottom: 0.33em;
}

.indent {
	margin-left: 3em;
}

.importantbox {
	/* font-weight: bold; */
	background-color: #EFEFEF;
	border-style: solid;
	border-color: #CF0035;
	border-width: 1px;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.infobox {
	/* font-style: italic; */
	background-color: #DFDFDF;
	border-style: solid;
	border-color: #D4D0C7;
	border-width: 1px;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.boxtitle {
	font-weight: bold;
	font-size: 14px;
	color: #005A9E;
	background-color: #C5D3DE;
	padding-left: 3px;
	border-style: solid;
	border-color: #909090;
	border-width: 1px;
}

.boxtitleorange {
	font-weight: bold;
	font-size: 12px;
	color: #DC9D53;
	background-color: #0080D6;
	padding-left: 3px;
	border-style: solid;
	border-color: #0D4574;
	border-width: 1px;
}

.tabletitle {
	color: #000000;
	background-color: #C5D3DE;
	padding-left: 3px;
	border-style: solid;
	border-color: #909090;
	border-width: 1px;
}

.bgtitle {
	background-color: #0080D6;
}

.bgcontent {
	background-color: #EFEFEF;
}

.bgcontentdark {
	background-color: #D1D1D1;
}

.bgborder {
	background-color: #DCE6ED;
}

a:link, a:visited, a:active, a:hover {
	color: #004D6D;
	text-decoration: underline;
}

img {
	border-style: none;
}

hr {
	color: #CF0035;
}

a.menulink:link, a.menulink:visited, a.menulink:active {
	font-size: 12px;
	color: #00468B;
	text-decoration: none;
}

a.menulink:hover {
	text-decoration: underline;
}

.morelink {
	font-size: 10px;
	color: #00468B;
}

.smallblue, a.smallblue:link, a.smallblue:visited, a.smallblue:active {
	font-size: 10px;
	color: #00468B;
}

.smalllightblue,a.smalllightblue:link,a.smalllightblue:visited,a.smalllightblue:active {
	color: #0273A1;
}

.smalllighterblue,a.smalllighterblue:link,a.smalllighterblue:visited,a.smalllighterblue:active {
	color: #EFF6FC;
}

.smallblack,a.smallblack:link,a.smallblack:visited,a.smallblack:active {
	font-size: 10px;
	color: #000000;
}

.headlinerow {
	font-weight: bold;
	color: #005A9E;
}

.headerblue, a.headerblue:link, a.headerblue:visited, a.headerblue:active {
	font-weight: normal;
	color: #004D6D;
}

.special, a.special:link, a.special:visited, a.special:active {
	color: #DC9D53;
}

.specialbold, a.specialbold:link, a.specialbold:visited, a.specialbold:active {
	color: #DC9D53;
	font-size: 12px;
	font-weight: bold;
}

.headermenu, a.headermenu:link, a.headermenu:visited, a.headermenu:active {
	font-weight: bold;
	color: #000000;
}


.textbold {
	font-weight: bolder;
	font-size: 11px;
}

.textbolder {
	font-weight: bolder;
	font-size: 12px;
}

.warning {
	color: red;
}

.warninglarge {
	color: red;
	font-size: large;
}

.typewriter {
	font-family: Courier, Courier New, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
	

/* --- START: Styles für Registerkarten --- */

span.activeTab {
 	padding-left: 7px;
 	padding-right: 7px;
 	font-size: 16px;
 	border: 1px solid #0D4574;
 	border-right: 2px solid #0D4574;
 	border-bottom: 1px solid #EFF6FC;
	color: #00468B;
}

span.passiveTab {
 	margin: 0px -1px 0px -1px;
 	padding-left: 6px;
 	padding-right: 6px;
 	border: 1px solid #0D4574;
 	font-size: 12px;
 	cursor: default;
	background-color: #0080D6;
	color: #F0F0F0;
}

span.hoverTab {
	/* margin-right: -6px; */
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
 	border: 1px solid #0080D6;
	cursor: pointer;
	background-color: #0D4574;
	color: #DC9D53;
}

div.CardContent {
	padding: 8px;
	margin-top: -1px;
	border: 1px solid #0D4574;
	/* border-top-style: none; */
	/* width:600px; */
	/* height:360px; */
	overflow: hidden;
	display: none;
}

/* --- ENDE: Styles für Registerkarten --- */

/* --- START: Styles für Formularelemente --- */

input:focus, input.sffocus, select:focus, select.sffocus, textarea:focus, textarea.sffocus {
	background: PaleGoldenRod;
}

.cmdButton, .cmdButton:focus {
	color: #F0F0F0;
	border-top: #0D4574 1px;
	border-right: #0D4574 2px;
	border-bottom: #0D4574 2px;
	border-left: #0D4574 1px;
	border-style: ridge;
	font-size: 10pt; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0080D6 ; 
}

.ctrlFont {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}


/* --- ENDE: Styles für Formularelemente --- */

