html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, html, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	line-height: 17px;
}

a:link,
a:visited {
	color: #aa4b9c;
	text-decoration: none;
}
a:active,
a:hover {
	color: #FFFFFF;
	background-color: #aa4b9c;
	text-decoration: none;}

* html #Wrapper
{
	height: 100%;
}

#Wrapper {
	position: relative;
	min-height: 100%;
	width: 592px;
	margin: auto;
	padding-bottom: 15px;
	clear: both;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#Header {
	height: 145px;
}

#Content {
	padding-left: 67px;
	padding-right: 67px;
	padding-bottom: 30px;
}
.series,
.series_hover {
	margin-bottom: 15px;
	cursor: pointer;
	height: 90px;
}
.about{
	margin-bottom: 15px;
	cursor: pointer;
	overflow: auto;
}
.about h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
}
.links .left h1 {
	font-size: 18px;
	margin: 0px;
}
.links .right h1 {
	color: #aa4b9c;
	font-size: 18px;
	margin: 0px;
}

.series img {
	float: left;
	margin-right: 15px;
	border: 1px solid #6bcde3;}
.about img {
	float: left;
	margin-right: 15px;
	border: 1px solid #6bcde3;
	margin-bottom: 13px;
}
.portfolio {
	clear: both;
}
.portfolio img {
	float: left;
	margin-right: 15px;
	border: 1px solid #6bcde3;
	margin-bottom: 15px;
}
img.no_margin{
	float: left;
	border: 1px solid #6bcde3;
	margin-right: 0px;
}
.series_hover img {
	float: left;
	margin-right: 16px;
	border: 1px solid #6bcde3;
}

.series h1 {
	color: #aa4b9c;
	font-size: 18px;
	margin: 0px;
	float: left;
}
.series_hover h1 {
	color: #FFFFFF;
	background-color: #aa4b9c;
	font-size: 18px;
	margin: 0px;
	float: left;
}
.series h2,
.series_hover h2 {
	color: #aa4b9c;
	font-size: 10px;
	margin: 0px;
	font-style: italic;
	margin-bottom: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.about .right,
.links .right {
	float: right;
	width: 220px;
}
.about .left,
.links .left {
	float: left;
	width: 220px;
	text-align: right;
}
.link_item{
	margin-bottom: 17px;
}
.about .left h1{
	font-style: normal;
	color: #aa4b9c;
	font-size: 18px;
	margin: 0px;
}
.closer{
	clear:both;
}

#Footer {
	position: relative;
	bottom: 0px;
	height: 40px;
	padding-top:10px;
	margin: auto;
	margin-top: -80px;
	width: 420px;
	clear: both;
	overflow: visible;
	text-align: center;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#FooterCloser{
	display: none;
	position: relative;
	height: 35px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#Footer ul {
	margin: auto;
	clear:  both;
	text-align: center;
	font-size: 11px;
	margin-left: 35px;
	padding-left: 35px;
	margin-top: 15px;
}
#Footer ul li{
	float: left;
	padding-right: 30px;
	list-style-type:none;
	margin-bottom: 4px;
}
#disclaimer {
	clear: both;
	font-size: 10px;
	margin-bottom: 15px;
}

/*  ADMIN ADMIN ADMIN ADMIN */

#AdminContent {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#admin_menu {
	clear: both;
	height: 30px;
	text-align: left;
}
#admin_menu ul li{
	float: left;
	padding-right: 30px;
	list-style-type:none;
	margin-bottom: 4px;
	font-size: 18px;
}
form {
	clear:both;
	overflow: auto;
}
input {
	padding-left: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #506078;
}
select {
	width: 150px;
}
select option .dag {
	width: 40px;
	padding-left: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #506078;
}
select option .maand {
	width: 70px;
}
textarea {
	height:50px;
	width:300px;
	padding-left: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #506078;	
}

.form_left {
	float: left;
	margin-right: 20px;
	line-height: 24px;
}
.form_right {
	float: left;
	clear: right;
}
.admin_links_out{
	clear: both;
	overflow: visible;
}
.admin_links {
	width: 155px;
	margin-right: 20px;
	float: left;
}
.admin_thumbs{
	clear: both;
	margin-top: 20px;
}
.admin_thumbs_img{
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}.admin_thumbs_img img{
	border: 1px solid #6bcde3;
}