/* CSS Document */



/* Allgemein */

*{

	font-family:Arial;

}

body{

	font-size:0.9em;

	line-height:1.4em;

	background-color:#003366;

	margin-top:0px;

	color:#000000;
}

#legende {
	margin: 10px 0;
    border: 1px solid #ccc;
    padding: 10px;
}

#inhalt a.btn {
	color: white; 
}

.hidden {
	display: none;
}

.btn-container .btn {
	margin-right: 5px;
}

.btn-container form {
	margin: 0;
}

.btn-container {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Divs */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#anmeldungen-table form {
	margin: 0;
}


#weiss{

	position:absolute;

	width:950px;

	margin-left:50%;

	left:-475px;

	background-color:#ffffff;

	margin-top:0;

	border-left: 1px solid #ffdd00;

	border-right: 1px solid #ffdd00;

}

#kopf{

	width:100%;

	height:156px;

	background-image:url(../pics/kopf.jpg);

}

#menu{

	border-top:2px solid #003366;

	border-bottom:1px solid #003366;

	height:25px;

	background-color:#FFFFFF;

	padding-left:10px;

	padding-top:10px;

}

#inhalt{

	width:97%;

	padding:10px;

}

#inhalt1{

	float:left;

	width:600px;

}

#bilder{

	float:right;

	width:230px;

	padding:0;

}

#next{

	height:200px;

	width:920px;

	border:1px solid #003366;

}

#last{

	height:200px;

	width:920px;

	border:1px solid #003366;

}

#container{

	position:relative;

	margin:10 auto;

}

#footer{

	left:0px;

	width:100%;

	height:50px;

	border-top:1px dashed #C0C0C0;

	clear:both;

	background-image:url(../pics/footer_banner.jpg);

	background-repeat:no-repeat;

	background-position:center;

}

.bez-positive {
  background-color: green;
  color: white;
  padding: 0px 3px;
}

.bez-negative {
  background-color: red;
  color: white;
  padding: 0px 3px;
}

.bez-notchecked {
  background-color: grey;
  color: white;
  padding: 0px 5px;
}

#footer_impressum{

	float:left;

	width:200px;

	vertical-align:bottom;

}

#footer_skorpiona{

	float:right;

	width:200px;

	text-align:right;

	vertical-align:bottom;

}

#dev{

	position:absolute;

	top:10px;

	left:1300px;

	min-height:500px;

	min-width:500px;

	background-color:#CCCCCC;

	border:1px solid #ff0000;

	color:#333333;

	font-size:14px;

	z-index:99;

}

#lt_erg{

	width:100%;

	overflow:auto;

	border:1px solid #ffdd00;

}



/* Links */

.downloadEntry {
	float: left; padding: 1px 10px;
}

#myContent_pdf {
	border: 1px solid #ccc;
	padding-top: 5px;
}

#myContent_pdf > .downloadEntry > a {
	font-size: 0.8em;
	color: #333;
}

a{

	color:#003366;

	text-decoration:underline;

}



/* Text */



#menu a:link, a:visited{

	font-size:1.0em;

	font-weight:bold;

	text-transform:uppercase;

	text-decoration:none;

}

#menu a:hover{

	text-decoration:underline;

	color:#ffdd00;

}

#menu a:active{

	text-decoration:underline;

}

#footer a{

	font-size:0.8em;

	color:#333333;

	text-decoration:underline;

	text-transform:none;

}

#inhalt a{

	font-size:0.9em;

	color:#003366;

	text-decoration:underline;

	text-transform:none;

	font-weight:bold;

}

h1{

	font-size:1.0em;

	font-weight:bold;

	color:#003366;

	text-transform:uppercase;

}

h2{

	font-size:1em;

	font-weight:bold;

	color:#003366;

}

.fehler{

	font-weight:bold;

	color:#FF0000;

	font-size:13px;

}

.small_form{

	font-size:10px;

	color:#333333;

}



/* Tables & Border */



.linie{

border-bottom:1px solid #FFCC00;

}

.abstand{

height:10px;

}

.tbl_lt_erg{

border:#ffdd00 solid 1px;

border-spacing:0px;

padding:3px;

}

.tbl_event1{

width:100%;

border:#ffdd00 solid 1px;

border-spacing:0px;

padding:3px;

}

.tbl_event2{

width:100%;

border:#ffdd00 solid 1px;

border-spacing:0px;

padding:3px;

}

.tbl_event2 td { padding: 3px 0px; }

.td_lt_klasse{

font-size:0,9em;

font-weight:bold;

color:#003366;

text-align:left;

vertical-align:middle;

height:25px;

border-top:#333333 solid 1px;

background-color:#EEEEEE;

}

