body {
	color: white;
	margin: 1px;

	font-family: serif;
	font-size: 9pt;

	background-color: black;
}

h1 {
	font-size: 24pt;
}
h2 {
	font-size: 16pt;
	text-align: center;
}
h3 {
	font-size: 12pt;
}

h1.main {
	font-size: 12pt;
	padding: 12px;
	margin: 16px 112px !important;
	border: 1px solid #888;
}
h1.main a {
	font-weight: bold;
	color: #9CF;
}
h1.main a:hover {
	color:#FB0;
}

p.main {
	padding: 0;
}
p.maintext {
	padding: 0 100px;
	font-size: 36px;
	font-variant: small-caps;
}
p.maintext a {
	color: inherit;
	text-decoration: none;
}
p.maintext a:hover {
	color: #EEF;
}

p.main,
p.maintext {
	margin: 25px;
	padding-bottom: 45px;
	background-image: url(/img/stripe6.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
a img {
	border-style: none !important;
}

#page,
#adminpage {
	margin: 0px auto;
	width: 1000px;
	background-color: black;
}
#page {
	background-color: black;
	background-image: url(/img/leftback_plain.png);
	background-repeat: repeat-y;
	border-left: 2px solid orange;
	border-right: 2px solid orange;
}

#top img {
	display: block;
	border-left: 10px solid black;
	border-right: 10px solid black;
}

#lang {
	background-color: black;
	background-image: url(../img/nlangbg2.png);
	height: 40px;
	text-align: right;
	font-size: 8pt;
}

#lang img {
	display: none;
	margin: 1px;
}
#lang span {
	vertical-align: top;
	line-height: 28px;
}

#lang a {

/*	border: 1px solid #333;
	background-color: black;
	padding: 3px 3px 1px 3px;*/
}
#lang a:hover {
/*	border: 1px solid white;
	background-color: lightgray;*/
}

#lang a img {
	margin: 0px;
	vertical-align: text-top;
	border-style: none;
}

#leftcol,#rightcol {
	float: left;
}

#leftcol {
	/*background-color: #202040;
	background-image: url(../img/menubg.png);*/
	background-color: transparent;
}

#rightcol {
	margin-left: 10px;
	width: 750px;
}
#adminpage #rightcol {
	width: 800px;
}

#rightcol h1 {
	text-align: center;
	margin: 4px 0px 12px 0px;
}

#bottom {
	clear: both;
	height: 140px;
	position: relative;
	background-image: url(../img/bottomcorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#adminpage #bottom {
	background-image: url(../img/admin/bottomcorner.png);
}
#menu,
#adminmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#adminmenu {
	width: 175px;
	margin: 5px;
}

#menu li,
#adminmenu li {
	display: block;
}
#adminmenu li {
	margin-bottom: 4px;
}

#menu li a {
	display: block;
	background-image: url(../img/menu_bg_v2a.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 47px;
	font-size: 0;
	/*color: #404060;*/
	color: transparent;
	line-height: 47px;
	vertical-align: middle;
}
#adminmenu a {
	color: #FFFF00;
	display: block;
}
#adminmenu img {
	display: block;
	border-style: none;
}
#folderlist {
	width:165px;
	padding: 4px 5px 8px 5px;
	background-image: url(../img/admin/selbg.png);
	background-position: center bottom;

	text-align:center;
}

#folderlist a {
	color: #CCCCCC;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
#folderlist a.selected,
#folderlist a:focus {
	color: #00FF00;
}
#folderlist a:hover,
#folderlist a:active {
	color: #FFFFFF;
}

a#newfolder {
	color: #FFCC00;
	font-size: 10pt;
	font-weight: bold;

	margin: 3px 0px 6px 0px;
}
a#newfolder:hover {
	color: #FFFF00;
}

