/*
 * Datenhangar CSS file
 * 
 * Easy to hack ;)
 * 
*/

@font-face {
	font-family: PT_Serif;
	src: url(fonts/PT_Serif-Web-Regular.ttf);
}

body {
	background-color: #635B53;
       	font-family: PT_Serif;
}

img { border: none; }

a { text-decoration: none; }

b { color: #F0F0F0; }

p {
	font-size:small;
	text-align: center;
	color: #E8E8E8;
}

#headertext {
	background-color: #DEDEDE;
	color: #404040;
	width: 550px;
}

#dirs {
        background-color: #DEDEDE;
        color: #404040;
        width: 550px;
}

#dirs a {
	text-decoration: none;
	color: #404040;
}

#diskspace {
        background-color: #DEDEDE;
        color: #404040;
        width: 550px;
}

#dirup {
	background-color: #DEDEDE;
	width: 550px;
	text-align: left;
}

#dirup a {
	text-decoration: none;
	color: #104E8B;
}

#content1 {
	background-color: #DEDEDE;
	width: 550px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content1 a {
	text-decoration: none;
	color: #404040;              
}

#content1:hover { background-color: #D6D6D6; }

#content2 {
	background-color: #E8E8E8;
	width: 550px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content2 a {
	text-decoration: none;
	color: #404040;               
}

#content2:hover { background-color: #F0F0F0; }

#kilobyte {
	float: right;
	font-style: italic;
	text-align: right;
}
