

/******************************
Autor:		Manuela Zogbaum
Company:	New Media Standards
Date:			25.02.2010
Version:		1.0
******************************/


/**General Site Rules********************************************************************/


body {
					margin:0 auto;
					padding:0;
					color:#000;
					background: none;
					font: 10pt/0.5cm  Tahoma, Arial, Verdana, sans-serif;
					width:90%;
}

br { line-height:0.3cm; }

a, a:visited, a:focus, a:active {
					color:#000;
					text-decoration:none;
}

a:hover {
					color:#000;
					text-decoration:none;
}

a img { border:none; }

p, img, p img { margin:0 0 0.2cm 0; }

strong { font-weight:bold; }


ul li a { display:block; }

ul.line li { float:none; }

ul.line li a { text-align:center; }

/**Funktionen *********************************************************/
.hide { display:none; }

.cleaner {
					display: block;
					clear: both;
					font-size: 0px;
					line-height: 0px;
					background: transparent;
					height:0px;
}

.wrapper {
					width:100%;
					margin:0;
					background:none;
					min-height: auto;
					height: auto;
}

/**LAYOUT********************************************************************/
.hideforprint {
					margin-bottom:0.5cm;
					color:#999;
					font-size:9pt
}

.hideforprint img {
			
					
}

#sidebar, hr, #mainnavigation, .breadcrumbs, .footer{ display:none; }



