html {
	margin: 0px;
}

body {
	margin: 0px;
	background-color: #000000;
	font-family: Tahoma;
}

ol {
	text-align: left;
}

ul {
	text-align: left;
}

img {
	border: none;
}

/* De container die alle div's bij elkaar houdt */
#container {
	width: 950px;
	height: 100%;
	margin: auto;
}

#wrapper {
	height: 100%;
	background-color: #EEEEEE;
	float: left;
}

#header {
	height: 250px;
	width: 950px;
	background-color: #000000;
	background: url(img/header.png);
	background-repeat: no-repeat;
}

#header .hiddenText {
	display: none;
}

a {
	font-size: 11px;
}

a:link {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #111111;
}

#nav {
	float: left;
	width: 200px;
	background-color: #EEEEEE;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 32px;
	list-style: url("img/menuarrow.jpg") disc;
}

#nav ul.rssLinks {
	list-style: url("img/rss.png") disc;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

.menutitle {
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.menuoptions {
	margin-left: 10px;
	margin-bottom: 10px;
}

#content {
	float: left;
	margin-top: 0px;
	width: 750px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}

#content p {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	width: 700px;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

h1 {
	padding: 5px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 20px;
	color: #000000;
	text-align: left;
}

h2 {
	margin-top: 12px;
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-family: tahoma;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: left;
}

h3 {
	padding: 5px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

/* Hier beginnen de tabellen */
#content .story {
	margin: auto;
	margin-top: 10px;
	color: #000000;
	padding: 1px;
	border: 1px #AAAAAA solid;
	width: 730px;
}

#content .story .title {
	margin-top: 0px;
	padding: 5px;
	background: url(img/th.png);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px #FFFFFF solid;
}

#content .story .info {
	margin: 0px;
	padding: 2px 2px 2px 5px;
	background-color: #DDDDDD;
	background: url(img/thinfo.png);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px #FFFFFF solid;
}

#content .story .info .tags {
	margin-left: 15px;
}

#content .story .text {
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
	background-color: #EEEEEE;
	padding: 5px;
}

#content .story .text a {
	font-size: 12px;
}

#content .story .links {
	margin-top: 0px;
	border-top: 1px #FFFFFF solid;
	padding: 2px 2px 2px 5px;
	background-color: #DDDDDD;
	background: url(img/thdata.png);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#content .story .links .discuss {
	margin-right: 25px;
}

#content .story .links .download a {
	margin-right: 15px;
}

#content .manga .volumeTitle {
	margin-top: 6px;
	padding: 0px 0px 0px 15px;
	margin-bottom: 5px;
	font-family: tahoma;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: left;	
	background-image: url(img/dlarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#content .manga .volume {
	padding: 5px;
}

#content .manga .downloads {
	border-top: 1px #AAAAAA solid;
}

#content .manga .downloads a {
	font-size: 12px;
}
	
#content .manga .volume.collapsed .chapter {
	display: none;
}

#content .manga .chapter {
	margin-left: 15px;
}

#content td.odd {
	background-color: #FFBB00;
}

#content td.even {
	background-color: #FFCC55;
}

#footer {
	float: left;
	margin: 30px 0px 20px 0px;
	width: 750px;
	height: 14px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}