/* === Destructor Site CSS ==============================================
   Stefan Heymann, www.destructor.de
   Text        #232A55
   Headbanner  #4658B2
   Lines       #232A55
   Light Blue  #D5D8ED
*/


/* --- General Declarations ------------------------------------- */

body {
	color: #232A55;
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td, th, ul, li, input, textarea {
	color: #232A55;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

pre, code {
	color: #232A55;
	font-family: "Courier New", Courier;
	font-size: 12px;
	margin: 0;
}



/* --- Content Area ---------------------------------------------- */

a {
	color: #5C2900;
	text-decoration: underline;
}

a:hover {
	color: #232A55;
	text-decoration:underline;
}

a:visited {
	color: #8C2930;
	text-decoration: underline;
}

a.image:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}


p {
	margin: 1em 0 1em 0;
	line-height: 1.3em;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 1.5em 0 .5em 0;
	padding: 0;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0.5px;
}

th {
	border: solid 1px #232A55;
	font-weight: bold;
	background-color: #D5D8ED;
	padding: 0.5ex;
	text-align: left;
}

td {
	border: solid 1px #232A55;
	padding: 0.5ex;
	vertical-align: top;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


hr {
	height: 0.3mm;
	border: none;
	color: #232A55;
	background-color: #232A55;
	margin: 1em 0em 1em 0em;
}

ul {
	margin-left: 1.3em;
	padding-left: 0px;
}

li {
	list-style-type: square;
	margin-bottom: 0.5em;
}

ul.dense {
	margin: .2em 0 .2em 1.3em;
}

ul.dense li {
	margin-bottom: .2em;
}

img {
	border: none;
}

img.bordered {
	border: 1px solid #232A55;
}

p.hazy {
	font-size: 80%;
	color: #4658B2;
}

p.nomargin {
	margin: 0px;
}


table.noborder {
	border-style: none;
}

table.noborder td {
	border-style: none;
	padding: 0px;
}

table.noborder th {
	border-style: none;
	padding: 0px;
}

pre.screen {
	padding: 1ex;
	color: #00FF00;
	background-color: #000000;
	width: 565px;
}

pre.screen span {
	color: #77FF00;
}

pre.comment {
	background-color: #D5D8ED;
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}


/* --- Header (DivHead) -------------------------------------------- */

div#DivHead {
	width: 100%;
	height: 46px;
	background-color: #4658B2;
	border: solid #232A55;
	border-width: 0px 0px 2px 0px;
	background-image: url('img/headbanner.png');
	background-repeat: no-repeat;
	background-position: 19px 0px;
}


/* --- Small Navigation (div.small) -------------------------------------------- */

div#DivHead div#NviSmall {
	position: absolute;
	top: 28px;
	left: 541px;
	width: 250px;
	text-align: left;
	border: none;
}

div#DivHead div#NviSmall p {
	margin: 0px;
	color: #232A55;
}

div#DivHead div#NviSmall a {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/* --- One Navigation Level (NviLevel) ------------------------------------------ */

div.NviLevel {
	width: 100%;
	height: auto;
	min-height: 38px;
	background-color: #D5D8ED;
	border: solid #232A55;
	border-width: 0px 0px 2px 0px;
	padding: 0;
	clear: left;
}

div.NviLevel span
 {
	width: 120px;
	height: 16px;
	text-align: center;
	background-color: #D5D5D5;
	border: solid 1px #232A55;
	float: left;
	margin: 17px -20px -1px 19px;
	padding: 2px 0 2px 0;
}

div.NviLevel span.delim {
	display: none;
}

div.NviLevel span.x {
	width: 20px;
}

div.NviLevel span a {
	color: #232A55;
	font-weight: bold;
	text-decoration: none;
}

div.NviLevel span a:hover {
	color: #232A55;
	text-decoration: underline;
}

div.NviLevel hr {
	display: none;
}



/* --- Photo Area (DivPhoto) -------------------------------------------------- */

div#photo {
	width: 100px;
	border: none;
	float: right;
}

div#photo img {
	border-style: solid;
	border-color: #232A55;
	border-width: 0 0 2px 0;
}


/* --- Sidebar ----------------------------------------- */

div#sidebar {
	float:right;
	width: 300px;
	margin: 1px 0px 8px 8px;
	border: 1px solid #232A55;
	background-color: #D5D8ED;
	padding: 1ex;
	font-size: 11px;
}

div#sidebar h3 {
	margin-top: 4px;
	}

div#sidebar p.hazy {
	font-size: 9px;
}


/* --- Text Body (DivBody) ---------------------------------------------------- */

div#body {
	margin: 24px 0px 0px 18px;
	width: 764px;
	clear: left;
}


/* --- Special Head for Print (NviPrinthead) -------------------------------------- */

div#DivPrinthead {
	display: none;
}

