html,body {
	height: 100%;
}

body { 
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-color: #03504a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	background-image: url(../navi/hg-verlauf.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	text-align: center;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	}


a:link { 
	color: #e8ad0d;
	font-weight: bold;
	text-decoration: none;
}

a:visited { 
	color: #e8ad0d;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { 
	color: #e8ad0d;
	font-weight: bold;
	text-decoration: underline;
	}
a:active { 
	color: #e8ad0d;
	font-weight: bold;
	text-decoration: underline;
	}

#content {
		margin: 0 auto;
		margin-top: 50px;
		width: 666px;
		min-height: 580px;
		/* war 490 vor ads*/
		background-color: red;
		background-image: url(../navi/content-hg.jpg);
		background-repeat: repeat-y;
		text-align: left;
	}

#content p {
	font-family: Palatino, Times, times new roman;
	font-size: 20px;
	font-style: italic;
	color: #4b4b4b;
}

#header {
	position: relative;
	left: -29px;
	top: 0px;
	height: 84px;
	width: 695px;
	background-image: url(../navi/witze-header.jpg);
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: right;
	line-height: 18px;
}


#header a {
	color: #9ec1bf;
	font-weight: normal;
	text-decoration: none;
	
}

#navi {
	width: 160px;
	float: left;
	margin-right: 20px;
}

#categories {
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0 15px 23px;
}

#title {
	
	width: 455px;
	margin: 0 0 35px 177px;
	text-align: right;
	color: #03504a;
	border-bottom: 1px solid #c2dbd7;
}

#title_alt {
	
	width: 455px;
	margin: 0 0 5px 177px;
	text-align: right;
	color: #03504a;
	border-bottom: 1px solid #c2dbd7;
}

#title h1,
#title_alt h1 {
	padding: 0;
	margin: 0;
}


#footer {
	margin: 0 auto;
	width: 666px;
	height: 150px;
	background-color: white;
	background-image: url('../navi/footer-hg.jpg');
	background-repeat: no-repeat;
}


#navi li, ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-image: url('../navi/minipfeil.gif');
	list-style-position: inside;
	line-height: 20px;
	font-weight: normal;
}

#navi a {
	color: #4b4b4b;
	font-weight: normal;
}

.catmenu {
	width: 140px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-image: url('../navi/minipfeil.gif');
	list-style-position: inside;
	font-weight: normal;	
}

.catmenu a {
	color: #4b4b4b;
	font-weight: normal;
}

#witz {
	position: relative;
	top: 0;
	left: 0;	
	margin-left: 180px;
	padding: 20px 40px 10px 5px;
	background-image: url('../navi/an_oben.gif');
	background-repeat: no-repeat;	
	background-position: top right;
	z-index: 2;
}

#kein-witz {
	position: relative;
	top: 0;
	left: 0;	
	margin-left: 180px;
	padding: 20px 40px 10px 5px;
	z-index: 2;
}

#an_unten {
	position: relative;
	top: -30px;
	left: -5px;
	margin-left: 180px;
	width: 100px;
	height: 30px;
	background-image: url('../navi/an_unten.gif');
	background-repeat: no-repeat;	
	background-position: top left;		
	z-index: 1;
}

#ads {
	margin-left: 180px;

}