.files{
	clear			: both;
}
.files h1{
	clear			: both;
	font-size		: 16px;
}
.files ul{
	clear			: both;
	border			: 0;
	list-style-type	: none;
	margin			: -20px 0 0 0;
}
.files ul li{
	float			: left;
	clear			: both;
	text-align		: left;
	padding			: 3px 0 3px 25px;
	
}

div#hider div.cell {
	float			: left;
	border			: 2px dotted #aaa;
	margin			: -1px;
	width			: 240px;
	height			: 255px;
	text-align		: center;
}
div#hider div.one_cell {
	float			: left;
	margin			: -1px;
	width			: 240px;
	height			: 255px;
	text-align		: center;
}
div#hider div.first_cell {
	float			: left;
	border-top		: 2px dotted #aaa;
	border-right		: 2px dotted #aaa;
	border-left		: 2px dotted #aaa;
	margin			: -1px;
	width			: 240px;
	height			: 255px;
	text-align		: center;
}
div#hider div.second_cell {
	float			: left;
	border-top		: 2px dotted #aaa;
	border-left		: 2px dotted #aaa;
	margin			: -1px;
	width			: 240px;
	height			: 255px;
	text-align		: center;
}
div#hider div.cell h5, div.one_cell h5, div.first_cell h5, div.second_cell h5, div.cell_detale h5 {
	margin					: 8px 3px 0 3px;
	color					: #aaa;
	line-break				: strict;
	font-weight				: normal;
	height					: 45px;
	width					: 225px;
	text-align				: center;
	overflow				: hidden;
	font-size				: 11px;
}



.files ul li.pdf {
	background		: url('../../img/icons/pdf.gif');
	background-repeat	: no-repeat;
	background-position	: left center;
}
.files ul li.archive {
	background		: url('../../img/icons/archive.gif');
	background-repeat	: no-repeat;
	background-position	: left center;
}
.files ul li a{
	text-decoration	: none;
	font-size		: 13px;
}

.contactData{
	float:left;
	clear: none;
	font-size: 13px;
	line-height: 180%;
	margin-top: -25px;
}
div.contact {
	position		: absolute;
	right:0;
	top:70px;
	width			: 349px;
	margin			: -35px 80px 30px 0;
	text-align		: right;
}
div.contact h5{
	margin-bottom		: 15px;
	text-align		: left;
	font-size		: 13px;
	font-weight		: bold;
}

div.contact input{
	border			: 1px solid #aaa;
}
div.contact div{
	margin-bottom		: 3px;
}
div.contact textarea{
	width			: 349px;
	border			: 1px solid #aaa;
}
div.contact textarea#kontaktAdress{
	height			: 50px;
}
div.contact textarea#kontaktContents{
	height			: 130px;
}


