
/* mangoo by 10fingers.com * All rights reserved  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 
   This stylesheet is required by mangoo. Classes can be overwritten by individual stylesheets,
   but please do not edit anything here.
*/

/* Basics - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	body {
		margin: 0;
		padding: 0;
	}
	
	#layout {
		margin: 0;
		padding: 0;
	}
	
	.strong {
		font-weight: bold;
	}
	
	.error {
		font-weight: bold;
		color: red;
	}

/* CSS-Hacks  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body hr {
		display: none;
	}
	
	body .floathack {
		clear: both;
		margin: 0;
		padding: 0;
		/* height: 0; -> führt beim IE dazu, dass er erst recht eine Höhe von ca. 12px anzeigt */
	}

/* List of classes generated by mangoo- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	/*
	.messagetop {}
	.messagebottom {}
	.articletop {}
	.articlebottom {}
	.layoutimage {}
	.breadcrumbs {}
	
	ul.group{#}[.level{#}][.active]
	ul.group{#}[.level{#}][.active] li.{first|middle|last}[.active|selected]
	
	.message {}
	.message.error {}
	.message p.text {}
	
	.article.{standard|teaser|news} {}
	.article h1 {}
	.article h2 {}
	.article .info {}
	.article .info .date {}
	.article .info .author {}
	.article .image.{right|left|middle} {}
	.article p.text {}
	.article .footnote {}
	.article ul.links {}
	.article ul.files {}
	.article .detaillink {}
	.article .backlink {}
	
	.strong {}
	.info {}
	*/
	
/* Happy End  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
