@charset "utf-8";
/***************************/
/* RLB Flipbooks           */
/* agindo 23.02.12. pd     */
/***************************/

/***************************/
/* tags                    */
/***************************/
* {
	padding:0;
	margin:0;
}
body{
	background:#747271 url(img/bg_body.png) repeat-y 0 0;
	text-align:left;
	color:#232323;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
/***************************/
/* Haupt ID's              */
/***************************/
#site{
	width:820px;
	position:relative;
	padding:20px 20px 50px;
}
/***************************/
/* Header                  */
/***************************/
#header{
	position:relative;
	height:110px;
	background:#FFF;
}
.logo{
	position:absolute;
	top:31px;
	left:4px;
}
.clearfloat{
	clear:both;
}
/***************************/
/* Listenansichten         */
/***************************/
ul.itemlist{
	list-style-type:none;
}
ul.itemlist li{
	padding:4px 0;
	clear:both;
	border:0 solid #DFDFDF;
	border-width:1px 0 0;
}
ul.itemlist li:first-child{
	border-width:0;
}
ul.itemlist p{
	padding:0;
}
ul.itemlist img{
	display:block;
	float:left;
	padding:1px;
	border:1px solid #E7E7E7;
	margin-right:20px;
}
/***************************/
/* Typo                    */
/***************************/
h1, h1 a{
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	color:#232323;
	padding:0 15px;
	margin-bottom:0.89em;
	background:url(img/bg_h1.png) repeat-x 0 0;
}
h2, h2 a{
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding:1em 0 0.5em;
	text-decoration:none;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#737373;
}
a{
	color:#114363;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	color:#114363;
	text-decoration:underline;
}
p{
	margin:0;
	padding:0 0 1em;
	line-height:1.18em;
}