.td_info1{

text-align:right;

color:#333333;

font-weight:bold;

}

.td_info2{

text-align:left;

color:#003366;

font-weight:bold;

font-size:0.9em;

}

.td_info3{

font-size:12px;

color:#333333;

}

.td_line{

height:1px;

background-color:#666666;

}

.td_farbe1{

background-color:#FFFFFF;

font-size:0.9em;

}

.td_farbe2{

background-color:#CCDDFF;

font-size:0.9em;

}

.td_anmeld{

font-size:0.9em;

font-weight:bold;

text-align:center;

background-color:#ffdd00;

color:#003366;

text-decoration:underline;

cursor:pointer;

}

.blink{
background-color:#FFDD00;
font-size:0.9em;
cursor:pointer;
}

.blink2{
background-color:#FFDD00;
font-size:0.9em;

}

td{

font-size:0.9em;

}



/* Anderes */



.input{

border:1px solid #FFCC00;

width:150px;

}

.submit{

border:1px solid #FFCC00;

font-size:11px;

}

.submit_rot{

border:2px solid #999999;

background-color:#FF0000;

font-size:16px;

font-weight:bolder;

height:40px;

width:250px;

cursor:pointer;

}



/* Listen */



ul{

list-style-image:url(../pics/bullet.jpg);

}

ol{

list-style-type:decimal;

list-style-position:outside;

}

ul#strich{

list-style-image:url(../pics/bullet1.jpg);

}

li{

padding-bottom:15px;

}



/* Forms */



form#chip_reg table{

border:1px solid #003366;

width:100%;

}

form#chip_reg td{

border:0px solid #ffcc00;

font-size:0.9em;

line-height:1.4em;

}



/* Verschiebbares Fenster */



.window{

border:solid 2px #003366;

background:#FFFFFF;

width:500px;

top:100px;

left:100px;

display:none;

z-index:10;

}

.window h1{

font-size:11px;

background:#DEDEDE;

height:16px;

padding-bottom:3px;

}

.window p{

font-size:11px;

padding:8px;

}

.msg{

float:right;

font-weight:normal;

font-size:11px;

}



/* developer */



.window_dev{

border:solid 2px #003366;

background:#FFFFCC;

width:350px;

display:block;

z-index:10;

}

.window_dev h1{

font-size:11px;

background:#DEDEDE;

height:16px;

line-height:16px;

padding-bottom:6px;

}

.window_dev p{

font-size:11px;

padding:8px;

}

.msg_dev{

float:right;

font-weight:normal;

font-size:11px;

}

.bezahlart {
	padding: 5px; 
	background: #efefef;
	margin-bottom: 1px;
}

.bezahlart input {
	vertical-align: top;
}

.table-header {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}


.flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../grafik/flags16.png) no-repeat;}
._African_Union{background-position:0 -16px;}
._Arab_League{background-position:0 -32px;}
._ASEAN{background-position:0 -48px;}
._CARICOM{background-position:0 -64px;}
._CIS{background-position:0 -80px;}
._Commonwealth{background-position:0 -96px;}
._England{background-position:0 -112px;}
._European_Union, .eu{background-position:0 -128px;}
._Islamic_Conference{background-position:0 -144px;}
._Kosovo{background-position:0 -160px;}
._NATO{background-position:0 -176px;}
._Northern_Cyprus{background-position:0 -192px;}
._Northern_Ireland{background-position:0 -208px;}
._Olimpic_Movement{background-position:0 -224px;}
._OPEC{background-position:0 -240px;}
._Red_Cross{background-position:0 -256px;}
._Scotland{background-position:0 -272px;}
._Somaliland{background-position:0 -288px;}
._Tibet{background-position:0 -304px;}
._United_Nations{background-position:0 -320px;}
._Wales{background-position:0 -336px;}
.ad{background-position:0 -352px;}
.ae{background-position:0 -368px;}
.af, .afg {background-position:0 -384px;}
.ag{background-position:0 -400px;}
.ai{background-position:0 -416px;}
.al{background-position:0 -432px;}
.am{background-position:0 -448px;}
.ao{background-position:0 -464px;}
.aq{background-position:0 -480px;}
.ar{background-position:0 -496px;}
.as,{background-position:0 -512px;}
.aut {background-position:0 -528px;}
.au, .aus{background-position:0 -544px;}
.aw{background-position:0 -560px;}
.ax{background-position:0 -576px;}
.az{background-position:0 -592px;}
.ba, .bih{background-position:0 -608px;}
.bb{background-position:0 -624px;}
.bd{background-position:0 -640px;}
.be{background-position:0 -656px;}
.bf{background-position:0 -672px;}
.bg, .bgr{background-position:0 -688px;}
.bh{background-position:0 -704px;}
.bi{background-position:0 -720px;}
.bj{background-position:0 -736px;}
.bm{background-position:0 -752px;}
.bn{background-position:0 -768px;}
.bo{background-position:0 -784px;}
.br{background-position:0 -800px;}
.bs{background-position:0 -816px;}
.bt{background-position:0 -832px;}
.bw{background-position:0 -848px;}
.by{background-position:0 -864px;}
.bz{background-position:0 -880px;}
.can{background-position:0 -896px;}
.cg{background-position:0 -912px;}
.cf{background-position:0 -928px;}
.cd{background-position:0 -944px;}
.ch, .sui{background-position:0 -960px;}
.ci{background-position:0 -976px;}
.ck{background-position:0 -992px;}
.cl{background-position:0 -1008px;}
.cm{background-position:0 -1024px;}
.cn, .chn{background-position:0 -1040px;}
.co{background-position:0 -1056px;}
.cr{background-position:0 -1072px;}
.cu{background-position:0 -1088px;}
.cv{background-position:0 -1104px;}
.cy{background-position:0 -1120px;}
.cze{background-position:0 -1136px;}
.ger{background-position:0 -1152px;}
.deu{background-position:0 -1152px;}
.dj{background-position:0 -1168px;}
.dk, .den{background-position:0 -1184px;}
.dm{background-position:0 -1200px;}
.do{background-position:0 -1216px;}
.dz{background-position:0 -1232px;}
.ec{background-position:0 -1248px;}
.ee, .est{background-position:0 -1264px;}
.eg{background-position:0 -1280px;}
.eh{background-position:0 -1296px;}
.er{background-position:0 -1312px;}
.es{background-position:0 -1328px;}
.et{background-position:0 -1344px;}
.fi, .fin{background-position:0 -1360px;}
.fj{background-position:0 -1376px;}
.fm{background-position:0 -1392px;}
.fo{background-position:0 -1408px;}
.fr, .fra {background-position:0 -1424px;}  
.bl, .cp, .mf, .yt{background-position:0 -1424px;}
.ga{background-position:0 -1440px;}
.gbr{background-position:0 -1456px;}  
.sh{background-position:0 -1456px;}
.gd{background-position:0 -1472px;}
.ge{background-position:0 -1488px;}
.gg{background-position:0 -1504px;}
.gh{background-position:0 -1520px;}
.gi{background-position:0 -1536px;}
.gl{background-position:0 -1552px;}
.gm{background-position:0 -1568px;}
.gn{background-position:0 -1584px;}
.gp{background-position:0 -1600px;}
.gq{background-position:0 -1616px;}
.gr{background-position:0 -1632px;}
.gt{background-position:0 -1648px;}
.gu{background-position:0 -1664px;}
.gw{background-position:0 -1680px;}
.gy{background-position:0 -1696px;}
.hk{background-position:0 -1712px;}
.hn{background-position:0 -1728px;}
.hr, .cro, .hrv{background-position:0 -1744px;}
.ht{background-position:0 -1760px;}
.hun{background-position:0 -1776px;}
.id{background-position:0 -1792px;}
.mc{background-position:0 -1792px;}
.ie{background-position:0 -1808px;}
.il{background-position:0 -1824px;}
.im{background-position:0 -1840px;}
.in{background-position:0 -1856px;}
.iq{background-position:0 -1872px;}
.ir{background-position:0 -1888px;}
.is{background-position:0 -1904px;}
.ita{background-position:0 -1920px;}
.je{background-position:0 -1936px;}
.jm{background-position:0 -1952px;}
.jo{background-position:0 -1968px;}
.jp{background-position:0 -1984px;}
.ke, .ken{background-position:0 -2000px;}
.kg{background-position:0 -2016px;}
.kh{background-position:0 -2032px;}
.ki{background-position:0 -2048px;}
.km{background-position:0 -2064px;}
.kn{background-position:0 -2080px;}
.kp{background-position:0 -2096px;}
.kr{background-position:0 -2112px;}
.kw{background-position:0 -2128px;}
.ky{background-position:0 -2144px;}
.kz{background-position:0 -2160px;}
.la{background-position:0 -2176px;}
.lb{background-position:0 -2192px;}
.lc{background-position:0 -2208px;}
.li{background-position:0 -2224px;}
.lk{background-position:0 -2240px;}
.lr{background-position:0 -2256px;}
.ls{background-position:0 -2272px;}
.lt, .ltu{background-position:0 -2288px;}
.lu, .lux{background-position:0 -2304px;}
.lv, .let{background-position:0 -2320px;}
.ly{background-position:0 -2336px;}
.ma{background-position:0 -2352px;}
.md{background-position:0 -2368px;}
.me{background-position:0 -2384px;}
.mg{background-position:0 -2400px;}
.mh{background-position:0 -2416px;}
.mk{background-position:0 -2432px;}
.ml{background-position:0 -2448px;}
.mm{background-position:0 -2464px;}
.mn{background-position:0 -2480px;}
.mo{background-position:0 -2496px;}
.mq{background-position:0 -2512px;}
.mr{background-position:0 -2528px;}
.ms{background-position:0 -2544px;}
.mt{background-position:0 -2560px;}
.mu{background-position:0 -2576px;}
.mv{background-position:0 -2592px;}
.mw{background-position:0 -2608px;}
.mx{background-position:0 -2624px;}
.my{background-position:0 -2640px;}
.mz{background-position:0 -2656px;}
.na{background-position:0 -2672px;}
.nc{background-position:0 -2688px;}
.ned{background-position:0 -2704px;}
.ng{background-position:0 -2720px;}
.ni{background-position:0 -2736px;}
.nl, .ned {background-position:0 -2752px;}  
.bq{background-position:0 -2752px;}
.no, .nor{background-position:0 -2768px;}  
.bv, .nq, .sj{background-position:0 -2768px;}
.np{background-position:0 -2784px;}
.nr{background-position:0 -2800px;}
.nz{background-position:0 -2816px;}
.om{background-position:0 -2832px;}
.pa{background-position:0 -2848px;}
.pe{background-position:0 -2864px;}
.pf{background-position:0 -2880px;}
.pg{background-position:0 -2896px;}
.ph{background-position:0 -2912px;}
.pk{background-position:0 -2928px;}
.pl, .pol {background-position:0 -2944px;}
.pr{background-position:0 -2960px;}
.ps{background-position:0 -2976px;}
.pt{background-position:0 -2992px;}
.pw{background-position:0 -3008px;}
.py{background-position:0 -3024px;}
.qa{background-position:0 -3040px;}
.re{background-position:0 -3056px;}
.ro, .rou {background-position:0 -3072px;}
.rs{background-position:0 -3088px;}
.rus{background-position:0 -3104px;}
.rw{background-position:0 -3120px;}
.sa{background-position:0 -3136px;}
.sb{background-position:0 -3152px;}
.sc{background-position:0 -3168px;}
.sd{background-position:0 -3184px;}
.se, .swe{background-position:0 -3200px;}
.sg{background-position:0 -3216px;}
.slo{background-position:0 -3232px;}
.svk{background-position:0 -3248px;}
.sl{background-position:0 -3264px;}
.sm{background-position:0 -3280px;}
.sn{background-position:0 -3296px;}
.so{background-position:0 -3312px;}
.sr{background-position:0 -3328px;}
.st{background-position:0 -3344px;}
.sv{background-position:0 -3360px;}
.sy{background-position:0 -3376px;}
.sz{background-position:0 -3392px;}
.tc{background-position:0 -3408px;}
.td{background-position:0 -3424px;}
.tg{background-position:0 -3440px;}
.th{background-position:0 -3456px;}
.tj{background-position:0 -3472px;}
.tl{background-position:0 -3488px;}
.tm{background-position:0 -3504px;}
.tn{background-position:0 -3520px;}
.to{background-position:0 -3536px;}
.tr{background-position:0 -3552px;}
.tt{background-position:0 -3568px;}
.tv{background-position:0 -3584px;}
.tw{background-position:0 -3600px;}
.tz{background-position:0 -3616px;}
.ua, .ukr{background-position:0 -3632px;}
.ug{background-position:0 -3648px;}
.usa{background-position:0 -3664px;}
.uy{background-position:0 -3680px;}
.uz{background-position:0 -3696px;}
.va{background-position:0 -3712px;}
.vc{background-position:0 -3728px;}
.ve{background-position:0 -3744px;}
.vg{background-position:0 -3760px;}
.vi{background-position:0 -3776px;}
.vn{background-position:0 -3792px;}
.vu{background-position:0 -3808px;}
.ws{background-position:0 -3824px;}
.ye{background-position:0 -3840px;}
.za{background-position:0 -3856px;}
.zm{background-position:0 -3872px;}
.zw{background-position:0 -3888px;}
.sx{background-position:0 -3904px;}
.cw{background-position:0 -3920px;}
.ss{background-position:0 -3936px;}
.nu{background-position:0 -3952px;}
