body {
	color:			rgb(120,90,100);
	background: 		url("bckg.png");
	background-color: 	white;
	background-position: 	top left;
	background-attachment: 	fixed;
	background-repeat: 	no-repeat;
	text-align:		center;
	font-family:		sans-serif;
}

div.main {
	font-family:	sans-serif;
	margin-left:	20pt;
	text-align:	center;
}

div.title {
	margin:		15pt;
	display:	block;
	text-align:	left;
}

h1.title {
	font-size:	2em;
	font-weight:	bold;
	color:		rgb(80,80,80);
}

h2 {
	margin-top:	25pt;
	margin-bottom:	5pt;
	font-size:	1.75em;
	font-weight:	bold;
}

h3 {
	font-size:	1.5em;
	font-weight:	bold;
	margin-bottom:	5pt;
	margin-top:	10pt;
}

dt {
	font-style:	italic;
}

div.leftbar {
	float:			left;
	/*max-width:		17%;
	min-width:		10em;*/
	width:			8.75em;
	margin:			2pt;
	margin-left:		20pt;
}

div.menu {
	text-align:		left;
	font-size:		1.05em;
}

div.content {
	/*float:		left;*/
	margin-left:	20%;
	text-align:	justify;
	font-size:	0.85em;
	width:		70%;
	max-width:	900px;
}

div.footer {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: 		rgb(120,120,120);
	font-size:	0.6em;
	text-align:	center;
	background:	rgb(230,230,230);
	margin:		0pt;
	text-align:	center;
	margin-top:	30pt;
	margin-left:	25%;
	margin-right:	25%;
	width:		50%;
}


div.menuitem {
	display:		block;
	margin:			1pt;
	min-width:		100%;
	max-width:		100%;
	text-transform: lowercase;
}

div.menuitem a {
	text-decoration:	none;
	padding-left:		8pt;
}

div.menuitem a:hover {
	color:		white;
	background:	rgb(220,220,220);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

span.menuitem-normal a {
	display:		block;
	color:			rgb(120,130,80);
}

span.menuitem-selected a {
	display:		block;
	color:			white;
	background-color:	rgb(255,151,0);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

span.menuitem-selected a:hover {
	color:			rgb(230,230,230);
	background:		rgb(255,151,0);
	-moz-border-radius: 	7px;
	-webkit-border-radius: 7px;
}

h1	{
	margin-top:		0pt;
	font-size:		2.25em;
}

table.tblcontact {
	display:		inline;
	margin-left:		10pt;
	text-align:		left;
}

table.tblcontact td.tdcaption {
	color:			rgb(160,160,160);
}

table.tblcontact td {
	padding-bottom:		5pt;
}


td {
	vertical-align:		top;
}

td.tdvaluex img {
	vertical-align:		top;
}

a {
	color:			rgb(90,110,180);
	text-decoration:	none;
}

a:hover {
	color:			rgb(255,151,0);
	text-decoration:	underline;
}

p.smallskip {
	margin-top:		30pt;
}

div.tx-pubdb-pi1-pub-year-bottom-delimiter {
	margin-bottom:	20pt;
}

div.tx-pubdb-pi1-pub-year-delimiter {
	margin-top:	5pt;
	font-weight: 	bold;
}

span.tx-pubdb-pi1-pub-isbn-title    {
	/*font-weight: bold;*/
}

span.tx-pubdb-pi1-pub-year    {
	font-style: italic;
}

span.tx-pubdb-pi1-pub-publisher    {
	font-style: italic;
}

span.tx-pubdb-pi1-pub-coverstyle    {
	font-style: italic;
}

span.tx-pubdb-pi1-pub-series-title    {
	/*font-weight: bold;*/
}

span.tx-pubdb-pi1-pub-authors    {
	font-style: italic;
}

span.tx-pubdb-pi1-pub-title    {
	font-weight: bold;
	font-size: 1em;
}

table.tx-pubdb-pi1-listrowTable    {
	width: 100%; /*90%;*/
	/*padding-top: 10pt;*/
	/*
	border-top-style: solid;
	border-top-color: rgb(230, 230, 230);
	border-top-width: 0.5pt;
	*/
	padding-bottom: 1em;
	/*margin-bottom: 15pt;*/
}

table.tx-pubdb-pi1-listrowTable td.tx-pubdb-pi1-listrow-entry    {
	vertical-align: middle;
	font-size: 0.9em;
}

table.tx-pubdb-pi1-listrowTable td.tx-pubdb-pi1-listrow-cover    {
	vertical-align: middle;
	width: 20pt;
}

div.tx-pubdb-pi1-pub-item-topline    {
	border-top-style: solid;
	border-top-color: rgb(230, 230, 230);
	border-top-width: 0.5pt;
}

table.tx-pubdb-pi1-listrowTable td.tx-pubdb-pi1-listrow-indent    {
	padding-top: 0pt;
	vertical-align: top;
	text-align: center;
	width: 20pt;
}

img.tx-pubdb-pi1-listrow-coverimage    {
	width: 100px;
}

table.tx-pubdb-pi1-listrowTable td    {
	text-align: justify;
	vertical-align: bottom;
}

div.tx-fileupload-pi1 {
	margin-bottom:		20pt;
	text-align:		right;
	width:			40%;
}

div.tx-newloginbox-pi1 {
	font-size:		0.9em;
	font-family:		sans-serif;
	margin-top:		20pt;
}

div.tx-newloginbox-pi1 td {
	vertical-align:		top;
	color:			rgb(80,80,80);
}

div.tx-newloginbox-pi1 h3 {
	font-size:		inherit;
	font-weight:		bold;
}

div.tx-newloginbox-pi1 p {
	margin-top:		0pt;
	margin-bottom:		0pt;
}

input {
	border-color: rgb(128, 128, 128);
	border-style: solid;
	border-width: 1px;
	font-size: 1em;
	color: 		rgb(230,130,0);
	background-color: rgb(230, 230, 230);
}

div.logos {
	margin-top:		200pt;
	vertical-align:		bottom;
}

img.personalimage {
	width:			100pt;
	/*height:			150pt;*/
	vertical-align:		top;
}

img.personalimage-eva {
	width:			90pt;
	/*height:			150pt;*/
	vertical-align:		top;
	padding-left:		15pt;
	padding-right:		15pt;
}

div.titlemain {
	text-align:		center;
	vertical-align:		top;
}

div.motto {
	width:			70%;
/*	margin-left:		15%;
	margin-right:		15%;*/
	margin-top:		20pt;
	margin-bottom:		25pt;
	text-align:		center;
	font-family:		sans-serif;
	font-size:		0.95em;
	color:			rgb(160,160,160);
}

img.titlelogo {
	margin-top:		30pt;
	margin-bottom:		10pt;
}

p.align-center {
	text-align:		center;
}

table.submenuitem-table a {
	font-size:		0.75em;
	font-style:		italic;
	color:			rgb(180,80,80);
}

table.submenuitem-table td {
	vertical-align:		middle;
}

div.submenuitem-selected {
	/*font-size:		0.8em;*/
	font-size:		inherit;
}

div.maillink {
	margin-top:		10pt;
}

div.maillink a {
	font-weight:		bold;
	color:			rgb(150,150,150);
}

div.maillink a:hover {
	color:			rgb(255,151,0);
}

hr {
	border-color:		rgb(230,230,230);
	width:			50%;
	height:			1px;
}

div.tx-rgsmoothgallery-pi1 {
	margin-bottom:		30px;
}

img.wordle-cloud {
	width:			100%;
}

span.invisible {
	/*color: white;*/
	font-size: 0pt;
}

