html
{
background-color:#fff;

}

body{
margin:0px;
padding:0px;

}

#printbutton{
	float:right;
}


img {
behavior: url("png.htc");
border:0;
}

#container{
position:absolute;
left:0px;
top:0px;
margin:0px;
width:100%;

background-image:url('images/shadowleft.png');
background-position:0 0;
background-repeat:repeat-y;
}

#container span{

margin-left:10px;
font-size:10px;
color:#777;
}

#paper{
z-index:4;
position:relative;
margin-left:235px;
top:305px;
margin-right:40px;
margin-bottom:100px;
background-color:#ffe;
min-width:400px;;
border:1px solid #999;
border-right:1px solid #666;
border-bottom:1px solid #666;
background-image:url('images/maimu.png');
background-position:bottom right;
background-repeat:no-repeat;
}

#margin{
position:relative;
margin:20px;
padding-bottom:220px;
}


#head{
position:absolute;
top:120px;
left:285px;
width:450px;
height:145px;
background-image:url('images/title.gif');
background-position:center;
background-repeat:no-repeat;
z-index:4;
}



#foot
{
position:relative;
margin-left:1%;
margin-right:1%;
height:1.5em;
margin-top:15px;
border:0px;
bottom:0px;
border-top:1px dashed #aaa;
text-align:right;
color:#666;
font-size:0.8em;
vertical-align:top;
}

#suppl1{
position:absolute;
visibility:hidden;
top:280px;
z-index:3;
width:100%;
height:89px;
border-top:1px solid #999;
background-image:url('images/linkbg.png');
background-position:bottom;
background-repeat:repeat-x;
}

#suppl3{

}

#shadowright{
position:absolute;
right:-4px;
top:4px;
height:100%;
width:4px;

/*
background-color:#888;
border-right:1px solid #aaa;
*/

background-image:url('images/shadow2.gif');
background-position:bottom right;
}

#shadowbottom{
position:absolute;
left:4px;
height:4px;
width:100%;
bottom:-4px;

/*
background-color:#888;
border-bottom:1px solid #aaa;
*/
background-image:url('images/shadow2.gif');
background-position:bottom right;

}

#header
{
color:#333;
padding-left:40px;
padding-right:40px;
margin-bottom:40px;
border-bottom:1px solid #fff;
font-size:1.2em;
}

#foottext a
{
color:#666;
}


#corner
{
position:absolute;
top:0px;
left:0px;
width:434px;
height:327px;
background-color:#fff;
background-image:url(images/foto.png);
background-position:bottom left;
background-repeat: no-repeat;
z-index:1;

}

#bar {
z-index:5;
position:absolute;
top:390px;
left:0px;
margin-left:86px;
width:150px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

#barshadow {
/*
background-color:#666;
border-left:1px solid #999;
border-bottom:1px solid #999;
*/
background-image:url('images/shadow2.gif');

position:relative;
margin-left:4px;
height:4px;
}


.main{
display:block;
position:relative;
text-align:center;
text-decoration : bold;
font-size:1em;
margin-left:1px;
border:1px solid #888;
border-right:1px solid #666;
background-color:#eed;
}

.main a {
	display:block;
	color : #333;
	font-weight : bold;
	font-size:1em;
	margin:2px;
	text-decoration:none;
}

.main:hover {

}

.main a:hover {
	background-color:#aa9;
	font-weight : bold;
}


#currentmain{
	position:relative;
	background-color:#ffe;
	border:1px solid #999;
	border-bottom:1px solid #888;
	border-right:0px;
	padding:2px;
}


#currentmain a {
	color : #444;
	
}

#currentmain a:hover {
	color : #444;
	background-color:#ffe;
	text-decoration:underline;
}

#suppl3
{

}


#sublinks 
{
position:relative;
list-style-type:none;
text-align:right;
margin:0px;
z-index:15;
padding-top:5px;
opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8;
}

#sublinks li
{
list-style-type:none;
min-width:75px;
margin:0px 0px 20px 0px;
padding:0px;
}


.sub{
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	color : #000;
	padding:4px;
	background:#ddd;
	text-decoration : bold;
	font-size:0.9em;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	z-index:0;
}


.sub:hover{
background:#edd;
}


#currentsub{
	position:relative;
	right:-10px;
	top:-1px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	color : #000;
	padding:4px;
	background:#fdd;
	text-decoration : bold;
	font-size:0.9em;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}



