/* Basics */
	body {
		font: normal 13px Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	}
	.clear {
		clear: both;
	}
	
	.hidden {
		 display: none;
		 visibility: hidden; 
	}

	.border {
		border: .1em solid #fff;
	}
	.alignright {
		text-align: right;
	}
	.display-none {
		display: none;
	}
	.to-right {
		float: right;
		margin: 0 0 5px 20px;
	}
	.to-left {
		float: left;
		margin: 0 20px 5px 0;
	}
/* << */


/* Format Grundeinstellungen */
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 14px;
	}
/* << */


/* Sontige Layout Einstellungen */
	hr {
		clear: both;
	}
	
	/* Bilder */
	img {
		border: 0;
	}
	
	ul, ol {
	}
	
	.destable {
		border-left: 1px solid #ccc;
	}
	
	.destable th, 
	.destable td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 0 5px;
	}
	
	.destable thead {
		
		background: #ccc;
	}
	.destable thead th {
		border-top: 1px solid #ccc;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.destable tbody th {
		background: #E6E6E6;
		height: auto;
		text-align: left;
	}
/* << */
