body {
	background:#FFFFFF;
	margin-left:20px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:20px;
	font-size:13px;
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
}

div,
p {
	width:auto;
	margin-top:20px; 
	margin-bottom:0px;
	border:0px solid red; 
	padding:0px; 
}

ins p { margin:0px 0px 20px 0px; border:0px solid red;}

form {
	margin-top:0px;
}

h1 {
	background:url();
	font-size:16px;
	font-style:normal;
	color:#000000;
	margin-top:0px;
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-style:normal;
	color:#000000;
	margin-top:40px;
}

a:link { text-decoration:none; color:#BB0000; }
a:visited { text-decoration:none; color:#BB0000; }
a:hover { text-decoration:underline; color:#BB0000; }

/* ------------------------------------------------------- */
/* <table/>                                                */
/* ------------------------------------------------------- */

div.tableTitle {
	font-weight:bold;
	color:#000000;
	margin-bottom:3px;
}

table {
	table-layout:auto;
	width:auto; 
	font-size:11px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:0px;
	empty-cells:show;
}

tr#m0 { background-color:#FFFFFF; }
tr#m1 { background-color:#F2F2F2; }

th, td {
	border:1px solid #CCCCCC;
	padding:3px;
	width:auto;
	text-align:left;
	vertical-align:middle;
}

th  {
	background-color:#DDEEFF;
	color:#000000;
	font-weight:bold;
}

table.noBorder,
table.noBorder * {
	border:0px;
}

/* ------------------------------------------------------- */
/* inserted by andi                                        */
/* ------------------------------------------------------- */
ins { text-decoration:none; font-style:normal; }
div.edit {
	font-size:9.1px;
	font-style:normal;
	font-weight:normal;
	margin-top:2px;
	float:right;
	clear:right;
	text-align:right;
}
br.edit { clear:right; padding:0px; margin:0px; height:0px; width:0px; }
ins ul  { list-style: circle; }

/* ------------------------------------------------------- */
/* horizontal line                                         */
/* ------------------------------------------------------- */

div.hDotLine {
	background:url();
	background-color:#DDEEFF;
	margin-top:20px;
	border:1px solid #000000;
}

/* ------------------------------------------------------- */
/* horizontal line                                         */
/* ------------------------------------------------------- */

*.genreList {
	margin-top:0px;
	font-size:11px;
	margin-bottom:3px;
}

*.name {
	margin:0px;
	margin-bottom:6px;
	font-size:13px;
	font-weight:bold;
}

*.summary {
	font-style:normal;
	border:0px solid red;
}

/* ------------------------------------------------------- */
/* image and text                                          */
/* ------------------------------------------------------- */

table.imageAndText {
	table-layout:auto;
	width:100%; 
	border:0px solid #CCCCCC;
	border-collapse:collapse;
	empty-cells:show;
}

td.imageAndTextImage,
td.imageAndTextText {
	text-align:left;
	vertical-align:top;
	padding:2px;
	border:0px solid #CCCCCC;
}

td.imageAndTextImage { width:1%; }
td.imageAndTextText { width:99%; }

img.imageAndTextImageLeft {
	border:1px solid #999999;
	padding:2px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
}

img.imageAndTextImageRigth {
	border:1px solid #999999;
	/*padding:2px;*/
	float:right;
	margin-left:7px;
	margin-bottom:3px;
}

img.imageAndTextImageBefore {
	border:1px solid #999999;
	margin:0px;
	margin-bottom:10px;
}


div.imageAndTextText {
	margin:0px;
}