@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Montserrat'); */

body, div, p, li, a, h1, h2, input, textarea, span, td, th {
/*	font-family: 'Montserrat',Arial; */
	font-family: lato, sans-serif;
/*	color: #746a62; */
	color: #333333;
}

p, strong {
	font-size: 16px;
	line-height: 20px;
}
h3{
	font-size: 20px;
}
table {
	border: 0; margin: 0; 
    border-collapse: collapse;
}
th{
	background-color: #ededed;
}
tr, td, th {
	border: 0;
}

td, th {
/*!	vertical-align: top;
	padding-bottom:5px;
	padding-top: 10px; */
	height: 24px;
}

td.line{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 7px;
	font-size: 14px;
}
a
{
    text-decoration: none;
    color: #333333;
}

a:hover {
	text-decoration: underline;
	/*color: #20397c;  alter Wert   */
	color: #3aaa35;					/* #004f97 Blau wäre 0,79,159 */
						/*  #3aaa35   GS-Grün wäre rgb 58,170,53  */
}
td p, td strong, th p{
	position: relative;
	margin: 8px;
}
td a:before{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0px;
	left: 0;
	content: '';
}
td a{
	padding-left: 35px;
}
/*
	---- ENCLOSED ----
*/

body {
/*	background-color: #f5f5f5; */
	margin: 3px;
}

td a.folder:before{
	background: url(images/ordner-icon.svg) no-repeat 0% 0%;

}
td a.folder_up:before{
	background: url(images/arrow-icon.svg) no-repeat 0% 0%;

}
td a.file_pdf:before{
	background: url(images/pdf-icon.svg) no-repeat 0% 0%;

}
td a.file_zip:before{
	background: url(images/zip-icon.svg) no-repeat 0% 0%;

}
td a.file_doc:before{
	background: url(images/doc-icon.svg) no-repeat 0% 0%;

}
td a.file_xls:before{
	background: url(images/xls-icon.svg) no-repeat 0% 0%;

}
td a.file_ppt:before{
	background: url(images/ppt-icon.svg) no-repeat 0% 0%;

}
td a.file_mov:before{
	background: url(images/video-icon.svg) no-repeat 0% 0%;

}
td a.file_else:before{
	background: url(images/file-icon.svg) no-repeat 0% 0%;

}
td a.folder{
	
	width: 100%;
}