﻿input[type=text]::-ms-clear, ::-ms-reveal {
    display: none;
}

input[type=email]::-ms-clear, ::-ms-reveal {
    display: none;
}

input[type=password]::-ms-clear, ::-ms-reveal {
    display: none;
}



body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.menubutton {
	height: 100%;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	color: #EEEEEE
}

.viewer_menubutton {
	height: 100%;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	width: 100px;
	background-color: transparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	color: #EEEEEE
}


.snbutton {
	height: 100%;
	background-color: transparent;
	cursor: pointer;
	color: #444444;
	width: 250px;
}

.snbutton_dis {
	height: 100%;
	background-color: transparent;
	cursor: default;
	color: #444444;
	width: 250px;
	opacity: 0.5;
}


.menuentry {
	height: 70px;
	background-color: #FFFFFF;
	border: 1px #DFDFDF solid;
	box-shadow: 0px 2px 5px -1px #EBEBEB;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	*background-image: url(../../images/green_edge_tl.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}


.menuentry-special {
	height: 70px;
	background-color: #FFFFFF;
	border: 1px #DFDFDF solid;
	box-shadow: 0px 2px 5px -1px #EBEBEB;
	*border-bottom: 2px #AAAAAA solid;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background-image: url(../../images/green_edge_tl.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}

.menuentry-dis {
	height: 70px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	*border-bottom: 2px #AAAAAA solid;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	cursor: default;
	background-image: url(../../images/green_edge_tl.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	margin-right: 20px;
}

.title1 {
	font-size: 12pt;
	font-weight: bold;
}

.maintitle1 {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #63723B;
}

.subtitle1 {
	font-size: 10pt;
}

.content {
	padding-left: 20px;
}

.button1 {
	height: 25px;
	line-height: 25px;
	width: 100px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-bottom: 2px #AAAAAA solid;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}

.reader-menu {
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 30px;
	border-top: 2px #2B2B2B solid;
	border-bottom: 1px #AAAAAA solid;
	*box-shadow: 0 20px 12px -20px #000000;
	z-index: 99999999;
}

.reader-menuitem {
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #666666;
}

.reader-menuitem-red {
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #666666;
}


.reader-menuitem img {
	vertical-align: middle;
	opacity: 0.8;
	margin-right: 8px;
	margin-top: -2px;
}

.reader-preview-msg {
	width: 100%;
	height: auto;
	background-color: #FFEEDB;
	color: #896043;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px #DBB995 solid;
	margin-top: 30px;
}

.reader-preview-msg td {
	padding: 10px;
}
.text-highlight{
	background-color: yellow;
}
.text-highlight-selected{
	background-color: #FF9933;
}


.imagestackbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	bottom: 0px;
	text-align: left;
	vertical-align: top;
	width: 0px;
	background-size: 100%;
	*background-image: url(../../images/imagestack_bar.png);
	background-repeat: no-repeat;
}

.imagestackbar img {

}

.imagestack {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 130px;
	left: 0px;
	background-color: #4B4B4B;
	overflow-y: auto;
	overflow-x: hidden;
}

.imagestack2 {
	position: fixed;
	bottom: -105px;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	height: 135px;
	background-color: rgba(0,0,0,0.7);
	overflow-y: hidden;
	overflow-x: auto;
}

.imagestack-item {
	width: 100px;
	height: 100px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}

.imagestack-item img {
	max-width: 200px;
	max-height: 200px;
	padding: 2px;
	border: 1px solid black;
	background-color: #FFFFFF;
}

.viewer
{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	background-color: #000000;
	*height: 100%;   
	*background-color: rgba(0, 0, 0, 0.9);
	*box-shadow: inset 0px 0px 500px 10px #000000;
	*border-top: 1px solid #FFFFFF;
	*background-image: url(images/bg_75.png);    	
	*background-color: rgb(0, 0, 0);
}

.viewer-menu {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.25);
	padding-left: 10px;
	*padding-right: 10px;
}

.viewer img{
	cursor: move;
	*margin-bottom: 30px;
	*margin-top: 30px;
}


.iviewer_drag_cursor {
	cursor: move;
}

.player
{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	background-color: #000000;
	*height: 100%;   
	*background-color: rgba(0, 0, 0, 0.9);
	*box-shadow: inset 0px 0px 500px 10px #000000;
	*border-top: 1px solid #FFFFFF;
	*background-image: url(images/bg_75.png);    	
	*background-color: rgb(0, 0, 0);
}




.main-wrapper {
	padding: 8px;
}

.avatar {
	padding: 5px;
	width: 150px;
	border: 1px #9E9E9E solid;
	background-color: #FFFFFF;
}

.member_details_topic {
	width: 170px;
	text-align: left;
	vertical-align: top;
}

.member_details_topic_admin {
	width: 170px;
	text-align: left;
	vertical-align: top;
}


.member_details_topic div {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px #777777 solid;
	text-align: right;
	color: #555555;
}

.member_details_topic_admin div {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px #777777 solid;
	text-align: right;
	color: #555555;
}


.member_details_topic div input {
	width: 100%;
	height: 18px;
	font-weight: bold;
	font-size: 11pt;
	border: 0px;
	text-align: right;
	margin-top: -2px;
	color: #555555;
}


.member_details_content {
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #555555;
	line-height: 18px;
}

.member_details_content_admin {
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #555555;
	line-height: 18px;
}


.member_details_content textarea {
	width: 100%;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
	border: 0px;
}


.member_details_contact td {
	vertical-align: top;
	padding-bottom: 15px;
	color: #555555;
	line-height: 18px;
}

.tab {
	width: 147px;
	border-bottom: 1px #B4B4B4 solid;
	border-top: 1px #B4B4B4 solid;
	border-left: 0px #B4B4B4 solid;
	border-right: 0px #B4B4B4 solid;
	text-align: center;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
}

.snpictures_image {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 5px;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 10px;
	max-width: 112px;
	max-height: 90px;
	vertical-align: middle;
}

.snpictures_image_add {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 5px;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 10px;
	max-width: 112px;
	max-height: 90px;
	vertical-align: top;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.text-sncontents-blue {
	color: #000080;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.text-sncontents-blue-small {
	color: #000080;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}


.text-sncontents-red {
	color: #800000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.text-sncontents-red-small {
	color: #800000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	width: 985px;
}


.text-sncontents-title {
	color: #000000;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.text-sncontents-normal {
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}

.ac_results {
	padding: 0px;
	border: 1px solid #000000;
	overflow-y: auto;
	overflow-x: hidden;
    background-color: #FFFFFF;
    max-height: 150px;
    box-shadow: 0px 2px 5px -1px #EBEBEB;
	border: 1px #DFDFDF solid;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	padding-right: 18px;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;  
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;  
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

.ac_loading {
	background : #AFD2FD url('images/loading3.gif') right center no-repeat;
}

.ac_over {
	background-color: #EEEEEE;
	color: black;
}

.ac_inputtext {
	width: 95%;
	border: 0px solid black;
	*border: 0px;
	*border-bottom: 1px #000000 dotted;
	outline: transparent
}

.ubutton {
	background-color: #FFFFFF;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px #DFDFDF solid;
	display: inline-block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	*font-weight: bold;
	font-size: 10pt;
	*letter-spacing: 1px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

.detail_wrapper {
	width:985px;
	height:auto;
	overflow: hidden;
	padding: 10px;
	border: 1px #DFDFDF solid;
	box-shadow: 0px 2px 5px -1px #EBEBEB;
	padding-bottom: 20px
}

.detail_title {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 1px;
}

.detail_subtitle {
	height: 22px;
	line-height: 22px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
	*background-color: #EDEDED;
}

.detail_subarea {
	margin-left: 25px;
	width: 100%;
}

.details_table tr {
	height: 20px;
}

.details_table td {
	white-space: nowrap;
}

a.link-normal {cursor: pointer;	text-decoration: none}
a.link-normal:link {text-decoration: none}
a.link-normal:visited {text-decoration: none}
a.link-normal:focus {text-decoration: underline}
a.link-normal:hover {text-decoration: underline;}
a.link-normal:active {text-decoration: underline}

a.link-green {cursor: pointer; color:#638023; text-decoration: none}
a.link-green:link {color:#638023; text-decoration: none}
a.link-green:visited {color:#638023; text-decoration: none}
a.link-green:focus {color:#638023; text-decoration: underline}
a.link-green:hover {color:#638023; text-decoration: underline}
a.link-green:active {color:#638023;	text-decoration: underline}

a.link-black-green {cursor: pointer; color:#000000; text-decoration: none}
a.link-black-green:link {color:#000000; text-decoration: none}
a.link-black-green:visited {color:#000000; text-decoration: none}
a.link-black-green:focus {color:#638023; text-decoration: none}
a.link-black-green:hover {color:#638023; text-decoration: none}
a.link-black-green:active {color:#638023;	text-decoration: none}

/* Reader-Links */
a.reader-link-green {cursor: pointer;color: green;text-decoration: none}
a.reader-link-green:link {text-decoration: none}	
a.reader-link-green:visited {text-decoration: none}	
a.reader-link-green:focus {text-decoration: underline}
a.reader-link-green:hover {text-decoration: underline}	
a.reader-link-green:active {text-decoration: underline}
	
a.reader-link-red {cursor: pointer;color: red;text-decoration: none}
a.reader-link-red:link {text-decoration: none}
a.reader-link-red:visited {text-decoration: none}
a.reader-link-red:focus {text-decoration: underline}
a.reader-link-red:hover {text-decoration: underline;}
a.reader-link-red:active {text-decoration: underline}

a.reader-link-pink {cursor: pointer;color: fuchsia;text-decoration: none}
a.reader-link-pink:link {text-decoration: none}
a.reader-link-pink:visited {text-decoration: none}
a.reader-link-pink:focus {text-decoration: underline}
a.reader-link-pink:hover {text-decoration: underline}
a.reader-link-pink:active {text-decoration: underline}

a.reader-link-black {cursor: pointer;color: black;text-decoration: none}
a.reader-link-black:link {text-decoration: none}
a.reader-link-black:visited {text-decoration: none}
a.reader-link-black:focus {text-decoration: underline}
a.reader-link-black:hover {text-decoration: underline}
a.reader-link-black:active {text-decoration: underline}

/* a.reader-link-literatur {cursor: pointer;color: black;text-decoration: none}
a.reader-link-literatur:link {text-decoration: none}
a.reader-link-literatur:visited {text-decoration: none}
a.reader-link-literatur:focus {text-decoration: underline}
a.reader-link-literatur:hover {text-decoration: underline}
a.reader-link-literatur:active {text-decoration: underline} */

*/

a.reader-link-literatur  {cursor: pointer; color:#000000; text-decoration: none}
a.reader-link-literatur:link {color:#000000; text-decoration: none}
a.reader-link-literatur:visited {color:#000000; text-decoration: none}
a.reader-link-literatur:focus {color:#638023; text-decoration: none}
a.reader-link-literatur:hover {color:#638023; text-decoration: none}
a.reader-link-literatur:active {color:#638023;	text-decoration: none}

/* Reader-Links-Preview */
a.reader-link-green-preview {cursor: text;color: green;text-decoration: none}
a.reader-link-green-preview:link {text-decoration: none}	
a.reader-link-green-preview:visited {text-decoration: none}	
a.reader-link-green-preview:focus {text-decoration: none}
a.reader-link-green-preview:hover {text-decoration: none}	
a.reader-link-green-preview:active {text-decoration: none}
	
a.reader-link-red-preview {cursor: text;color: red;text-decoration: none}
a.reader-link-red-preview:link {text-decoration: none}
a.reader-link-red-preview:visited {text-decoration: none}
a.reader-link-red-preview:focus {text-decoration: none}
a.reader-link-red-preview:hover {text-decoration: none;}
a.reader-link-red-preview:active {text-decoration: none}

a.reader-link-pink-preview {cursor: text;color: fuchsia;text-decoration: none}
a.reader-link-pink-preview:link {text-decoration: none}
a.reader-link-pink-preview:visited {text-decoration: none}
a.reader-link-pink-preview:focus {text-decoration: none}
a.reader-link-pink-preview:hover {text-decoration: none}
a.reader-link-pink-preview:active {text-decoration: none}

a.reader-link-black-preview {cursor: text;color: black;text-decoration: none}
a.reader-link-black-preview:link {text-decoration: none}
a.reader-link-black-preview:visited {text-decoration: none}
a.reader-link-black-preview:focus {text-decoration: none}
a.reader-link-black-preview:hover {text-decoration: none}
a.reader-link-black-preview:active {text-decoration: none}

a.reader-link-literatur-preview {cursor: text;color: black;text-decoration: none}
a.reader-link-literatur-preview:link {text-decoration: none}
a.reader-link-literatur-preview:visited {text-decoration: none}
a.reader-link-literatur-preview:focus {text-decoration: none}
a.reader-link-literatur-preview:hover {text-decoration: none}
a.reader-link-literatur-preview:active {text-decoration: none}

#titlebarpics {
	*position:relative;
}
#titlebarpics img {
	position:absolute;
	z-index:1;
	height: 100%;
	width: auto;
}
#titlebarpics img.active {
	z-index:3;
	height: 100%;
	width: auto;

}

@media print {
	.pagebreak {
		page-break-after: always;
		visibility: hidden;
		*display: none;
	}
	
	#MainFrame {
		display: none;
	}
	
	.reader-menu {
		display: none;	
		visibility: hidden;
	}
	
	.maintitle1 {
		display: none;
		visibility: hidden
	}
	
	body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;	
	}
	
	.main-wrapper {
		margin: 0px;
		padding: 0px;
	}
	
	.headerdiv {
		background: #85897B !important;
	}
}