@charset "utf-8";
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F0F0F0;
	height: 100%;
	width: 100%;
	margin: 0px;
}

.box {
	width: 100%;
	position: relative;
	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

.nav_banner {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
}

.nav_menu {
	background-color: #B1B1B1;
}

.input_1 {
	border: 1px solid #666666;
}

.select_1 {
	border: 1px solid #666666;
}
.footer {
	position: absolute;
	width: 100%;
	left: 10;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	text-align:center;
	font-size: smaller;
	background-color: #C8C8C8;
	text-align: center;
}


.button_1 {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px outset #9a0000;
}

.button_2 {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px outset #9a0000;
	color: #9a0000;
}

.button_3 {
	background-color: #FAFAFA;
	border: 1px inset #9a0000;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9a0000;
}

.button_4 {
	background-color: #DADADA;
	border: 1px inset #9a0000;
	margin-left: 2px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9a0000;
}

.button_5 {
	background-color: #DADADA;
	border: 1px inset #9a0000;
	margin-left: 1px;
	margin-right: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9a0000;
}

.nav_history {
	background-color: #DFDFDF;
}
.nav_main {
	text-align: center;
	height: inherit;
}

.table_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}
.table_white {
	background-color: #FFFFFF;
	text-align: left;
}
.table_gray {
	background-color: #DDDDDD;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

.print_button {
	text-align: right;
	
}

.training_title {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9a0000;
	border-right-color: #9a0000;
	border-bottom-color: #9a0000;
	border-left-color: #9a0000;
}
.training_title2 {
	color: #990000;
}

.edit_training {
	text-align: left;
}
.td_l_imp {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
}

.td_d_imp {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
}

.td_dl_imp {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
}

.td_d_gray_imp {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
	background-color: #DFDFDF;
}

#inhalte {
	position:absolute;
	left:600px;
	top:190px;
	width:350px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	padding: 5px;
}

#inhalte p {
	margin:0;
	padding:0;
}

#links {
	position:absolute;
	left:600px;
	top:190px;
	width:350px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	padding: 5px;
}

#links p {
	margin:0;
	padding:0;
}

#urheberrecht {
	position:absolute;
	left:600px;
	top:190px;
	width:350px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	padding: 5px;
}

#urheberrecht p {
	margin:0;
	padding:0;
}

#datenschutz {
	position:absolute;
	left:600px;
	top:190px;
	width:350px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	padding: 5px;
}

#anbieterinfo {
	position:fixed;
	left:200px;
	top:190px;
	width:350px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	padding: 5px;
}

#datenschutz p {
	margin:0;
	padding:0;
}

a.button {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background:#FFFFFF;
	color:#000000;
	font-weight:bold;
	padding:2px;
}

a.imp:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.imp:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.imp:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #9a0000;
	border-left-color: #B1B1B1;
}


a.imp:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.button_a {
	background-color: #FFFFFF;
	border: 1px outset #9a0000;
	margin-left: 2px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9a0000;
	text-decoration:none;
	font-weight:bold;
}

a.button_a1 {
	background-color: #FFFFFF;
	border: 1px outset #9a0000;
	margin-left: 2px;
	margin-right: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9a0000;
	text-decoration:none;
	font-weight:bold;
}

.Stil1 {
	font-size: 10px
}

