/* typography styles */
@import url(styles.typo.css);

/* colors scheme */
@import url(styles.colors.css);

/* form elements */
@import url(styles.forms.css);

/* main layout */
@import url(styles.layout.css);

/* tools */
@import url(styles.tools.css);

/* jQuery UI */
@import url(styles.ui.css);


/* GENERAL*/
* {
	margin: 0;
	padding: 0;
}

/* TEXT */

h3 {
	padding-bottom:3px;	
}
p {
	margin: 0 0 10px 0;
	padding:0;
}

blockquote {
	margin-left: 10px;
}

pre {
	display: block;
	width: 500px;
	overflow: scroll;
	margin: 0 16px;
	padding: 2px;
}

img {
	border: 0;
}

/* END TEXT */


/* LISTS */
ul, ol {
	margin: 0;
	padding: 0;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0 0 1.5em 0;
	padding: 0;
}

dl dt {
	margin: 0.25em 0 0 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 20px;
	padding: 0;
}
/* END LISTS */


/* TABLE */
table {
	margin: 0;   
}

table caption {
	margin: 0 0 0 0;
	padding: 0 0 0.5em 0;
}

th, td {
	padding: 5px;
}
/* END TABLE */	

hr {
	display: none;
}

div.hr {
	height: 1px;
}

/** Opera-Filter **/

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
		 	
	head~body div .tagcloud ul {		
		margin: 0;		
	}
	
}

/** ENDE Opera-Filter **/