table.foldertip {
	width: 400px;
	height: 160px;
	overflow: hidden;

	border: 1px solid #FFCC00;
	border-spacing: 2px;
	padding: 0px;

	background-color: #111111;
	color: #FFFFFF;

	font-family: sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;

	position: absolute;
	z-index: 1;
	left: 150px;
}
.foldertip img {
	display: block;
	margin: auto;
}
.foldertip td {
	border: 1px solid black;
	background-color: #222222;
	padding: 2px 4px;
	vertical-align: middle;
}
.foldertip td.img {
	padding: 0px;
	background: transparent url(../img/load.gif) scroll center center no-repeat;
}
.foldertip td.title {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	height: 24px;
}
.foldertip td.descript {
	text-align: justify;
	vertical-align: top;
	overflow: hidden;
}
.foldertip td.date {
	text-align: right;
	height: 18px;
}
.foldertip td.images {
	text-align: right;
	height: 18px;
}

div.folderlink .foldertip {
	display: none;
}
div.folderlink a:hover + .foldertip,
div.folderlink a:focus + .foldertip,
.foldertip:hover {
	display: block;
}

#topext {
	background-color: transparent;
	border-style: none;
	padding: 0 0 0 25px;
}
#topext .clear {
	clear: left;
}

#topext a {
	float: left;
	width: 360px;
	height: 150px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topext a.left {
	margin: 0;
	background-image: url(../img/topext1n.png);
}
#topext a.right {
	margin: 0;
	background-image: url(../img/club2.png);
}
#topext a:hover {
	background-position: 0px -125px;
}

#topext a img {
	margin-top: 125px;
	border-style: none;
}

#affil {
	list-style-type: none;
	padding: 0px;
	margin: 40px 0px;
}

#affil li {
	display: block;
	margin: 20px 2px;
}

#affil a {
	display: block;
	font-size: 0pt;
}
#affil img {
	display: block;
	border-style: none;
}

#video {
	margin: 10px 80px;
/*	background-color: #4466AA;*/
/*	background-image: url(../img/videobg.jpg);*/
	text-align: center;
	padding-top: 4px;

	font-family: tahoma, arial, sans-serif;
	font-style: italic;
}
#video object {
}
#video h2 {
	text-align: center;
/*	border-top: 1px solid #223388;
	background-color: black;
	background-image: url(../img/videobarbg.jpg);
	background-repeat: repeat-x;*/
	margin-top: 4px;

	font-weight: normal;
	font-size: 12pt;
}

#videolist {
	list-style-type: none;
}
#videolist li {
	display: block;
	float: left;
	margin: 2px;
	border: 1px solid black;
	background-color: black;
}
#videolist li:hover {
	border-color: #AAA;
}

#videolist a {
	display: block;
	color: white;
	text-decoration: none;

	font-weight: normal;
	font-size: 10pt;
}
#videolist a:hover,
#videolist a:active {
	color: #AACCFF;
}
#videolist img {
	display: block;
	border-style: none;
}
#videolist h3 {
	margin: 1px 2px;
	text-align: center;
}

#menu #m1 a {  background-position: left    0px; }
#menu #m2 a {  background-position: left  -47px; }
#menu #m3 a {  background-position: left  -94px; }
#menu #m4 a {  background-position: left -141px; }
#menu #m5 a {  background-position: left -188px; }
#menu #m6 a {  background-position: left -235px; }
#menu #m7 a {  background-position: left -282px; }
#menu #m8 a {  background-position: left -329px; }
#menu #m9 a {  background-position: left -376px; }
#menu #m10 a { background-position: left -423px; }
#menu #m11 a { background-position: left -470px; }
#menu #m12 a { background-position: left -517px; }
#menu #m13 a { background-position: left -564px; }
#menu #m14 a { background-position: left -611px; }
#menu #m15 a { background-position: left -658px; }
#menu #m16 a { background-position: left -705px; }
#menu #m17 a { background-position: left -752px; }
#menu #m18 a { background-position: left -799px; }
#menu #m19 a { background-position: left -846px; }
#menu #m20 a { background-position: left -893px; }
#menu #m21 a { background-position: left -940px; }

