body{
	background-color: #242424;
	font-family: arial;
	font-size: 11px;
	color: #fff;
}

div{
	position:absolute;
}
div.rel{
	position:relative;
}

input, textarea{
	width: 510px;
}

#page{
	position:relative;
	top: 0px;
	left: 0px;
	width: 920px;
	text-align: left;
}

#header1{
	top: 0px;
	left: 0px;
	width: 449px;
	height: 275px;
 	background-image: url(http://www.witzeria.de/image/logo1-witzeria.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header2{
	top: 0px;
	left: 449px;
	width: 489px;
	height: 275px;
 	background-image: url(http://www.witzeria.de/image/logo2-witzeria.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header3{
	padding: 0;
	top: 275px;
	left: 0px;
	width: 938px;
	height: 51px;
 	background-image: url(http://www.witzeria.de/image/bg-header3.gif);
	background-repeat: repeat-x;
}
#header3 a{
	padding: 2px 20px 2px 20px;
	color: #fff;
	font-size: 12px;
	line-height: 51px;
	border-right: 1px dotted #3A3E3F;
	text-decoration: none;
}
#header3 a:hover{
	background-color: #0A4B8F;
}

#content{
	top: 328px;
	left: 204px;
	width: 526px;
	height: 1400px;
	background-color: #787878;
}
#content table{
	font-size: 12px;
	background-color: #787878;
}
#content h1{
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 17px;
	line-height: 40px;
	background-image: url(http://www.witzeria.de/image/content-headline.png);
	background-repeat: repeat-x;
}
#content h2{
	margin: 0;
	padding: 10px 0 0 5px;
	font-size: 14px;
}
#content small{
	margin: 0;
	padding: 10px 0 0 5px;
	color: #f3f3f3;
}
#content p{
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0 5px 0;
	padding: 4px 5px 15px 5px;
	border-bottom: 1px solid #15293E;
}
#content p small{
	padding: 0;
}
#content p small a{
	padding: 0 15px 0 10px;
	color: #fff500;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	background: url(http://www.witzeria.de/image/arrow1-yellow.gif) no-repeat 0 3px;
}
#content p small a:hover{
	color: #fff;
	background: url(http://www.witzeria.de/image/arrow1.gif) no-repeat 0 3px;
}
#content p.last{
	margin: 10px 0 0 0;
}
#content p.header{
	margin: 0;
	padding: 15px 5px 15px 5px;
	background-color: #1084DB;
}
#content p.footer{
	margin: 0;
	padding: 15px 5px 15px 5px;
	background-color: #1084DB;
	text-align: center;
}
#content p.footer a{
	color: #fff;
}
#content p.footer a:hover{
	text-decoration: none;
}
#content p.footer a.prev{
	padding: 0 15px 0 10px;
	background: url(http://www.witzeria.de/image/arrow2.gif) no-repeat 0 5px;
}
#content p.footer a.next{
	padding: 0 9px 0 15px;
	background: url(http://www.witzeria.de/image/arrow1.gif) no-repeat right 5px;
}
#sidebar1{
	top: 328px;
	left: 0px;
	width: 202px;
}
#sidebar2{
	top: 328px;
	left: 732px;
	width: 205px;
}
#sidebar1 dl, #sidebar2 dl{
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #161616;
}
#sidebar1 dt, #sidebar2 dt{
	margin: 0;
	padding: 0 0 0 20px;
	height: 41px;
	font-size: 15px;
	font-weight: bold;
	line-height: 41px;
	background-image: url(http://www.witzeria.de/image/sidebar-headline.png);
	background-repeat: no-repeat;
}
#sidebar1 dd, #sidebar2 dd{
	margin: 0 20px 0 21px;
	padding: 0;
	height: 24px;
	border-bottom: 1px solid #222;
}
#sidebar1 dd a, #sidebar2 dd a{
	padding-left: 12px;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	line-height: 24px;
	display: block;
	background: url(http://www.witzeria.de/image/arrow1.gif) no-repeat 0 9px;
}
#sidebar1 dd.no, #sidebar2 dd.no{
	padding: 10px 0 0 0;
	height: auto;
}
#sidebar1 dd.no a, #sidebar2 dd.no a{
	padding-left: 0;
	display: inline;
	background: none;
}
#sidebar1 dd a:hover, #sidebar2 dd a:hover{
	color: #FBF604;
	background: url(http://www.witzeria.de/image/arrow1-yellow.gif) no-repeat 0 9px;
}

