/* 
CSS style definitions for
http://www.helvetisches-goldmuseum.ch

$Id: style.css 237 2007-08-18 00:16:33Z shaped $
Christof Luethi, http://www.shaped.ch

Validator: W3C CSS Validator
Template media: screen
*/


/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */



/************************* BODY STYLE *************************/
body {
	background-color:#333333;
	color:#FFFFFF;
	font: 72.5% 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
	font-family:'Bitstream Vera Sans', Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size:0.8em !important;
	margin:0 0 0 0;
	padding:0;
}


/************************* SITE LAYOUT *************************/
#contentLayer {
   	position: absolute;
   	left: 100%;
   	top: 50%;
   	text-align:left;
   	width: 95%;
   	height: 500px;
	margin-top: 0; 
   	margin-left: -95%;
   	margin-top: -253px;
	padding:0; 
}

#contentBox {
	width:auto;
   	height:500px;
 	background-color:#545454 !important;
   	border-bottom:2px solid;
	border-left:2px solid;
   	border-top:2px solid;
}

#contentBox.bgImage {
	background-image: url(/resource/img/gw.gif);
   	background-repeat: no-repeat;
   	background-position: left;
}

#imageBox {
	float:left;
	height:500px;
	width:200px;
	margin:0 60px 0 0;
}

#textBox {
	height:460px;	/** contentLayer height - textpadding */
	width:auto;
	overflow:hidden;
	margin-left:20px;
}

#bottom_nav {
	float: right;
	margin:0 10px 0 0;
	padding: 0;
}

#top_nav {
	float: right;
	margin:0 10px 0 0;
	padding: 0;
}

#contentLayer #museum {
	position:absolute;
	top:30px;
	margin: 0 0 30px 0;
	font-size: 2.2em;	
	font-weight: bold;
}

#contentLayer  #newsBlock {
	position:absolute;
	top:100px;
}

#contentLayer #bottomBlock {
	position:absolute;
	bottom:50px;
	margin: 30px 0 0 50px;
	font-size: 1.7em;
	font-weight: bold;
}

/************************* MENU STYLES *************************/
ul.menu {
	margin: 0 0 20px;
	padding: 0;
	bottom: 0;
	width: auto;
}

ul.menu, ul.menu li a {
	padding: 17px 0 8px;
}

ul.menu li {
	display: inline;
	margin-right: 10px;
	padding:17px 0 6px 2px;
}

ul.menu li a {
	text-transform:uppercase;
	font-family:'Arial Narrow', Arial, 'Futura', 'Bitstream Vera Sans', Verdana, Sans-Serif !important;
	font-size:0.9em;
	padding:0 15px 0 15px;
	margin: 0;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.separator {
	margin-left:12px;
}

/************************* MISC STYLES *************************/
.textRight {
	text-align:right;
}

.stdPadding {
	padding:3px 3px 3px 3px;
}

.textPadding {
	padding:20px 25px 20px 0px;
}

.clear {
	clear: both;
}

.infobox { 
	vertical-align: top; 
	margin: 0 0 10px 0; 
	padding: 0 0 5px 0; 
	border-bottom: 1px dotted #8D97A1; 
	clear: both; 
}

.smallInfobox { 
	vertical-align: top; 
	width:600px;
	margin: 0 0 15px 50px; 
	clear: both; 
} 

.small { 
	font-size:0.8em;
	color:#CACACA;
} 

/* tr img { display: block !important; } */
td img { display: block !important; }

/* CSS3 - open Links in new Tabs */
/* a.newTab {
	target-new:tab !important;
} */

/************************* HEADING STYLES *************************/
h1 {
	font-size:1.3em;
	font-weight:bold;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:0.9em;
	font-style:italic;
}