#menu #m1.selected a,  #menu #m1  a:hover { background-position: right    0px; }
#menu #m2.selected a,  #menu #m2  a:hover { background-position: right  -47px; }
#menu #m3.selected a,  #menu #m3  a:hover { background-position: right  -94px; }
#menu #m4.selected a,  #menu #m4  a:hover { background-position: right -141px; }
#menu #m5.selected a,  #menu #m5  a:hover { background-position: right -188px; }
#menu #m6.selected a,  #menu #m6  a:hover { background-position: right -235px; }
#menu #m7.selected a,  #menu #m7  a:hover { background-position: right -282px; }
#menu #m8.selected a,  #menu #m8  a:hover { background-position: right -329px; }
#menu #m9.selected a,  #menu #m9  a:hover { background-position: right -376px; }
#menu #m10.selected a, #menu #m10 a:hover { background-position: right -423px; }
#menu #m11.selected a, #menu #m11 a:hover { background-position: right -470px; }
#menu #m12.selected a, #menu #m12 a:hover { background-position: right -517px; }
#menu #m13.selected a, #menu #m13 a:hover { background-position: right -564px; }
#menu #m14.selected a, #menu #m14 a:hover { background-position: right -611px; }
#menu #m15.selected a, #menu #m15 a:hover { background-position: right -658px; }
#menu #m16.selected a, #menu #m16 a:hover { background-position: right -705px; }
#menu #m17.selected a, #menu #m17 a:hover { background-position: right -752px; }
#menu #m18.selected a, #menu #m18 a:hover { background-position: right -799px; }
#menu #m19.selected a, #menu #m19 a:hover { background-position: right -846px; }
#menu #m20.selected a, #menu #m20 a:hover { background-position: right -893px; }
#menu #m21.selected a, #menu #m21 a:hover { background-position: right -940px; }

div.folder {
	width: 44%;
	height: 250px;
	float: left;
	margin: 1%;
	padding: 1em;
	text-align: center;
}
div.folder a img {
	border: 0px solid black;
}
div.folder h2 {
	/*font-family: tahoma, arial, sans-serif;*/
	font-style: italic;
	font-weight: normal;
	font-size: 13pt;
	margin: 0;
	margin-top: 1em;
}
div.folder h2 a {
	text-decoration: none;
	color: white;
}
div.folder h2 a:hover {
	text-decoration: underline;
	color: #CCC;
}
p.tstamp {
	margin: 2px;
}
h1.folder {
	text-align: center;
	/*font-family: tahoma, arial, sans-serif;*/
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	color: white;
}
p.folder {
	font-family: tahoma, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: #AAA;
}
div.imagelisting {
	width: 600px;
	margin: auto;
	text-align: center;
}
div.imagelisting img {
	margin: 1em;
}

#contact h1 {
	margin-top: 1em;
}
#contactinfo {
}
#contactinfo p {
	font-family: tahoma, arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 12pt;
	margin: .1em;
}
#contactinfo a {
	color: #AAA;
	text-decoration: none;
}
#contactinfo a:focus,
#contactinfo a:hover {
	color: white;
	text-decoration: underline;
}
#contactinfo h2,
#contactinfo {
	text-align: center;
}
#contactinfo h2,
#contactform h2 {
	margin-bottom: 0px;
}
#contactform h2 label {
	display: block;
}

#contact #form_send {
	display: block;
	margin: 1em auto;
	padding: .1em 1em;
	/*font-weight: bold;*/
	font-size: 12pt;
}

div#bottom div.creator {
	position: relative;
	top: 110px;

	width: 240px;
	height: 20pt;

	text-align: center;
	font-size: 8pt;
	line-height: 10pt;
	color: #AAA;
}

div#bottom div.footer {
	position: relative;
	top: 98px;
	right: 80px;
	float: right;
	color: lightgray;
}