
@charset "utf-8";


html
{
    overflow-x: hidden;
}

body
{
    background-color: #fff;
    margin: 0px;
    font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, "sans-serif";
	font-weight: normal;
	line-height: 15px;
	font-size: 11px;
	color: #555;
}

a
{
    text-decoration: none;
}

a img
{
    border: 0px;
}

#center
{
    width: 755px;
    padding-left: 330px;
    margin: 0 auto;
}
#center_in
{
    position: absolute;
    z-index: 55;
    padding-bottom: 500px;
}

#menue
{
	position:absolute;
	top:0px; 
	left:0px;
	width:100%;
	min-width: 980px;
	z-index: 50;
}

#menue_left
{
    float: left;
    width: 250px;
}

#menue_left[id] {
   position: fixed;
   z-index: 50;
}

#menue_right
{
    float: right;
    text-align: right;
    width: 210px; 
}