/* blocks */

p, dl, multicol {
  display: block;
  margin: 1em 0;
}

/* lists */

ul, menu, dir {
  display: block;
  margin-bottom: 1em;
}

ol {
  display: block;
  list-style-type: decimal;
  display: block;
  margin-bottom: 1em;
}

/* mh-nexus.de styles */

body, html {
	background-color: #FFFFFF; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/randl.jpg) 0px 97px repeat-y #FFFFFF;
	font-size: 100%;
	font-family: "Trebuchet MS","Comic Sans MS",Verdana,Helvetica,Arial,sans-serif;
}

img {
	border-style: none;
}

div.languagebar {
	position: absolute; 
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 1em;
	z-index: 2;
}

div.buttonbar {
	position: absolute;
	left: 0px;
	top: 97px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

img.button {
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}

div.translation {
	position: absolute;
	left: 35px;
	top: 70px;
}

div.maincontent {
	position: absolute;
	top: 50px;
	left: 0px;
	vertical-align: top;
	padding-left: 123px;
	padding-right: 20px;
	margin-top: 10px;
	color: #3C3232; /*#536482; /*#000000;*/ /*#223344;*/
	font-size: 10.5pt;
}

th.visible {
	text-align: center;
	padding: 0.15em;
	/* background-color: #B0A090; */
	background: url(../graphics/tablemiddle.png) repeat-x #477CE2;
	/*border-bottom: solid black 2px;*/
	color: #FFFFFF;
	margin-top: 1000px;
}

td.visible {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	/*background-color: *#D6E3FE;*/
	background: url(../graphics/gradient2.png) repeat-x #F9FBFF;
	color: #000000;
}

td.visibleLight {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	/*background-color: *#D6E3FE;*/
	background: url(../graphics/gradientLight.png) repeat-x #FFFFFF;
	color: #000000;
}

td.netgradient {
	text-align: left;
	vertical-align: top;
	/*background-color: *#D6E3FE;*/
	background: url(../graphics/netgradient.png) repeat-y #FFFFFF;
	color: #000000;
}

td {
	text-align: left;
	vertical-align: top;
}

td.copyright {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.nextpage {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}

/* old */

comp, tt {
	font-size: 10pt;
	font-family: "Courier New", monospace;
}

table.section {
	border-color: #FF9933;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
}

tr.caption {
	background-color: #FF9933;
	color: #FFFFFF;
	font-size: 11pt;
}

td.caption {
	background-color: #FF9933;
}

h1 {
	margin: 0px;
	background-color: #FFFFFF;
	color: #5282E6; /* rgb(70,130,180); /* #000000; #C2CD95; */
	font-size: 18pt;
}

h2 {
	background-color: #FFFFFF;
	color: #5282E6; /* #000000; */
	font-size: 15pt;
	font-weight: bold;
}

h3 {
	background-color: #FFFFFF;
	color: #5282E6; /* #C2CD95; */
	font-size: 12pt;
}

h4 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11pt;
}

h5 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10.5pt;
}

h5 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond,"Trebuchet MS",Helvetica,Arial,Sans-serif;
	font-weight: bold;
}

th, tr.caption, td.caption {
	font-family: "Trebuchet MS",Helvetica,Arial,Sans-serif;
}

code {
	font-size: 10pt;
	font-family: "Courier New", monospace;
}

pre.code {
	margin-top: 12pt;
	margin-bottom: 12pt;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 10pt;
	font-family: "Courier New", monospace;
}


/*
color:#3D9BD3;
*/


blockquote.uncited {
	padding-top:25px;
}

blockquote {
	background: url(../graphics/quote.gif) no-repeat scroll 6px 8px;
	border: 1px solid #DBDBDB;
	margin: 0.5em 1px 0pt 25px;
	overflow: hidden;
	padding: 5px;
}

div.newselement {
	padding: 1em;
}
