/* CSS Document */

body 
{ font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  }
  
.login
{ background:#CDCDCD url(Bilder/index_22.jpg) no-repeat fixed;
  font-size:11px;
  padding: 5px 5px;
}

.partner
{ padding: 3px 3px;
  font-size:11px;
  width:22px;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
	witdh: 60px;
    background-color: #FFFFFF; 
    border: 1px solid #333333;
}

a:link
{
	color: #545454;
}
a:visited
{
	color: #545454;
}
a:hover, a:active
{
	color: #295C77;
}

.content
{ background:#FFFFFF;
  font-size:12px;
  }
  .footer
{ background:#FFFFFF;
  font-size:11px;
  }
