* {
	margin:0;
	padding:0;
}
html, body { 
height:100%;
}
body {
/*  overflow:hidden; */
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color: #241E1A;  
  padding:0;
  margin:0;
  text-align: center;
  background: #e1ddd9 url(../images/studio.gif) no-repeat center 25px;
}
#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-13.75em; /* half of container's height */
	float:left;
}
#inhalt { 	
	width:620px;
	text-align: left;
	padding: 0px;
	background: #F0F0F0 url(../images/lock.png) no-repeat 410px 60px;
	border: 1px solid #c0c0c0;
	display: block;
	height: 330px;
	padding-0;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
}

#text_error{
  text-align: center; 
  font-weight: bold; color: #950000;
  margin-top: 15px;
}

#error{
	top:90px;
	background: transparent url(../images/errore.png) no-repeat;
	height: 246px;
	width: 146px;
	float:right;
	position: absolute;
}

#dialogPaneNoScript {
	width:100%;
	z-index: 99999;
	cursor: help;
	text-align: center;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
	background-color: #FFFF9D;
	height: 50px;
	padding-top: 5px;
}

p {
  line-height: 1.5;
	margin: 0px; 
	padding: 0 10px 10px 20px; 
}
h1 {
	padding: 0 15px 0 0;
	font-size: 28px;
	text-transform:uppercase;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
 	letter-spacing: 3px;
	height: 35px;
	background: #90897a url(../images/loginh1.jpg) repeat-x;
	border-bottom: 3px solid #a9a9a9;
}
h2 {
	margin: 0px; 
	padding: 5px 10px 0 20px; 
	font-size: 20px;
	color: #696969;
	font-weight: bold;
 	letter-spacing: 1px;
}

a { 
color: #004E95;
font-size: 13px;
background-color:transparent;
text-decoration: none; 
}
table {
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 10px;
/*	width: 100%;*/
}
.label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	color: #404040;
	background-color: #d3d3d3;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #A9A9A9;
	border-top: 1px solid #F5F5F5; 
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-weight: bold;
	width: 120px;
}

.login {
	height: 25px;
	padding: 8px 4px 8px 4px;
	color: #800000;
	font: normal normal bold 16px/20px Arial, Helvetica, sans-seri;
	border: 1px solid #c8c8c8;
	width: 200px;
	margin: 0;
}

input:focus, textarea:focus { 
background-color: #FFFFFF; 
}

.button {
 font: bold 14px Arial, Helvetica, sans-serif;
 background-color: #B0C4DE;
 color: #191970;
 margin-left: 12px;
 margin-top: 5px;
 margin-bottom: 5px;
 border: 1px outset #696969;
 font-weight: bold;
 letter-spacing: 3px;
text-transform:uppercase;
 padding: 6px;
}


.bordotab {
	background-color: #EDEDED;
	border: 1px solid #778899;
}

.dottedtd {
	font-family: Tahoma,Arial,Verdana,Helvetica;
	font-size: 11px;
/*	border-bottom: 1px solid #DCDCDC; */
/*	border-right: 1px solid #DCDCDC;*/
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}


