#alter-browser {
	position:absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: auto;
	margin:15px;
	padding:20px;
	z-index:10000;	
	background-color: #F3F3F3;
	border-radius: 4px;
}
#alter-browser img{
	float:left;
	width:50px;
	margin:20px;
}


body,
div,
dl,
dt,
dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img {
border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style:normal;
font-weight:normal;
}
ol,
ul {
list-style:none;
}
caption,
th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
a {
text-decoration:none;
}
div, fieldset, form {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}			



/* Webfont */
@font-face {
	font-family: 'Frutiger Next LT W1G';
	src: url('../../fonts/FrutigerNextLTW1G-Regular.eot');
	src: url('../../fonts/FrutigerNextLTW1G-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/FrutigerNextLTW1G-Regular.woff') format('woff'),
		url('../../fonts/FrutigerNextLTW1G-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



html, body {
	height: 100%;
	background-color: #fff;
	color: #212122;
	font-family: 'Frutiger Next LT W1G', Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
p {
	word-spacing: 1px;
	font-size: 13px;
}
#ind_layout {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	min-height: 800px;
	margin-bottom: -380px;			
	padding-top: 50px;
}
.clear {
	clear: both;
}
a {
	color: #000;
	outline: none;
}
a:active {
	outline: none;
}
a:hover {
	color: #06c;
	outline: none;
	text-decoration: underline;
}
h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
h2 {
	font-size: 32px;
	padding: 10px 0;
}
h3 {
	font-size: 24px;
	padding: 0 0 10px 0;
}
input[type=email], input[type=text], input[type=password] {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	font-size: 15px;
	padding: 8px;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
}

#logo_login {
	float: right; 
	width: 180px; 
	margin-right: 20px; 
	margin-top: 11px;
}

#ind_loginPanel {
	width: 500px;
  margin: auto;
}
#login-grauer-balken {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0px;
}
.grau-wrapper {
	width: 100%;
	background-color: #F3F3F3;
	margin-bottom: 150px;
}
.btn-green {
	color: #000000;
    border: 1px solid #bdbdbd;
    display: block;
    margin: 20px auto 0;
    max-width: 350px;
    padding: 8px;
    width: 100%;
    background-color: #eef0f2;
    color: #06c;
	float: right;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}
.btn-green:hover {
	opacity: 0.7;
}
.w-185 {
	width: 185px;
}
button {
	outline: medium none;
}
.logo {
	float: left;
	margin-bottom: 20px;
}
#ind_loginLoad {
	bottom: 15px;
	position: absolute;
	right: 15px;
	visibility: hidden;
	width: 40px;
}
#login-table {
	width: 100%;
}
#radio-table {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
input[type=radio] {
	margin-top: 3px;
}

#login-header {
  background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    height: 72px;
    padding-right: 0;
    width: 100%;
}
#login_title{
  float:left;
  margin: auto;
  padding: 25px 15px;
  font-size:20;
  font-weight:bold;

}

/* Footer ------------------------------------------------- */
#sto-footer {
	position: absolute;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #eeeeee;
	color: #000;
}
.sto-footer-copy {
	padding: 15px 15px;
	border-top: 1px solid #ccc;
	font-size: 14px;
}


.error {
	-webkit-box-shadow: 0px 0px 4px 1px #D90000;
	-moz-box-shadow: 0px 0px 4px 1px #D90000;
	box-shadow: 0px 0px 4px 1px #D90000;
}