/**************************************************************************************** general */

body {
	color: black;
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	background-image: url('doctrine/body-back.jpg');
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 200px;
	padding-top: 100px;
	}
	
a:link 		{ color:black; text-decoration:underline; }
a:visited 	{ color:black; text-decoration:underline; }
a:active 	{ color:black; text-decoration:none; }
a:hover 		{ color:black; text-decoration:none; }

img {
	border: 0px solid white;
	}

table {
	border: 0px solid white;
	}

td {
	border: 0px solid white;
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	}

tr {
	border: 0px solid black;
	}

hr {
	height: 0px;
	border-width: 0px;
	border-top: 1px solid black;
	}

h1 {	color: black; text-align: center; }
h2 { color: black; text-align: left; }
h3 { color: black; text-align: left; }

input {
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial;
	}

textarea {
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	}

select {
	color: white;
	font-size:12px;
	background-color: black;
	font-family: Verdana, Helvetica, Arial;
	}

ul {
	}
li {
	}
	
/**************************************************************************************** content */

div.content-out {
	z-index: 0;
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 170px;
	bottom: 0px;
	height: 100%;
	padding: 0px;
	background-image: url('doctrine/content-back.png');
	background-position: left;
	background-repeat: repeat-y;
	}
div.content-in {
	z-index: 1;
	margin: 20px;
	margin-top: 150px;
	height: 70%;
	overflow: visible;
	}

.border {
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
	}

/******************************************************************************************* menu */

a.menu 			{ padding: 2px; }
a:link.menu		{ color: gray; text-decoration:none; }
a:visited.menu 	{ color: gray; text-decoration:none; }
a:active.menu 	{ color: gray; text-decoration:none; }
a:hover.menu 	{ color: black; background-color:white; }

a.menu_active 			{ padding: 2px; }
a:link.menu_active		{ color: white; text-decoration:none; font-weight: bold; }
a:visited.menu_active 	{ color: white; text-decoration:none; font-weight: bold; }
a:active.menu_active 	{ color: white; text-decoration:none; font-weight: bold; }
a:hover.menu_active		{ color: black; background-color:white; font-weight: bold; }

div.menu-out {
	z-index: 2;
	width: 170px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: black;
	color: white;
	padding: 0px;
	background-image: url('doctrine/menu-back.gif');
	background-position: top left;
	background-repeat: no-repeat;
	}
div.menu-in {
	z-index: 3;
	color: white;
	margin-top: 130px;
	line-height: 15px;
	}

hr.menu {
	border-color: gray;
	}

div.category {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	}
div.rubric {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	}

div.other {
	font-size: 10px;
	text-align: center;
	}

/*************************************************************************** logo, signet & title */

a.signet {
	z-index: 6;
	position: absolute;
	top: 0px;
	left: 60px;
	width: 173px;
	height: 166px;
	background-image: url('doctrine/signet.png');
	background-position: center top;
	background-repeat: no-repeat;
	}

a.logo {
	z-index: 5;
	position: absolute;
	top: 5px;
	left: 230px;
	width: 470px;
	height: 89px;
	background-image: url('doctrine/logo.png');
	background-position: center top;
	background-repeat: no-repeat;
	}

font.title {
	z-index: 4;
	position: absolute;
	top: 80px;
	left: 240px;
	font-family: Times New Roman, Times;
	font-weight: normal;
	font-size: 30px;
	color: grey;
	font-weight: bold;
	}
	
/****************************************************** terms & condition / copyright information */
/******************************************************************************* disclaimer, info */

div.conditions {
	z-index: 29;
	padding: 7px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 400px;
	border: 1px solid black;
	background-color: white;
	}

div.disclaimer {
	z-index: 28;
	padding: 7px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 35px;
	width: 450px;
	border: 1px solid black;
	background-color: white;
	}

div.info {
	z-index: 27;
	padding: 7px;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	left: 5px;
	width: 250px;
	border: 1px solid black;
	background-color: white;
	}


/**************************************************************************************** rubrics */

div.stock {
	position: absolute; top: 0px; left: 235px; z-index: 10;
	height: 100%; max-height: 800px; max-width: 800px;
	border: 0px solid white; background-color: black;
	vertical-align: top; text-align: right;
}

iframe {
	position: absolute; bottom: 0px; right: 0px; z-index: 10;
	height: 100%; width: 85%; border: 0px;
}
