body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #4F4F4F;
  font-size: 0.75em;
  margin-left: 8px;
  margin-top: 33px;
  background: #000000 url(loginx.jpg) no-repeat top left;
  }

a:focus {
  outline: none; /* keine blaue Umrandung beim Fokus */
}

a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
     outline: 0;
     outline:0 !important;
}

*:focus {
    outline: none;
}

.grey {
  color: #939393;
}
.grey2 {
  color: #939393;
}
.grey a:link,
.grey a:visited,
.grey a:hover,
.grey a:active {
	color: #939393;
	text-decoration: none;
  cursor:default;
  display:block; 
}
.nsgr {
  color: #414141;
}
.nsgr a:link,
.nsgr a:visited,
.nsgr a:hover,
.nsgr a:active {
	color: #414141;
	text-decoration: none;
  cursor:default;
  display:block; 
}  
#wrapper {
  margin:0 auto;
  width:1378px;
  background-color:#ffffff;
  -webkit-box-shadow: 22px 22px 18px 0px rgba(0,0,0,0.75), -22px -22px 18px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 22px 22px 18px 0px rgba(0,0,0,0.75), -22px -22px 18px 0px rgba(0,0,0,0.75);
  box-shadow: 22px 22px 18px 0px rgba(0,0,0,0.75), -22px -22px 18px 0px rgba(0,0,0,0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 25px;     
}
   
.logo {
  color: white;
  margin: 0 0 0 0;
  padding: 18px 20px;
  width: 1337px;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#072d3a+0,1d4e7a+100 */
  background: url(headbg2.jpg) center center no-repeat, #072d3a; /* Old browsers */
  background: url(headbg2.jpg) center center no-repeat, -moz-linear-gradient(top,  #072d3a 0%, #1d4e7a 100%); /* FF3.6-15 */
  background: url(headbg2.jpg) center center no-repeat, -webkit-linear-gradient(top,  #072d3a 0%,#1d4e7a 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(headbg2.jpg) center center no-repeat, linear-gradient(to bottom,  #072d3a 0%,#1d4e7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: url(headbg2.jpg) center center no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#072d3a', endColorstr='#1d4e7a',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

.logo > h1 {
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top:0px;
  padding-bottom: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}  
h1 {
  margin-top:20px;
  margin-bottom:0px;
  text-shadow:0 0 2px rgba(0, 0, 0, 0.1);
  }
input {
  width: 200px;
  border:1px solid #414141;
	padding:2px 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	background-color: rgba(255,255,255,0.6);
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
  outline: none; /* keine blaue Umrandung beim Fokus */  
}
select {
  border:1px solid #414141;
	padding:1px 3px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;;
	background-color: rgba(255,255,255,0.6);
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 2px 2px 20px rgba(0,0,0,0.2);
  outline: none; /* keine blaue Umrandung beim Fokus */  
}
#w200 select {
  width: 200px;
}
.login-input {
  display: inline;
  width: 140px;
  height: 22px;
  padding: 0 9px;
  color: white;
  text-shadow: 0 1px black;
  background: #2b3e5d;
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
  outline: none; /* keine blaue Umrandung beim Fokus */
}

.login-input:focus {
  outline: none; /* keine blaue Umrandung beim Fokus */
  background-color: #32486d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(128, 128, 128, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(128, 128, 128, 0.6);
}

.lt-ie9 .login-input { line-height: 35px; }

.login-submit {
  display: inline;
  width: 140px;
  height: 22px;
  font-size: 12px;
  color: #294779;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #adcbfa;
  background-clip: padding-box;
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
  background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  outline: none; /* keine blaue Umrandung beim Fokus */
}

.login-submit:active {
  background: #a4c2f3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

.login-help {
  text-align: center;
}

.login-help > a {
  font-size: 11px;
  color: #d4deef;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.login-help > a:hover {
  text-decoration: underline;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder { color: #bcc0c8 !important; }
::-webkit-input-placeholder { color: #bcc0c8; }
:-ms-input-placeholder { color: #bcc0c8 !important; }

.st60 {
	padding-left: 30px;
	padding-right: 30px;
}
.st30 {
	padding-left: 15px;
	padding-right: 15px;
}
.st10 {
	padding-left: 5px;
	padding-right: 5px;
}       
a:link {color:#A6A6A6; text-decoration:none;}
a:visited {color:#A6A6A6; text-decoration:none;}
a:hover {color:#002CAA; text-decoration:none;}
a:active {color:#002CAA; text-decoration:none;}  

p {
	margin-top:14px;
	margin-bottom: 8px;
}

h2 {
	text-align: center;
	font-size: 1.5em;
}

h4 {
	font-size: 1.5em;
}
#center {
	text-align: center;
}	
xmp {
	background: #E2E2E2;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #4F4F4F;
  font-size: 1em;
}
td {
	vertical-align: top;
}
table.tel {
  border-collapse: separate;
  border-spacing: 20px 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
table.tele {
  border-collapse: separate;
  border-spacing: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
table.tele tr:hover {
  background-color: #D4E9FF;
}
table.tele tr:nth-of-type(odd):hover td {
  background-color: #D4E9FF;
}
table.tele tr:nth-of-type(even) td {
  padding: 4px 5px 2px 5px;
}
table.tele tr:nth-of-type(odd) td {
  background-color:#F0F0F0;
  padding: 4px 5px 2px 5px;
}
table h1 {
  text-align: center;
  margin-top:0px;
  margin-bottom:0px;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
  width: 20px;
  outline: none; /* keine blaue Umrandung beim Fokus */
}
.foot {
  color: white;
  margin: 15px 0 0 0;
  padding: 0px 20px;
  width: 1337px;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#072d3a+0,1d4e7a+100 */
  background: url(headbg2.jpg) center center no-repeat, #072d3a; /* Old browsers */
  background: url(headbg2.jpg) center center no-repeat, -moz-linear-gradient(top,  #072d3a 0%, #1d4e7a 100%); /* FF3.6-15 */
  background: url(headbg2.jpg) center center no-repeat, -webkit-linear-gradient(top,  #072d3a 0%,#1d4e7a 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(headbg2.jpg) center center no-repeat, linear-gradient(to bottom,  #072d3a 0%,#1d4e7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: url(headbg2.jpg) center center no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#072d3a', endColorstr='#1d4e7a',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.foot a:link {color:#A6A6A6; text-decoration:none;}
.foot a:visited {color:#A6A6A6; text-decoration:none;}
.foot a:hover {color:#ffffff; text-decoration:none;}
.foot a:active {color:#ffffff; text-decoration:none;}

.foot p {
	margin-top:4px;
	margin-bottom: 2px;
}
.foot table {
	border-spacing: 0px;
} 