/* mannsberger.at page styles */


html {
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #0E263E;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}


/* global styles */

p, ul, ol, li, blockquote {
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #111111;
}

a, a:link, a:visited {
	color: #003481;
	text-decoration: underline;
}

a:active {
	color: #ff3333;
}

a.more, a.more:link, a.more:visited {
	text-decoration: none;
	font-weight: bold;
}

/* basic layout */


#scrollpane {
	vertical-align: top;
}

#head {
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	width: 792px;
	height: 131px;
	background-image: url(../images/head_bg.jpg);
	text-align: left;
}

#printlogo {
	display: none;
}

#pagelogo {
	position: absolute;
	left: 0px;
	top: 32px;
}

#pagelogo a {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e7e7e;
	text-decoration: none;
}

#mainnav {
	position: absolute;
	top: 109px;
	/*  left: 2px; */
	left: 0px;
}

a.mainnavitem, a.mainnavitem:link, a.mainnavitem:visited, a.mainnavitem_on, a.mainnavitem_on:link, a.mainnavitem_on:visited {
	margin: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.mainnavitem:active, a.mainnavitem_on:active {
	color: #ff3333;
}

#mainnav_pagetab {
	position: absolute;
	top: 104px;
	height: 27px;
	left: 0px;
	width: 100px;
	background: white;
	visibility: hidden;
}

#mainnav_hitab {
	position: absolute;
	top: 104px;
	height: 27px;
	left: 100px;
	width: 1px;
	background: #e6e7eb;
	visibility: hidden;
}

#footer {
	width: 792px;
	height: 34px;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	color: white;
	background-image:url(../images/footer_bg.jpg);
	position: fixed;
	border-top: 1px solid #5c6981;
}

#main {
	top: -1.2em;
	left: 0px;
	width: 792px;
	background: #e6e7eb;
	padding: 0px;
	text-align: left;
}


/* content headers & nav */

table.chapternav {
	background: #C1C5CE;
	border-left: 2px solid #B4B8C2;
	border-right: 4px solid #D5D8DE;
	border-bottom: 4px solid #D5D8DE;
}

.chapternavitem_lo, .chapternavitem_hi, .chapternavitem_on {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E4457;
	vertical-align: middle;
	padding-left: 24px;
}

a.chapternavlink, a.chapternavlink:visited, a.chapternavlink:active {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E4457;
	text-decoration: none;
}

a.pagelink, a.pagelink:visited {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E4457;
	text-decoration: none;
}

a.pagelink:hover {
	color: #3E4457;
	text-decoration: underline;
}

a.pagelink:active {
	color: #ff3333;
	text-decoration: underline;
}

.chapternavitem_lo {
	background: #C1C5CE;
	cursor: pointer;
}

.chapternavitem_hi {
	background: #B4B8C2;
	cursor: pointer;
}

.chapternavitem_on {
	background: #D5D8DE;
}

table.chapterhead {
	margin-top: 18px;
	margin-left: 42px;
}
table.chapterhead td {
	padding: 0px;
}

table.pagehead {
	margin-top: 0px;
	margin-left: 42px;
}
table.pagehead td {
	padding: 0px;
}

h1 {
	font-family: arial,helvetica,san-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7e7e7e;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h2 {
	font-family: arial,helvetica,san-serif;
	font-size: 17px;
	font-weight: normal;
	color: #707070;
}


/* content items */

td.contentpane {
	padding-top: 18px;
	padding-left: 58px;
	padding-right: 58px;
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-align: left;
}

table.introbox {
	background: #dcead0;
	border: 1px dotted #8d9685;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.introbox td {
	background: #dcead0;
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #111111;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 14px;
	padding-bottom: 14px;
}

table.introbox td img.inlineimage {
	clear: both;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	border: 2px;
}

td.imageline img {
	margin-right: 14px;
	margin-bottom: 18px;
	border: 0px;
}

table.introbox2 {
	background: #e1e0d8;
	border: 1px dotted #8d9685;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.introbox2 td {
	background: #e1e0d8;
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #111111;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 14px;
	padding-bottom: 14px;
}

table.introbox2 td img.inlineimage {
	clear: both;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	border: 2px;
}

table.article {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

table.article td {
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #111111;
	padding-top: 20px;
	text-align: justify;
}

td.articlehead {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #a6a7aa;
}

.articlehead h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}

table.article td img.inlineimage {
	clear: right;
	float: right;
	margin-left: 18px;
	margin-bottom: 12px;
	border: 0px;
}

table.article td p {
	text-align: justify;
}

table.article td.infoitem {
	padding-top: 0px;
}

table.getinfo {
	clear: both;
	margin: 0px;
	margin-right: 2px;
}
a.getinfo {
	font-family: arial,helvetica,san-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #004b9f;
}
a.getinfo:hover {
	text-decoration: underline;
}

/* footer items */

.pagenav, a.pagenav, a.pagenav:visited {
	font-family: arial,helvetica,san-serif;
	font-size: 10px;
	color: #aeb9c3;
	text-decoration: none;
}
a.pagenav:hover {
	color: white;
}
a.pagenav:active {
	color: #ff3333;
}

a.pagenav img {
	padding-left: 4px;
	padding-right: 6px;
	border: none;
	vertical-align: bottom;
}

/* infomail */

#infomail {
	position: fixed;
	padding-top: 22px;
	padding-bottom: 34px;
	padding-left: 44px;
	padding-right: 44px;
	top: 0px;
	left: 0px;
	background: #f3efe9;
	border: 1px solid #b9beb8;
	z-index: 1;
	visibility: hidden;
}

#infomail {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.infomail_textbox {
	background: white;
	border: 1px solid #b9beb8;
	margin-left: 6px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 360px;
}

.infomail_button {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	color: #111111;
	background: #ece7e0;
	border-right-color: #e1dbd2;
	border-bottom-color: #e1dbd2;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

#infomail p, #infomail table td {
	font-family: arial,helvetica,san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #111111;
}
#infomail table td {
	padding-bottom: 3px;
}
#infomail table {
	margin-top: 4px;
}

