			/* Stylesheet */

			/* body */
body
{
font-family: arial, sans-serif;
font-size:8pt;
margin: 0;
padding: 0;
}
			/* borders */

.north { background: url(../images/border/north.png) repeat-x top; }
.east { background: url(../images/border/east.png) repeat-y right; }
.south { background: url(../images/border/south.png) repeat-x bottom; }
.west { background: url(../images/border/west.png) repeat-y left; }
.ne { background: url(../images/border/ne.png) no-repeat top right; }
.se { background: url(../images/border/se.png) no-repeat bottom right; }
.sw { background: url(../images/border/sw.png) no-repeat bottom left; }
.nw { background: url(../images/border/nw.png) no-repeat top left; }
.nw { padding: 25px; }

			/* menu-backgrounds */

.ba_north, bi_north:hover { background: url(../images/border/ba_north.png) repeat-x top; }
.ba_east, bi_east:hover { background: url(../images/border/ba_east.png) repeat-y right; }
.ba_south, bi_south:hover { background: url(../images/border/ba_south.png) repeat-x bottom; }
.ba_west, bi_west:hover { background: url(../images/border/ba_west.png) repeat-y left; }
.ba_ne { background: url(../images/border/ba_ne.png) no-repeat top right; }
.ba_se { background: url(../images/border/ba_se.png) no-repeat bottom right; }
.ba_sw { background: url(../images/border/ba_sw.png) no-repeat bottom left; }
.ba_nw { background: url(../images/border/ba_nw.png) no-repeat top left; }

.bi_north { background: url(../images/border/bi_north.png) repeat-x top; }
.bi_east { background: url(../images/border/bi_east.png) repeat-y right; }
.bi_south { background: url(../images/border/bi_south.png) repeat-x bottom; }
.bi_west { background: url(../images/border/bi_west.png) repeat-y left; }
.bi_ne { background: url(../images/border/bi_ne.png) no-repeat top right; }
.bi_se { background: url(../images/border/bi_se.png) no-repeat bottom right; }
.bi_sw { background: url(../images/border/bi_sw.png) no-repeat bottom left; }
.bi_nw { background: url(../images/border/bi_nw.png) no-repeat top left; }

.ba_nw , .bi_nw { padding: 20px; } 

			/* page-layout (boxes) */

#total
{
position: relative;
width:100%;
height:90%;
}

#logo
{
width:25%;
/*height:200px;*/
float:left;
}

#content
{
position:relative;
top:10px;
bottom:10px;
width:100%;
clear:both;
/*height:65%*/
}

#menu1
{
}

#menu2
{
clear:right;
}

			/* menu */

.a_button, .i_button
{
width:20%;
float:right;
background:white;
text-align:center;
}

.i_button
{
background:#e2e2e2;
}

.a_button.z, .i_button.z
{
width:12%;
float:right;
}

a.mlink
{
display:block;
width:100%;
height:auto;
color:black
}

a.mlink:visited, a.mlink:link
{
text-decoration:none;
}
a.mlink:focus, a.mlink:hover
{
text-decoration:underline;
}

			/* content */

#sitelogo
{
/*width: 100%;
height: auto;*/
}

#contentspace
{
position:relative;
font-size:12pt;
height:70%;
overflow-y:auto;
overflow-x:hidden;
}

a.cont
{
text-decoration:none;
color:black;
font-weight:bold;
}

a.cont:focus, a.cont:hover
{
color:blue;
}

.topic
{
font-family: aefont, "Trebuchet MS", sans-serif;
font-size: 250%;
text-align: right;
padding-right: 100px;
}

.rt20
{
position: relative;
left:20px;
}

.at100
{
position: absolute;
left:100px;
}

.at150
{
position: absolute;
left:150px;
}

.rt100
{
position: relative;
left:100px;
}

.comment
{
font-size:80%;
color:silver;
}
