/* ----- Basics ----- */
body {
	font-family: Arial;
	font-size: 12px;
	background-color: gray;
}

h1, h2, h3, li, p {
	padding: 0px;
	margin: 0px;
}

/* ----- Layout ----- */
#page {
	width: 850px;
	background-color: white;
}

#header {
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding: 10px;
}

#left {
	float: left;
	width: 190px;
	text-align: left;
}

#content {
	width: 450px;
	float: left;
	text-align: justify;
}

#content h1 {
	font-size: 16px;
}

#content h2 {
	font-size: 14px;
}

#right {
	float: right;
	width: 190px;
}

#footer {
	clear: both;
	text-align: left;
}

#left li {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	list-style-type: lower-roman;
}

#left ul {
	margin-top: 0px;
}

#left h2 {
	margin-left: 10px;
	font-size: 14px;
	text-decoration: underline;
}

/* ----- Links ----- */
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#left a:link,
#left a:visited {
	color: #8B0000;
	font-weight: bold;
}

#left a:hover {
	color: red;
	font-weight: bold;
}

#content a:link,
#content a:visited {
	color: #8B0000;
	font-weight: bold;
}

#content a:hover {
	color: red;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
	color: #C4C4C4;
}

/**/
div.jokeItem {
	border: 1px dashed gray;
	padding: 10px;
}

div.categoryOverviewItem {
	border: 1px solid #8B0000;
	width: 110px;
	margin: 10px;
	padding: 15px 5px 15px 5px;
	float: left;
	text-align: center;
}

div.categoryOverviewItem:hover {
    background: #E6E6E6;
}
