
#langswitch {
	position:relative;
	top:112px; right:12px;
	width: 200px;
	margin: 0px 40px 0px 0;
	display: inline;
	height:0;
	background-color: transparent;
	}

#langswitch ul {
	margin: 0px 0 0 0;
	padding: 0;
	}

#langswitch ul li {
	float:right;
	list-style:none;
	margin-left:8px;
	}

#langswitch a img {
	border: 0;
	}

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: #333 url('/localinc/layout/AmnesiaMJ-2/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#header a
{
	text-align: right;
	width:100%;
	display:block;
	margin: 0;
	padding: 35px 0px 0 0;
	font-size: 275%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
}

#header a span
{
	font-weight: normal;
	color: #c00;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #c00 url('/localinc/layout/AmnesiaMJ-2/background-menucont3.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 40px;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
}

#menu ul li a.navicurr
{
	background: #333 url('/localinc/layout/AmnesiaMJ-2/background-menucont-active3.png') repeat-x;
}

#menu ul li a:hover
{
	background: #333 url('/localinc/layout/AmnesiaMJ-2/background-menucont-hover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('/localinc/layout/AmnesiaMJ-2/background-maincont.png') repeat-x;
	line-height: 150%;
}


#mainbox {
	width: 520px;
	float:left;
	padding-right:80px;
	margin-bottom:40px;
	}
#row2box {
	width: 200px;
	float:right;
	margin-top:55px;
	margin-bottom:40px;
	}

#imgcap { float:right; width:180px; text-align:right; margin:-12px 6px 0 0; padding:0; font-size:0.9em;}
#row2nd { float:right; width:180px; text-align:right; margin:18px 6px 0 0; padding:0; font-size:0.9em;}


#main
{
	margin: 0 auto;
	width: 800px;
	padding: 40px 0 15px 0;
}

#main h1
{
	margin: 6px 0 28px 0;
	padding: 0;
	font-size: 180%;
	color: #c00;
	letter-spacing: -1px;
	font-weight: normal;
}

