/*************************************************************/
/*   Design:   Haus-Messe                                    */
/*   File:     Textlayout                                    */
/*-----------------------------------------------------------*/

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.main-content h1.pagetitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	border-bottom:solid 7px rgb(225,225,225);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(100,100,100);
	font-weight:bold;
	font-size:200%;
	}
.main-content h1.block {
	clear:both;
	margin:1.0em 0 0em 0;
	padding:2px 0 2px 2px;
	background:rgb(190,190,190);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:200%;
	}
.main-content h1 {
	clear:both;
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:200%;
	}
.main-content h1.csc-firstHeader {
	clear:both;
	margin:0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:200%;
	}
.main-content h2 {
	clear:both;
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:170%;
	}
.main-content h2.csc-firstHeader {
	clear:both;
	margin:0em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:170%;
	}
.main-content h3 {
	clear:both;
	margin:0.5em 0 0.5em 0;
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:130%;
	}
.main-content h1.side {
	clear:none;
	}
.main-content h2.side {
	clear:none;
	}
.main-content h3.side {
	clear:none;
	}

/* Na: MAIN CONTENT */
.main-content h1.orange {
	clear:both;
	margin:0 0 0px 0;
	padding:4px 10px 3px 10px;
	background-color:rgb(255,200,0);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:120%;
	}

.main-content h4 {
	margin:0.5em 0 0.5em 0;
	color:rgb(80,80,80);
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size:170%;
	}
.main-content h5 {
	margin:1.5em 0 1.0em 0;
	color:rgb(80,80,80);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:140%;
	}
.main-content h6 {
	margin:1.2em 0 0.2em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:120%;
	}
	
.main-content p {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	}
.main-content p.center {
	text-align:center;
	}
.main-content p.right {
	text-align:right;
	}
.main-content p.align-right {
	text-align:right;
	}
.main-content p.details {
	clear:both;
	margin:-0.25em 0 1.0em 0;
	line-height:1.0em;
	}
.main-content blockquote {
	clear:both;
	margin:0 30px 0.6em 30px;
	}

.main-content p.orange {
	clear:both;
	margin:0px 10px 1.0em 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:90%;
	}

/* Na: SUB CONTENT (Textbox) */
.subcontent-unit-border p.bodytext {
	clear:both;
	margin:0 10px .0em 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	}

p.caption {
	clear:both;
	margin:0.5em 0 2.0em 20px;
	text-align:left;
	color:rgb(80,80,80);
	}

.main-content ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
	}
.main-content ul li {
	margin:0 0 0.2em 2px;
	padding:0 0 0 12px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em;
	line-height:1.4em;
	}
.main-content ol {
	margin:0.5em 0 1.0em 30px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 35px /*IE6*/;
	}
.main-content ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	}
/* Na: SUB CONTENT (Textbox) */
.subcontent-unit-border p.bodytext {
	clear:both;
	margin:0 10px .0em 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	}

/* Tooltips */
span.tooltip {
    display: inline ;
    cursor: help ;
}
span.tooltip:hover {
    display: inline ;
	  color:rgb(80,80,80);
    cursor: help ;
}

/********************/
/*  COMMON CLASSES  */
/********************/

.main a {
	color:rgb(70,122,167);
	font-weight:bold;
	text-decoration:none;
	}
.main-content h1 a {
	color:rgb(70,122,167);
	font-weight:normal;
	text-decoration:none;
	}
.main a:hover {
	color:rgb(42,90,138);
	text-decoration:underline;
	}
.main a:visited {
	color:rgb(42,90,138);
	}

.main a img {
	border:solid 1px rgb(150,150,150);
	}
.main a:hover img {
	border:solid 1px rgb(220,220,220);
	}
	
.help {
	float:right;
	margin:0 0 0 0;
	border:none;
	}

.help a img {
	border:solid 1px rgb(255,255,255);
	}
	
.printsymbol {
	float:right;
  padding-right:10px;
}

.printsymbol a img {
	border:solid 1px rgb(250,250,250);
	}
.printsymbol a:hover img {
	border:solid 1px rgb(220,220,220);
	}	
