* {
	margin: 0; 
	padding: 0;
}

body {
	font: normal 99.01% Arial,Helvetica,sans-serif;
	color: #FA7;
	background : #000 url(images/bordercomplete.jpg);	
	background-repeat : no-repeat;
	width: 100%;	
}

/* ------------------------------------------------------------------------------- */

#oben	{
	height: 70px;
}

#logo {
	margin-top: 20px;
	margin-left: 49px;
}

#header {
	margin-top: -50px;
	margin-left: 300px;
	color: #F96;
	font-size: 18px;
	font-weight: bold;
    width: 430px;
	text-align: right;
}

#loopivheader {
	margin-top: -70px;
	margin-left: 300px;
	margin-bottom: -35px;
	width: 430px;
	text-align: right;
}

#menu {
	float: left;
	margin-left: 52px;
}

a	{
	color: #63ff63;
}
a:link    { color: #63ff63; }
a:visited { color: #ff6633; }
a:hover   { color: #ff6633; }
a:active  { color: #ff6633; }

a.menuitem { 
	color: #63ff63;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background : url(images/menu.jpg); 
	width: 100px;
	height: 22px;
	margin-bottom: 10px;
	padding: 5px 0 0 10px;
}
a.menuitem:link    { background : url(images/menu.jpg); color: #63ff63;}
a.menuitem:visited { background : url(images/menu.jpg); color: #63ff63;}
a.menuitem:hover   { background : url(images/menuactive.jpg); color: #63ff63;}
a.menuitem:active  { background : url(images/menuactive.jpg); color: #63ff63;}

.menuactive { 
	color: #63ff63;
	font-size: 12px;
	font-weight: bold;
	display:block;
	background : url(images/menuactive.jpg); 
	width: 100px;
	height: 22px;
	margin-bottom: 10px;
	padding: 5px 0 0 10px;
}

a.menuitemsmall {
	color: #63ff63;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background : url(images/menusmall.jpg);
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0 0 0 10px;
	white-space : nowrap;
}
a.menuitemsmall:link    { background : url(images/menusmall.jpg); color: #63ff63;}
a.menuitemsmall:visited { background : url(images/menusmall.jpg); color: #63ff63;}
a.menuitemsmall:hover   { background : url(images/menusmallactive.jpg); color: #63ff63;}
a.menuitemsmall:active  { background : url(images/menusmallactive.jpg); color: #63ff63;}

.menusmallactive { 
	color: #63ff63;
	font-size: 11px;
	font-weight: bold;
	display:block;
	background : url(images/menusmallactive.jpg); 
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0 0 0 10px;
	white-space : nowrap;
}
a.menusmallactive:visited { color: #63ff63; }

a.menuitemsmallsub {
	color: #63ff63;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background : url(images/menusmall.jpg);
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding: 0 0 0 10px;
	white-space : nowrap;
}
a.menuitemsmallsub:link    { background : url(images/menusmall.jpg); color: #63ff63;}
a.menuitemsmallsub:visited { background : url(images/menusmall.jpg); color: #63ff63;}
a.menuitemsmallsub:hover   { background : url(images/menusmallactive.jpg); color: #63ff63;}
a.menuitemsmallsub:active  { background : url(images/menusmallactive.jpg); color: #63ff63;}

.menusmallactivesub { 
	color: #63ff63;
	font-size: 11px;
	font-weight: bold;
	display:block;
	background : url(images/menusmallactive.jpg); 
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding: 0 0 0 10px;
	white-space : nowrap;
}
a.menusmallactivesub:visited { color: #63ff63; }



#content {
	margin-top: 30px;
	margin-left: 300px;
    width: 430px;
}

#footer {
	clear: both;
	margin-top: 40px;
	margin-left: 300px;
	margin-bottom: 100px;
	font-size: 10px;
}

td	{  
	font-size: 0.8em;
}

P	{  
	text-align: justify;
	padding-bottom: 0.6em;
	line-height: 140%;
	font-size: 0.8em;
}

P.paragraph	{  
	text-align: justify;
	padding-bottom: 2em;
	line-height: 140%;
	font-size: 0.8em;
}

P.reviewer	{  
	display: block;
	padding-bottom: 4em;
	margin-left: 130px;
	line-height: 140%;
	font-size: 0.7em;
    width: 300px;
	text-align: right;
}

P.italics	{
	display: block;
	padding-left: 130px;
	line-height: 140%;
	font-size: 0.8em;
	width: 300px;
	text-align: right;
	font-style : italic;
}

b	{
	color: #FCA;
	font-size: 1.2em;
}

ul	{  
	font-size: 0.8em;
	padding-left: 30px;
}
ol	{  
	font-size: 0.8em;
	padding-left: 30px;
}
