body,td,th {
	font-family: Palatino Linotype,sans-serif;
	font: small bold;
	color: #FFFFCC;
}
body {
	background-color: #000;
	margin: 0px;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
li {
	color: #FFFFFF;
	font: 12px arial;
}
ul {
	list-style: none;
}
.bg {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
.homepage {
	position: relative;
	background: url('img/bg.jpg');
	width: 800px;
	height: 600px;
}
.background {
	position: relative;
	background: url('img/bgpage.jpg');
	width: 800px;
	height: 600px;
}
.aftercare {
	text-align: left;
	position: relative;
	top: 50px;
	width: 500px;
}
.text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #CCCCCC;
}
.info {
	position: absolute;
	top: 400px;
	left: 20px;
	width: 350px;
	height: 200px;
	text-align: left;
	font-size: medium;
	z-index: 3;
}
.shadow {
	position: absolute;
	top: 401px;
	left: 21px;
	width: 350px;
	height: 200px;
	text-align: left;
	font-size: medium;
	color: #333;
	z-index: 2;
}
.pic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 400px;
	z-index: 1;
}
.imgscroll {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 50%;
	height: 530px;
	z-index: 4;
	overflow: auto;
}

.img {
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
}

.contact {
	top: 560px;
	width: 800px;
	height: 50px;
}
.legal {
	font-family: Arial,Helvetica,sans-serif;
	color: #AAA;
	font-size: x-small;
}
.plug {
	font-family: Arial,Helvetica,sans-serif;
	color: #333;
	font-size: x-small;
}
a.plug {
	font-family: Arial,Helvetica,sans-serif;
	color: #333;
	font-size: x-small;
}
a.plug:hover {
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	font-size: x-small;
}
.validation {
	visibility:hidden;
}
.page {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* Menu stuff, do not disturb */
#sddm {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 16px serif;
}
#sddm li a {
	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 180px;
	background: url('img/menubg.png') repeat-x;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover {
	background: url('img/menuov.png') repeat-x;
	color: #FFFF99;
}
#sddm div {
	position: absolute;
	text-align: left;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0px}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 160px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: url('img/submenuova.png');
	color: #FFFF22;
	font: bold 14px arial}

#sddm div a:hover {
	background: url('img/submenuova.png');
	color: #FFFF99;
}
#m2 a {
	text-align: left;
}

.submit {
	text-align: center;
	clear: both;
}

.errortext {
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}

.loginform {
	position: relative;
	margin: 0 auto;
	width: 40%;
}

.uploadForm {
	position: relative;
	margin: 0 auto;
	width: 60%;
}

.formLeft {
	margin-top: 7px;
	float: left;
	clear: left;
}

.formRight {
	margin-top: 0px;
	float: right;
	clear: right;
}

a.delete {
	clear: left;
	color: #000;
	background: #fff;
	font-size: small;
	position: relative;
	top: -19px;
	left: 2px;
}

a.delete:hover {
	color: #f00;
	background: #000;
}

