* {
	line-height: 1.2em;
}
body,html,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,
form,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	color: #808080;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #549ecc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#ajax_loading {
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -475px;
}


/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 1em 0 0 0;
}
ul.pictures li {
	margin: 0;
	float: left;
	/*width: 33%;*/
	margin-left: 1px;
	text-align: center;
}
ul.pictures .content_thumb {
	width: 225px;
	height: 160px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
ul.pictures li.first_in_line {
	margin-left: 0px;
}
ul.pictures li.last_in_line {
}
ul.pictures li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 2em;
}
ul.pictures li a {
	cursor: pointer;
	display: block;
}
ul.pictures li a img {
	padding: 10px;
	border: 1px solid #eaeaea;
}
ul.pictures li a.title {
	font-size: 1.1em;
}

/* files */
ul.files {
	list-style-type: none;
	margin: 0;
}
ul.files li {
	margin: 0;
	float: left;
	width: 49%;
}
ul.files li.first_in_line {
	clear: both;
}
ul.files li.last_in_line {
	float: right;
}
ul.files li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 0.5em;
}
ul.files li a {
	display: block;
	font-size: 1.2em;
	cursor: pointer;
	background: no-repeat center left;
	padding: 20px 0 20px 60px;
}



.header_picture {
	text-align: center;
	margin-bottom: 1em;
}