/*** Common Layout ******************/

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	background:url('images/site/pattern.gif') repeat fixed 0 0;
	margin:0;
	padding:0;
}

#container {
	width:770px;
	margin:0 auto;
	padding:0;
}

#head, #content, #foot {
	margin:2px 0;
	padding:1em;

}

#head {
	background-color:#9F9A8B;
	background-image: url('images/header/fass.jpg');	
	color:#fff;
	padding:1.5em 0 0.5em 0;
}

#content {
	background:transparent url('images/site/bg_white.png') repeat scroll 0 0;
	color:#333;
	padding:2em;
	font-size: 0.8em;
}

#foot {
	background-color:#9F9A8B;	
	color:#333;
	clear:both;
	padding:1em 0;	
}

#copyright {
	text-align:center;
	padding:1em;
	color:#333;
	font-size:0.7em;
}

#accessibility {
  position: absolute;
  top: -10000px;
}


/********* Head ******************/

#site-name, #site-slogan, #sites {
	background-color:#CDCBBA;
	text-align: center;
	width: 100%;
	opacity:0.7;
	color:#333;
	padding:0;
	margin:0;
}

#site-name a {
	text-decoration: none;	
	color: #333;
}

#site-name a:hover {
	text-decoration: underline;	
}

#site-slogan {
	padding:.3em 0;
}

#sites ul {
	padding:.3em 0;
	margin:2.5em 0 0.5em 0;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

ul#buttons li, #sites ul li { display: inline; }

#sites ul li a {
	text-decoration: none;
	color: #333;
	padding: .2em 1em;
}

#sites ul li.active a, #sites ul li a:hover {
	background-color:#fff;
	color: #000;
}

ul#buttons {
	list-style-type: none;
	text-align:right;
	padding:.2em .7em;
	margin:0;
}

ul#buttons li a {
	text-decoration: none;
	padding:0 .2em;
}

ul#links {
	color:#fff;
	text-decoration:none;
}

/*** Content **************/
#content ul {
	line-height:180%;
	list-style-type: square;
}

#content h2, #content h3 {
	border-bottom: 1px dotted #444;
}

#content h2 a, #content h3 a {
	text-decoration:none;
	color:#333;
}

#content p {
	font-size:1.1em;
	line-height:150%;
}



/*** footer *************/
#foot .col1 {
	float: left;
	width: 320px;
	margin:0 20px;
}

#foot .col2 {
	float: left;
	width: 320px;
	margin:0 20px;
}

#foot ul {
	list-style-type: square;
	margin-top:5px;
	color: #333;
}

#foot li {
	font-size:9pt;
	padding-left:10px;
	margin-bottom:5px;
	line-height: 17px; /* Required for cross-browser consistency; */
}

#foot a {
	text-decoration: underline;
	color: #333;
}

#foot a:hover {
	text-decoration:underline;
	color: #000;
}

#foot h3 {
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px dotted #444;
	margin:0 0 2pt 0;
	padding:0 0 2px 0;
}

#foot #search {
	padding:1px;
	width:180px;
}

#foot #krimskrams {
	margin-top:1em;
	text-align:center;
}

#foot #krimskrams img {
	background-color:#fff;
	padding:5px;
	border:1px solid #333;
}



/*** Code *****************/
code {
	font-weight:normal;
	font: 120%/160% "Courier New", courier, monospace;
	background-color: #FFFFCC;
	border:1px dotted #999;
	background-color: #FFFFCC;
	display:block;
	margin:0;
	padding:10px;
}

/*** Common *****************/
.cleared {
	clear:both;
	margin:0;
	padding:0;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration:none;
	color: #000;
}


