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


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


body {
					margin:0 auto;
					padding:0;
					color:#000;
					background: none;
					font: 10pt/0.5cm "Helvetica Neue", Helvetica, Arial, Tahoma, sans-seriff;
					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; }

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; text-transform:lowercase; }
.upper{ text-transform:uppercase;}

ul li a { display:block; }

/**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: 0;
					height: auto;
}

/**LAYOUT********************************************************************/
.hideforprint {
					margin-bottom:0.5cm;
					border-bottom:1px solid #000;
					width:50%;
}

#mainnavigation, #visual, #picofmonth, #service, hr { display:none; }

#claim { margin-bottom:0.5cm; }

/**Newsticker**********************************************/
#newsticker {
					margin-bottom:0.5cm;
					border-bottom:1px solid #000;
					width:50%; text-transform:lowercase;
}

.newsitem {
					margin-bottom:0.3cm;
					font-weight:bold;
}

.newsitem small {
					display:block;
					font-weight:normal;
}

/**Dates**********************************************/

.dates a{font-weight:bold;}
.dateinfo{margin:0 0 0.4cm 0;}