/*niccontainer*/

div.niccontainer {
	background-color:#FFFFFF;
	border:1px solid #CED1D5;
	color:black;
	padding:5px;
}


/*general*/
.absolute { position: absolute; }

.appFont {
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	white-space: nowrap;  
	
}


.wrap {
	border: 1px solid #D1D1D1 ; 
	position: absolute;
	background-color:#F2F3F4;
	color: #858585;
	z-index: 5;
	
	
	min-width: 150px;
	 	
}

.innerContainer {
	left: 0px; 
	right:0px; 
	top: 0px; 
	bottom: 0px;
	
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

/* APP STUFF */

.innerWrap {
	position:relative;
	overflow: hidden; 	
	top:18px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	border-top:0px;
	border-left:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
	margin-left:-1px;
	margin-right:-1px;
}


.contentPadding {
	left: 0px; 
	top: 0px;
	right: 0px;
	bottom: 0px;
	
	width:100%;
	height:100%;
}

/* window specific */
.handle {
	overflow: hidden; 
	background-color: #F2F3F4;
	color: #000000; 
	height: 18px; 
	left: 0px; 
	right: 0px; 
	top: 0px;
	cursor: move;
	
	width:100%;
}

.handlePrint {
	position:absolute;
	left:0px;
	background:transparent url(img/drucken_popup.gif) no-repeat scroll 3px 1px;
	cursor: pointer;
	top: 2px; 
	padding-left:18px;
	margin-right: 2px;
	font-size:11px;
	font-weight:normal;
	color: #D67B62;
}

.handleTitle {
	
	white-space: nowrap; 
	cursor: default; 
	-moz-user-select: none; 
	right: 20px; 
	top: 2px; 
	margin-right: 2px;
	cursor: move;
	font-size:11px;
	font-weight:normal;
	color: #D67B62;
}

.handleTitle:hover {
	cursor:pointer;
}

.resizeHandle {
	width: 16px;
	height: 18px;
	bottom: 1px;
	right: 1px;
	cursor:se-resize;

}


.smallResize {
	background-color: transparent;
}

.northResize {
	cursor:n-resize;
	height: 4px;
	width: 100%;
	top: -4px;
	left: -4px;
	right: -4px;
}

.southResize {
	cursor:s-resize;
	height: 4px;
	width: 100%;
	bottom: -4px;
	left: -4px;
	right: -4px;
}

.eastResize {
	cursor:e-resize;
	width: 4px;
	height: 100%;
	bottom: -4px;
	top: -4px;
	right: -4px;
}

.westResize {
	cursor:w-resize;
	width: 4px;
	height: 100%;
	bottom: -4px;
	top: -4px;
	left: -4px;
}

/* mini buttons */
.miniButton {
	border: 0px; 
	cursor: default; 
}

.miniButton:hover {
	cursor: pointer;
}

.miniButtonImg {
	position: absolute; 
	right: 2px; 
	top: 3px;
}

.closer { right: 2px; }

.popup_iframe {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	
}

.glossar_content {
	background-color:#FFFFFF;
	padding:10px 15px;
	text-align:left;
	overflow:auto;
	text-align:left;
}

.glossar_mehr {
	text-align:left;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}

.glossar_mehr a {
	background:transparent url(../../fileadmin/templates/na/img/mehr.png) no-repeat scroll left 3px;
	color:#D67A61;
	display:block;
	font-weight:normal;
	padding-left:18px;
	text-decoration:none;
	font-size:11px;
}
.glossary-popup-title {
	font-weight:bold;
	padding: 5px 0;
}
.glossary-popup-more{
	float:left;
	padding:5px 0 !important;
}
.glossary-popup-link{
	float:right;
	padding:5px 0 !important;
}

.bildarchiv_beschreibung {
	clear:both;
}

.bildarchiv_img_container {
	padding-top:10px;
}
.bildarchiv_img_container h1 {
	margin:4px;
}
.bildarchiv_img_container img {
	border:1px solid #D1D1D1;
}

.bildarchiv_img {
}

.download_links {
	text-align:left;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}

.download_links a {
	background:transparent url(../../fileadmin/templates/na/img/download-link.png) no-repeat scroll left 3px;
	color:#D67A61;
	display:block;
	font-weight:normal;
	padding-left:18px;
	text-decoration:none;
	font-size:11px;
}

.popup-desc1 {
	float:left;
	clear:both;
	width:45%;
	text-align:left;
	padding-left:7px;
	padding-top:5px;
	font-size:0.9em;
}

.popup-desc2 {
	margin-left:53%;
	margin-top:0px;
	padding:2px 4px;
	font-size:0.9em;
	text-align:left;
	line-height:20px;
}

.popup-desc2 h2{
	color:#333333;
	margin:0px;
	font-size:1.0em;
	font-weight:bold;
}

.popup-desc2 a {
	float:left;
	color:#D67A61;
	background:transparent url(img/down.gif) no-repeat scroll left 5px;
	padding-left:15px;
	text-decoration:none;
}
.popup-desc2 a:hover {
	color:#963C21;
}
