*
{
    font-family:            Verdana;
}

html
{
     
}

body 
{
    margin : 				0;
    padding: 				0;
    font-size: 				10;
    font-family: 			Verdana;
    background:             #eeeeec;
    
    /* center für ie 5.5 */
    text-align: center;
}

a 
{
	color:					#66666B;
    text-decoration: 		none;
}

img 
{
    border: 				0px;
}

form
{
    /* solves the IE form-tag spacing problem */
    display:                        inline;
}

hr
{
	height:							1px;
	color:							#8E8E8E;
	background-color:				#8E8E8E;
	margin:							15px 0;
	border:							0 solid #000000;
}

div.clear
{
    clear:                          both;
    font-size:                      1px;
    height:                         1px;
	line-height:					1px;
}

ul>br
{
	display:						none;
}


/*
 *  -- common link styles
 */
 
a, a:link, a:visited, a:hover, a:active, a:focus
{
    text-decoration:                none;
}

a:hover, a:focus
{
    text-decoration:                underline;
}
