﻿/*
		Albertina eMuseum Print CSS, Version 1
		by pixelpoems
*/


/* Farben


*/


/*_______________________________________________________________________________*/
/* 1. BASIC-RESETS */
/*-------------------------------------------------------------------------------*/

html {
	background-color: #fff;
}



body {
	line-height: 1;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	margin: 1cm;
	
	
}

/*_______________________________________________________________________________*/
/* 2. STYLES */
/*-------------------------------------------------------------------------------*/




/*_______________________________________________________________________________*/
/* 3. LAYOUT */
/*-------------------------------------------------------------------------------*/


#meta-nav {
		display: none;
}

#header-container {
	background: none;	
	height: 225px;
	margin:0;
	padding: 0;
}



#header{
	margin:0;
	background: none;	
	text-align: left;

}



#seite {
	width: 95%;
	margin: 0;
	border-top: 12px solid #fff;
}


#inhalt {
	width: 100%;
	margin: 0 auto 2em auto;	
}

#haupt-spalte {
	width: 100%;
	float: none;
	
}

#haupt-spalte.breit {
	width: 100%;
	
}

#navi-spalte {
		display: none;



}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #AEA79D;
	margin: 0 auto 0 auto;
	
}




/*_______________________________________________________________________________*/
/* 4. FORMULARE */
/*-------------------------------------------------------------------------------*/





select, input {
	border: 1px solid #8B8577;
	background: #F1EEDF;
	font-family: Arial, Helvetica, sans-serif;
}


.radio {
	border: 0px;
	background: none;
	width: auto;
}


/* Navispalte */


#navi-spalte input {
	background: #6A5D4B;
	border: 1px solid #2F2921;
	color: #fff;
}

#suche-eingabe{
	width: 108px;
	margin: 0 4px;
}

#suche-form{
	padding: 6px 0;
}



.absenden, .info, .reset { 
	border: 0 !important;
	vertical-align: middle; 
	*vertical-align: text-bottom; 
}

/* Suchergbnisse */

#sortieren-form{
	float: left;
}

#ansicht-form{
	float: right;
}

#sortieren-form select, #ansicht-form select{
	font-size: 90%;
}



/* Detailsuche */

#detail-suche select, #detail-suche input {
	width: 120px;
}

#detail-suche select, #detail-suche input {
	margin: 0 8px 0 0;
}

#detail-suche label{
	width: 200px;
	display: block;
	float: left;
}


.form-box {
	float: right;
	width: 315px;
	margin: 0 0 1em 0;
}

.form-box input {
	padding: 0 !important;
	margin: 0 8px 0 0 !important;
	width: auto !important;
}

/* Kontaktformular */







