/*
    Herzog & Weber
    css/styles.css              2008-02-27  (c) e.sens.e GmbH

	#143d63
*/


/*
div {border: 1px dashed red !important;}
/* */

body
{
    margin:                     0px;
    color:                      #454545;
	font-family:                sans-serif;
    font-size:                  10px;
	line-height:				1em;
	background: 				url('../img/rightpane_top_bg.jpg') repeat-x left top;
}

html { height: 101%; }

img
{
    border-style:               none;
}

h1
{
    display:                    none;
}

form
{
    display:                    inline;         /* IE */
}

p
{
    padding:                    0px;
    margin-top:                 10px;
    margin-bottom:              10px;
}

ul
{
    list-style-type:            square;
}

.align_left
{
    text-align:                 left;
}

.align_right
{
    text-align:                 right;
}

.align_center
{
    text-align:                 center;
}

.align_justify
{
    text-align:                 justify;
}

.float_left
{
    clear:                      left;
    float:                      left;
}

.float_right
{
    clear:                      right;
    float:                      right;
}