html, body {
	height: 100%;
}
#login {
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 100;
}
#login:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.centerme {
	display: inline-block;
	vertical-align: middle;

}
#content {
	width: 300px;
	height: 300px;
	
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	
}
#content:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index: -1;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: url('../img/background-brushed.jpg') center center ;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#messages {
	color: red;
	text-shadow: 2px 2px 2px brown;
	
}
.link a,.link a:hover, .link a:visited {
	color: #000;
	text-shadow: 1px 1px 2px #fff;
}

#disclaimer {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 99999;
}
#disclaimer ul {
	list-style-type: none;
}
#disclaimer ul li {
	list-style-type: none;
	float:left;
	margin: 5px 5px 5px 25px;
}
#logo {
	display: inline-block;
	background: url('/templates/images/fl-archiv-zentralbibliothek.png') #fff center center no-repeat;
	width: 170px;
	height: 100px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top: 3em;
	margin-bottom: 2em;
}
.ui-hide-label label {
	display: none;
}


.image-input-field input {
	
	position: absolute;
	left: -999px;
}



.app-file {
	text-wrap:unrestricted; 
	margin:10px;
	width: 100px; 
	height:70px;  
	float: left;  
	text-align: center;
	overflow: hidden;
}

.app-file .app-file-icon {
	width:50px;
	height:50px;
	display:inline-block;
	overflow:hidden;

}
.app-file .app-file-text {
		
		
	
}
.app-file.x-item-selected .app-file-icon, .app-file.x-item-selected .app-file-text {
	background-color: #DDD;
	
}


table.catpreview {
	width: 90%;
	margin: 1em;
}
table.catpreview td {
	border: 1px solid black;
	margin: 10px;
	padding: 10px;
}

#image-preview-container {
	
	width: 100px;
	height: 100px;
	overflow:hidden;
	display: block;
	vertical-align: middle;
	text-align: center;	
	
}

#logo.spin {
    margin-top: 98px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.grid-row-bold td {
    font-weight: bold !important;
}


.jahrestagb, .jahrestaga {
    background-color: #DDD;
    padding: 1em;

}