#main h2, h3, h4, h5
{
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 115%;
	color: #c00;
	letter-spacing: 0px;
	font-weight: bold;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main #row2box img
{
	border: 1px solid #ddd;
}

#main a
{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#footercont
{
	clear:both;
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #c00;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 250px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 550px;
	padding: 15px 0;
	text-align: right;
}




/* drop down level 1 */
.navi li.sub { background: url(/imgint/navisub7.gif) no-repeat right center;}
.navi li {
    float:left; position:relative;
    }
.navi li a, .navi li a:visited {
    display:block; float:left;
    }
.navi li ul {
    visibility:hidden;
    position:absolute; top:1.5em; left:0; height:0; overflow:hidden; /* IE */
	padding:0; /* mozilla */
    }
.navi table {
    margin:-1px; border-collapse:collapse; font-size:1.15em; /* fontsize! */
    }
.navi li:hover ul, .navi li a:hover ul {
    visibility:visible; height:auto; width:19em; background-color: #999; border:1px solid #e0e0e0; left:-2px; top:2.5em; overflow:visible;
	padding:0;
    }
.navi li:hover ul li a, .navi li a:hover ul li a {
    display:block; background-color:#ccc; height:auto; line-height:1em; width:17em;
    }
/* drop down level 2 */
.navi li:hover ul li ul, .navi li a:hover ul li a ul {
    visibility:hidden;
    position:absolute; top:-1px; left:18.25em; height:0; overflow:hidden; /* IE */
	padding:0; /* mozilla */
    }
* html .navi li:hover ul li ul, * html .navi li a:hover ul li a ul {
	top:-2px;
	}
.navi li:hover ul li:hover ul, .navi li a:hover ul li a:hover ul {
    visibility:visible; height:auto; width:19em; background-color: #999; border:1px solid #e0e0e0;
    }
.navi li:hover ul li:hover ul.left, .navi li a:hover ul li a:hover ul.left {
    }
.navi li:hover ul li:hover ul li a, .navi li a:hover ul li a:hover ul li a {
	display:block; height:auto;
    }


/*
    Addon NEW for ZANACMS
	ZANACMS-CSS file
    (C) 2007 ZANA digital
    www.zanadigital.com
*/

.noprint { display:inline; margin: 0; }
.onlyprint { display:none; }

@media print {
	.noprint { display:none; }
	.onlyprint { display:inline; margin: 0; }
	p { font-size: 9pt; color:black; }
	#containerhead { display:none; }
	#containerlogo { display:none; }
	#containerlang { display:none; }
	#containernavi { display:none; }
	#containercol2 { display:none; }
	#containermain { width: 16cm; border: 0; margin: 0; padding: 0; display:block; }
	#containertail { width: 16cm; border: 0; }
	}

/* styles for all pages */
form { margin: 0; }
table { border-collapse:collapse; border: 0; font-size: 1em; }
img { border: 0px; }
img.bord { border: 1px solid #999999; }
.nowrap { white-space: nowrap; } /* must be combined with nobr in html for ie5win */
pre { font-family: monospace; font-size: 1.0em; }
nop {}
strong { font-weight:inherit; }
td {font-size: 1.0em;}
.nodis { display:none; font-size: 2px; } .indis { visibility:hidden; font-size: 2px; }
.code {
	font-size: 11px;
	color: #43900A;
	font-weight: bold;
	font-family: courier new, courier, system;
	}
.keybord {
	border: 2px solid;
	border-color: #e0e0e0 #b8b8b8 #b8b8b8 #e0e0e0;
	padding: 0 0.4em; margin: 0 2px;
	background: #f0f0f0;
	}
.manuscript {
	font-size: 2em;
	font-family: mistral, "Brush script MT", "Monotype Corsiva", "PaletteD", "Lucida Handwriting", "Bradley Hand ITC";
	margin-left: 12px;
	}
.lang { font-size: 1em; font-weight: bold; } /* 0.8 */
.currlang { color:#ca0000; } /* CA0000 cccccc EE8484 */
.sign { padding: 0 0.4em 0 0.4em; margin: 0; background-color: #ca0000; color:#FFF; font-weight: bold; }
.maps { font-size: 0.75em; padding: 0 0.25em 0.05em 0.2em; margin: 0; background-color: #ca0000; color:#FFF; font-weight: normal; letter-spacing:-1px; }
.red { color: #CA0000; }
.bold { font-weight: bold; }
.fade { color:#cccccc; } /* b8b8b8 */
.small { font-size: 0.75em; }
.big { font-size: 1.15em; }
.narrow {
	font-family:"arial narrow",tahoma,arial,sans-serif,verdana;
	font-size: 0.8em;
	}
.grey { color:#999999; }
.upper { text-transform: uppercase; }
.super { font-size: 0.75em; vertical-align:top; }
.spaced { letter-spacing: 2pt; }
.greenback { background-color: #68AB00; color:#FFF; font-weight: bold; }
.redback { background-color: #F51E30; color:#FFF; font-weight: bold; }
.changed { font-size: 0.7em; padding: 0 2px 0 2px; margin: 0 5px 0 5px; background-color: #d8d8d8; color:#FFF; font-weight: bold; display:inline; }
.plain {font-size: 1em; color: #303030; font-weight: normal; font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 1.4em; letter-spacing: 0; }
.error {font-size: 1em; color: #CA0000; font-weight: bold; margin: 12px 0px 12px 0; }
.alertm {font-size: 0.7em; color: #CA0000; font-weight: bold; margin: 12px 0px 12px 0; } /* "ADM:" */
.strike { text-decoration: line-through; color:#999999; }

img.imgr {
	float:right;
	margin: 4px 0px 12px 20px;
	}

img.imgl {
	float:left;
	margin: 4px 20px 12px 0px;
	}

/*typography*/


img.img_0 { border: 0px solid #999999; }


/* links */

#footer a.edit, #footer a.edit:link, #footer a.edit:active, #footer a.edit:visited {
	color: #b8b8b8; text-decoration: none; font-weight: normal; font-size: 0.5em; } /* b8b8b8 */
#footer a.edit:hover {} /* text-decoration: underline; 00adff */

a.zana { color: #CA0000; text-decoration: none; font-weight: normal; }
a.zana:link { }
a.zana:active { cursor: ne-resize; }
a.zana:visited { } /* maybe this is second? order is important */
a.zana:hover { cursor: ne-resize; text-decoration: underline; }

a.help { color: #999999; font-size: 0.8em; font-weight: bold; text-decoration: none; } /* ee0e0e EE8484 EE3636 */
a.help:link {}
a.help:active {}
a.help:visited {}
a.help:hover {} /* text-decoration: underline; */

/*more*/
#content a.more, #content a.more:link, #content a.more:active, #content a.more:visited {
	background-color: #0d3f0c;
	font-size:0.7em;
	text-decoration: none;
	font-weight: bolder;
	color: #ffffff;
	padding: 1px 2px 0px 4px;
	margin: 0 0 0 1px;
	letter-spacing: 1px;
	}

#content a.more:hover {
	text-decoration: none;
	background-color: #000000;
	}

/* menul  */


/* styles intern */

.barp { /* addon */
	height: 8px;
	background-color: #CA0000;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 0px;
	}
.barm { /* medium line */
	height: 8px;
	border-right: 1px solid #808080;
	background-color: transparent;
	}
.barmi { /* m invers */
	height: 8px;
	border-right: 0px solid #808080;
	background-color: #999999;
	}
.bari { /* invisible */
	height: 8px;
	background-color: transparent;
	border: 0;
	}
.bar0 {
	height: 8px;
	background-color: #e8e8e8;
	border: 1px solid #808080;
	}
.bar1 {
	height: 8px;
	background-color: #CA0000;
	border: 0;
	}
.bar2 {
	height: 8px;
	background-color: #000db8; /* 000db8 */
	border: 0;
	}

/*  FORMS */

/*  FORMS mit p */


#content form p {
	font-size: 1em;
	margin: 0 0 2px 0;
	padding: 5px 0;
	width: 99%;
	}
#content form p.subrow {
	font-size: 1em;
	margin: 0;
	padding: 5px 0 0 0;
	width: 99%;
	}

#form {
	font-size: 1em;
	}

.formident {
 	margin: 0 0 0 0px;
 	display: block;
	}
label.ilab {
	float: left;
	display: inline;
	width: 140px;
 	margin: 0 0 0 0px;
	padding-bottom: 2px;
	background-color: transparent;
	}

label.ilabfade {
	float: left;
	display: inline;
	width: 140px;
 	margin: 0 0 0 0px;
	padding-bottom: 2px;
	background-color: transparent;
	color: #C1C6CD;
	}
label.ilabred {
	float: left;
	display: inline;
	width: 140px;
 	margin: 0 0 0 0px;
	padding-bottom: 2px;
	background-color: transparent;
	color: #bb0000;
	}

form .fade { color: #C1C6CD;}

label.pagecol {
	float: left;
	display: inline;
	clear: left;
	width: 187px;
	margin:0;
	padding-bottom: 2px;
	background-color: transparent;
	font-size: 1em;
	}

input.middle {
	width: 270px;
	display: inline;
	margin: 0;
	background-color: #FFF;
	height: 1.65em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

input.input_std {
	width: 320px;
	display: inline;
	margin: 0;
	background-color: #FFF;
	height: 1.4em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}
input.input_med {
	width: 270px;
	display: inline;
	margin: 0;
	background-color: #FFF;
	height: 1.4em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}
input.input_small {
	width: 24px;
	display: inline;
	margin: 0 1px 0 0;
	background-color: #FFF;
	height: 1.4em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

input.pagecol {
	width: 199px;
	display: inline;
	margin: 2px 0 0 0;
	background-color: #FFF;
	height: 1.65em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	clear: left;
	}


select.select_multiple {
	width: 400px;
	display: inline;
	margin:5px 0 10px -1px;
	background-color: #FFF;
	padding: 0;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

select.select_multiplemono {
	width: 400px;
	display: inline;
	margin:5px 0 10px -1px;
	background-color: #FFF;
	padding: 0;
	font-size: 1.1em;
	color: #333;
	font-family: monospace;
	border: 1px solid #B9C2CD;
	}

select.middle {
	width: 270px;
	display: inline;
	margin:0;
	background-color: #FFF;
	height: 1.5em;
	padding: 0;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

select.select_std {
	width: 328px;
	display: inline;
	margin:0;
	background-color: #FFF;
	height: 1.5em;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}


select.pagecol {
	width: 200px;
	display: inline;
	margin: 2px 0 0 0;
	background-color: #FFF;
	height: 1.5em;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	clear: left;
	}


input.lang {
	width: 137px;
	display: inline;
	margin: 2px 0 0 0;
	background-color: #FFF;
	height: 1.65em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	border: 1px solid #B9C2CD;
	}

input.input_stdml {
	width: 272px;
	display: inline;
	margin: 0;
	background-color: #FFF;
	height: 1.4em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

input.input_stdml2 {
	width: 289px;
	display: inline;
	margin: 0;
	background-color: #FFF;
	height: 1.4em;
	padding: 2px 2px 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

select.select_small {
	width: 47px;
	display: inline;
	margin: 0 2px 0 0;
	background-color: #FFF;
	height: 1.5em;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	}

input.butradio {
	font-size: 1em;
	margin: 1px 1px -2px 0;
	background-color: transparent;
	border:0;
	}

input.butcheckb {
	font-size: 1em;
	border:0;
	display: inline;
	background-color: transparent;
	margin: 2px 5px 0 1px;
	}

textarea.middle {
	font-family: Verdana, tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 270px;
	display: inline;
	margin:0;
	background-color: #FFF;
	height: 4.3em;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	overflow: scroll;
	}

textarea {
	font-family: Verdana, tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 322px;
	display: inline;
	margin:0;
	background-color: #FFF;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	border: 1px solid #B9C2CD;
	}

textarea.full {
	font-family: Verdana, tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 720px;
	display: inline;
 	margin: 0 0 0 0px;
	background-color: #FFF;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	overflow: scroll;
	}

textarea.big {
	font-family: Verdana, tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 560px;
	display: inline;
	margin-left:2px;
	background-color: #FFF;
	height: 450px;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #B9C2CD;
	overflow: scroll;
	}

.helpoutside{
	float: left;
	width: 20px;
	}

#content a.help, #content a:link.help, #content a:active.help, #content a:visited.help {
	font-family: arial;
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #B1B1B1;
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	padding: 0 1px 0 2px;
	text-decoration: none;
	}

#content a:hover.help {
	color: #08386D;
	border: 1px solid #ccc;
	}

#content form {
	font-size: 1em;
	}

button { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; }
.combut { font-family: tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; font-weight: normal; margin: 0px; padding: 0 0px 6px 0px; background-color: #505050; color: #ffffff; border: 1px #505050 solid; height: 1.6em; }
.subbut { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; font-weight: bold; padding: 0 6px 3px 6px; background-color: #505050; color: #ffffff; border: 1px #505050 solid; height: 1.5em; margin: 0 2px 2px 0; }
.subbutfade { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; font-weight: bold; padding: 0 6px 3px 6px; background-color: #CCCCCC; color: #ffffff; border: 1px #707070 solid; height: 1.5em; margin: 0 2px 2px 0; }
.subbutfadered { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; font-weight: bold; padding: 0 6px 3px 6px; background-color: #CCCCCC; color: #ffffff; border: 1px #CA0000 solid; height: 1.5em; margin: 0 2px 2px 0; }
.subbutred { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em; font-weight: bold; padding: 0 6px 3px 6px; background-color: #CA0000; color: #ffffff; border: 1px #707070 solid; height: 1.5em; margin: 0 2px 2px 0; }

body.print { margin: 1.8em 1.5em 1em 1em; background-color: #fff; color: #000; }
.boxhelphead { background-color: #CA0000; height: 0px; -moz-border-radius:8px; }
.boxhelpbody { background-color: #ffffff; height: 0px; -moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; }
.helphead { line-height: 1em; text-align:left; margin: 0 2px 2px 2px; } /* help window */
.helpbody { font-size: 1em; text-align:left; line-height: 1.4em; margin: 1px 3px 3px 3px; } /* help window */
.helpsp { margin: 0.8em 0 0.8em 0; } /* paragraph in help window */

table.prevpos { margin: -3px 0 0px 0; }
.prevbx { font-weight: normal; border: 1px solid #cccccc; padding: 0px 3px 1px 3px; width:350px; font-size: 1em; text-align: left; background-color: #ffffff; } /*display:inline-block;  */
.prevbxext { font-weight: normal; border: 1px solid #cccccc; padding: 0px 3px 1px 3px; width:99%; font-size: 1em; text-align: left; background-color: #ffffff; }


/* tables */

th { vertical-align: middle; }
tr,td { vertical-align: middle; }

.tablecl { font-size: 1em; background-color: white; border: 1px #999999 solid; }
.tablehead { background-color: #f5f5f5; text-align: left; border: 1px #999999 solid; padding: 6px;  }
.tablerow { font-size: 1em; background-color: transparent; text-align: left; border: 1px #999999 solid; padding: 6px; } /* border-left: 1px #999999 solid; border-right: 1px #999999 solid; */

.tablei { font-size: 1em; }
.tableheadi { font-family: verdana, sans-serif; background-color: #f5f5f5; border-top: 1px #cccccc solid; border-bottom: 1px #cccccc solid; padding: 0px 4px 1px 4px; vertical-align: bottom; }
.tablerowi { font-size: 1em; background-color: transparent; border-bottom: 1px #ebebeb solid; border-top: 1px #ebebeb solid; padding: 0px 4px 1px 4px; } /* border-left: 1px #ebebeb solid; border-right: 1px #ebebeb solid; */
.darkbgd { background-color: #cccccc; }

.tablepl { font-size: 1em; background-color: transparent; border: 0px #ebebeb solid; }
.tableph { font-family: verdana, sans-serif; background-color: #f5f5f5; border: 0px #ebebeb solid; padding: 0px; vertical-align: top; }
.tablepc { font-size: 1em; background-color: transparent; border: 0px #ebebeb solid; padding: 0px; vertical-align: top; } /* border-left: 0px #ebebeb solid; border-right: 0px #ebebeb solid; */

.tableiv { font-size: 1em; background-color: transparent; border: 0px #ebebeb solid; }
.tableivh { font-family: verdana, sans-serif; background-color: #f5f5f5; border: 0px #ebebeb solid; padding: 20px 0px 20px 0px; vertical-align: middle; }
.tableivc { font-size: 1em; background-color: transparent; border: 0px #ebebeb solid; padding: 20px 0px 20px 0px; vertical-align: middle; } /* border-left: 0px #ebebeb solid; border-right: 0px #ebebeb solid; */

table.courses, table.courses td {
	vertical-align: top;
	padding-right: 18px;
	padding-bottom: 15px;
	}

table.courses {
	width: 100%;
	margin: 9px 0 9px 0;
	}

table.courses td.c1 {
	width: 125px;
	}

table.courses td.c2 {
	}

table.bio {
	}
table.bio td.c1 {
	white-space: nowrap;
	vertical-align: top;
	padding-right:7px;
	text-align:right;
	}
table.bio td.c2 {
	vertical-align: top;
	}



table.shop {
	width:550px;
	}
table.shop tr.shop {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:0; margin:0; 
	}
table.shop tr.shop td.shop-d1 {
	width:140px;
	vertical-align:middle;
	margin:0; padding:5px 0 0 0;
	}
table.shop tr.shop td.shop-d2 {
	width:410px;
	vertical-align:middle;
	margin:0; padding:6px 1px 4px 21px;
	line-height:1.25em;
	}
table.shop tr.shop td.shop-d2 div.head {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.25em;
	margin: 0 0 5px 0;
	}
.preis { font-size:1em; font-weight:bold; float:right; margin:10px -1px 0 5px; padding:0; text-align:right; }
.preis div { font-size:0.9em; color:#666; font-weight:normal; margin:0 1px 0 0; padding:0; text-decoration:line-through; } 
.warenkorb {
	float:left;
	margin: -1px 9px 5px 0px;
	}
table.shop tr.shop td.shop-d2 div.head  span {
	font-weight:normal; 
	}
#content table.shop p {
	margin:6px 0; padding:0;
	}

.msgboxred { border:3px solid #c00; margin:8px 0; background:#fcc; color:#000; }
.msgboxred h6 { margin:8px; padding:0; font-size:100%; line-height:1.4em; }
.msgboxred h6 span { font-weight:normal; }
.msgboxred p { margin:8px; padding:0; }


ul.circle { list-style:circle outside; margin: 1.6em 0 1.6em 0px; padding-left: 40px; }
ul.disc { list-style:disc outside; margin: 1.6em 0 1.6em 0px; padding-left: 40px; color: #666; font-weight: bold; }
ul.discx { list-style:disc outside; margin: 1.6em 0 1.6em 0px; padding-left: 16px; color: #666; font-weight: bold; }
ul.discx li { margin: 1em 0; }
ul.decimal { list-style:decimal; margin: 1.6em 0 1.6em 0px; padding-left: 40px; }
ul.roman { list-style:lower-roman; margin: 1.6em 0 1.6em 0px; padding-left: 40px; }

.liplain { font-size: 1em; color: #000; font-weight: normal; }
body.print ul { color:#000; font-weight:normal; }

/*maria*/
ul.discnav { list-style:disc outside; margin: 1.6em 0 1.6em 0.1em; padding-left: 16px; color: #666; font-weight: bold; }

