body {
	background: #000 url('/images/bg.jpg') no-repeat center top fixed;
	font-family: Verdana;
	color: #FFF;
}

th {
	text-align: left; 
}

input, textarea, select {
	border: 1px #fff solid;
	color: #00ff00;
	background-color: #000;
	padding-left: 4px;
}

/* IS STYLES */
.no-style {
	padding: 5px;
	width: 550px;
	margin: 20px auto;
}

.no-style table.is_overzicht {
	color: #000;
	text-shadow: none;
}

.no-style table.is_overzicht a {
	color: #000 !important;
	text-decoration: underline;
}



input[disabled], select[disabled], textarea[disabled] {
	color: #aaa;
}

a img { 
	border: none;
}

:focus {
	outline: none;
}

.clear { clear: both; }

.ui-effects-transfer { border: 2px solid white; }


#page {
	position: absolute;
	margin-left: -450px;
	left: 50%;
	width: 950px; 
	text-shadow: 0.1em 0.1em 0.2em #000;
}

#header {
	width: 950px;
	height: 160px;
	position: relative;
}

#dpad {
	position: absolute;
	left: -55px;
	top: 0px;
	z-index: 1;
}

#dpad-inner, #dpad-glow {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header-image {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}


#sidebar {
	position: relative; 
	left: 0px; 
	top: 0px; 
	width: 100px; 
	padding-top: 50px;
	float: left;
}

#sidebar ul	{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 8px;
}

#sidebar ul li a {
	color: #FFF; 
	font-size: 15px; 
	text-decoration: none; 
}

#sidebar ul li a:hover {
	text-decoration: underline; 
	text-shadow: 0.1em 0.1em 0.2em #598a22;
}

.menu {
	margin-bottom: 20px;
}

#content {
	float: right; 
	width: 750px; 
	height: auto; 
	position: relative;
	padding-right: 20px; 
	margin-right: 50px;
}

#login {
	text-align: right;
	color: #fff;
}

#media-list li, #links li {
	margin-bottom: 10px;	
}

.anouncement {
	border: 1px solid #32A512;
	background: #004416;
	padding: 8px;
	text-shadow: none;
}

.anouncement .title {
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #32A512;
}

.normal {
	font-size: 14px;
}

.normal h3 {
    color: #32ee23;
}

.normal  a, .normal a:active, .normal a:visited {
    color: #32ee23;
    text-decoration: none;
}

.normal a:hover, .normal a:hover {
    text-decoration: underline;
}

#footer	{
	margin-top: 50px; 
	font-size: 10px; 
	text-align: center;
}

#footer a { color: #fff; }
