@import url(template_leo.css);

body
{
	background-color: #D9DEE4;  
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
        background-repeat: repeat-x;

}
#main_out
{
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding-top: 90px;

}
#main_in
{
	width: 790px;  
	text-align: left;
	margin-left: 120px;  /* Position headline neben logo */
}
#head
{
	width: 790px; 
	height: 100px;
	background-image: url(../images/per_leo/header_leo.png);
}
#logo
{
	position: absolute;
	width: 234px; 
	height: 220px;  
	top: 40px; 
	left: 20px; 
	background-image: url(../images/per_leo/logo_leo.gif);
        background-repeat: no-repeat;

}
#top
{
	position: absolute;
	width: auto;
	top: 170px;
	left: 380px;
	white-space: nowrap;
        float: left;
}


#top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top li {
	float: left;
	margin-right: 5px;
	padding-left: 15px;
	background-image: url(../images/pxarrow.png);
	background-position: left;
	background-repeat: no-repeat;
}

#design_by_leonhard
{
	width: 790px;
	padding-top: 0px; 
	float: left;
	background-color: #FFFFFF; 
}
#left
{
	width: 170px;
	float: left;
	margin: 5px;
	padding-top: 50px;
}
#content
{
	width: 590px;
	float: left;
	padding-top: 20px;
	margin: 5px;
background-image: url(../images/construction_backgr.jpg);


}

#footer
{
	width: 880px;
	height: 204px;
	background-image: url(../images/per_leo/footer_leo.png);
	clear: both;
}

#sitename
{
	position: relative;
	top: 5px;
	left: 150px;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#footerbox 
{
	position: relative;
	width: 700px; 
	height: 20px;
	left: 90px;
	top: 15px;
	overflow: no; 
} 