
html{
font-size:100%;
margin: 0;
color: #000;
background-color:#ffffff;
background-image: url(../images/LOGIN.jpg);
background-repeat: no-repeat;
background-position:0px 0px;
background-attachment:fixed;
overflow-x: hidden;
}

#content_outer{
width: 100%;
}

label{
width:auto;
font-weight: bold;
}

#content table{
    margin: 0 auto;
    width:255px;
}

#content table td{
    text-align: left;
}

#error{
    background-color: white;
    border: 1px solid black;
    background-image: url(../images/failed2.gif);
    background-repeat: no-repeat;
    width:350px;
    position: absolute;
    top: 30px;
    left: 273px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#error_inner{
    padding-left: 50px;
}

#kontakt_bar{
    display:none;
    width:100%;
    position:absolute;
    top: 0;
    left: 0;
    background-color: white;
    border-bottom: 1px solid black;
    text-align: center;
    padding-top:11px;
    padding-bottom:3px;
    font-size: 16px !important;
    height: 130px;
    position:fixed;
}

#link_table{
    width: 600px !important;
    position: absolute;
    top: 244px;
}

#link_table * {
    color: white !important;    
    font-weight: bold;
}

#verfuegbare_mandanten_box{
    background-color: white;
    border: 1px solid black;
    width: 500px;
    margin: 0 auto;
    padding: 5px;
}

#verfuegbare_mandanten{
    text-align: left;
}

.box{
	padding: 0px 10px 4px;
	visibility: hidden;
	margin: 0 auto;
	position: absolute;
}

#mandantennr{
    width: 145px;
}

#loginname{
    width: 145px;    
}

#passwort{
    width: 145px;        
}

#email{
    width: 145px;        
}

*{
    font-family: Arial Unicode MS,Helvetica,Sans-Serif;
    font-size: 16px !important;
}

a {
    color: #800000;
}

#login_btn{
    width: 251px;
    height: 197px;
    border: none;
    position: absolute;
    left: 750px;
    top: 89px;
    background-image: url(../images/login_btn.png) !important;    
}

#login_btn:hover{
    background-image: url(../images/login_btn_hover.png) !important;    
}

h2 {
    font-size:1.2em !important;
    color: #800000;
    background-color: transparent;
}

input,select{
	margin-top:3px;
	margin-right:2px;
	margin-left:3px;
	border-width:1px;
	border-style:solid;
	border-color:#333 #ddd #ddd #333;
    width: 150px;
}

input:focus{
 background-color: #FFFFCC;
}

#content {
margin-top: 220px;
width:250px ;
text-align: center;
position: fixed;
}

td{
padding-right:0px;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
}

.button_box{
padding-bottom:3px;
padding-left:5px;
padding-right:5px;
padding-top:10px;
clear:both;
}

#info_box{
    background-color: white;
    position: absolute;
    top: -200px;
    left: 30px;
    height: 420px;
    width: 770px;
    border: 1px solid black;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fafafa;
}

#info_box_inner{
    width: 100%;
    height: 310px;
    font-weight: normal !important;
    text-align: left;
    margin-bottom: 20px;
}

#info_box_inner ul{
    list-style-image:url(../images/icons/ok.png);
}

.button_box input, .search_btn{
background-image: url(../images/button.gif);
border: 0px solid #333;
font-weight: bold;
width:144px;
padding: 0px 0px 4px;
cursor: pointer;
background-color:#4FB2FE;
height:27px;
}

.buttons input, .button{
background-image: url(../images/button.gif);
border: 0px solid #333;
font-weight: bold;
padding: 0px 10px 4px;
cursor: pointer;
background-color:#eee;
height:27px;
width:144px;
}
