

html,body {
	background: #333333 url(../sl/bg_container.png) no-repeat fixed right bottom;
	margin: 0;
	height: 100%;
	font-family: Arial, helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 12px;
	line-height: 1.7em;
	}
	
	
#navi-inner a:link, #navi-inner a:visited {
	text-decoration: none;
	color: #3c3c3c;
	}
	
#navi-inner a:hover, #navi-inner a.active {
	color: #3561a9;
	}
	
a, a:visited  {
	text-decoration: underline;
	color: #3561a9;
	}
	
a:hover {
	color: #3561a9;
	text-decoration: none;
	}
	
	
a.active {
	font-weight: bold;
	}
	
	
a.nan {
	text-decoration: none;
	color: #3c3c3c;
	}
	
	
	
/* **********************  LAYOUT  ************************* */	
	
	
#container {
	background-image: url(../sl/bg_body.png);
	background-repeat: repeat-x;
	width: 99,9%;
	height: 100%;
	/* border: 1px solid red; */	
	text-align: center;
	margin: auto;
	}
	
#main {
	margin: auto;
	width: 760px;
	/* border: 1px solid green; */
	}
	
#header {
	background-image: url(../sl/bg_header.gif);
	background-repeat: no-repeat;
	height: 122px;
	}
	
#logo {
	margin: 0;
	}
	
#navi {
	width: 760px;
	height: 39px;
	background-image: url(../sl/bg_navi.gif);
	background-repeat: no-repeat;
	margin-top: 17px;
	}
	
#navi-inner {
	position: relative;
	top: 10px;
	left: 40px;
	text-align: left;
	font-size: 13	px; 
	}
	
#content-top {
	width: 760px;
	height: 47px;
	background-image: url(../sl/bg_content-top.gif);
	background-repeat: no-repeat;
	margin-top: 17px;
	/* border: 1px solid red; */
	}
	
#reiter {
	text-align: left;
	/* border: 1px solid red; */
	position: relative;
	top: 10px;
	left: 40px;
	}
	
#content {
	margin: 0;
	width: 760px;
	background-image: url(../sl/bg_content.gif);
	background-repeat: repeat-y	;
	}
	
#content-inner {
	margin: 0px 40px;
	text-align: left;
	border: 1px solid transparent; 	
	}
	
	
#content-bottom {
	width: 760px;
	height: 46px;
	background-image: url(../sl/bg_content-bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	/* border: 1px solid red; */
	}
	
	
	
	
	
	