/*
-----------------------------------------------
pluswert Template Style "PRINT"
Name:     Anton Prettenhofer
URL:      www.pluswert 
Date:     3 September 2007
----------------------------------------------- */


/*
c_orange = #e96405
c_blau   = #029ef3
c_gelb   = #fec106
grün   = #18b132

*/


/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}




/***********************************************/
/* =HTML tag styles                            */
/***********************************************/

body {
	font: small/normal Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	color: #707070;
	text-align: center;
	}
	



/* links */
a, li a, a:link, a:visited { background: inherit; color: #e96405; text-decoration: none; }



/*

Reset the headings so they will show when printing.

*/

h1,h2,h3,h4,h5,h6 {
	text-indent: 0;
}



/* headers */
h1, h2, h3 { font: 1em Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; }

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}
h3, h3 a {
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}

p, h1, h2, h3 {
	margin: 15px 0px 10px;
}


h4 {
	font-size: 1.8em;
	color: #707070;
	font-weight: normal;
	padding: 0em 0px 0em 7em;
	margin-bottom: 0px;
	line-height: 1.6em;
	letter-spacing: 2px;
}

ul, ol {
	list-style: disc inside;
	text-indent: -15px;
	padding-left: 13px;
}


li a { color: #707070;}
li a:hover, .mmhide_ColumnLeft li a:hover { color: #000000; }

fieldset, form {
	display: none;
}


p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 1mm 0mm 3mm;
	/*clear: both;*/
}

dt {
	margin-top: 15px;
}

dd {
	margin-left: 20px;
}

/******* Tables *******/


table {
	width: 100%;
}

caption {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	height: 20px;
	font-style: italic;
}

td, th {
	padding: 0pt;
	font-size: 10pt;
	line-height: 14pt;
	border-bottom: 1pt solid #efefef;
	text-align: left;
}

th {
	text-align: left;
	font-weight: bold;	
}



/***********************************************/
/* =Layout tag styles                          */
/***********************************************/


#wrapper {
	width:95%;
	margin: 0 auto;
	padding: 0px;
	font-size: 95%; /* slight adjustment */
	text-align:left;
	}
	
#header, #headerphoto, #footer_container, #footer, #zitat  {
	display: none;

}

#pagebody {
	width: 100%;
	float: left;
	}
	
#print_headline {
	float: left;
	width: 100%;
	padding-bottom: 3mm;
	border-bottom: 1pt solid #CCCCCC;
  }



/* = *********** Content ********** */	

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
/*	margin-bottom: 20px; */
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}






/***********************************************/
/* =Design tag styles                          */
/***********************************************/



/* --- mmhide_ColumnLeft ---- */
.mmhide_ColumnLeft {
	display: none;
}



/* --- mmhide_ColumnRight ---- */
.mmhide_ColumnRight {
	float: right;
	width: 100%;
}

/* --- sidebox ---- */

.sidebox {
	margin: 10mm 0mm 0mm;
	padding: 5mm;
	border: 1pt solid #CCCCCC;
}	
.sidebox h1 {
	padding: 0px 0px 5px;
	margin: 0;	
	font: bold 12pt Helvetica, Arial, sans-serif;
}






/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }




/* additional classes */
.clear { clear: both; }

.c_gray, a.c_gray  { color: #BFBFBF; }
.c_orange, a.c_orange {color: #e96405;}
.c_blau, a.c_blau  {color: #029ef3;}
.c_gelb, a.c_gelb {color: #fec106;}
.green, a.green {color: #18b132;}

.link, .link a  {
	color: #f65634;
	float: right;
}


img.left {
	float: left;
	margin: 0 20px 10px 0;
}

.pix_left {
	float: left;
	/*margin: 0 1.3em 0 0;*/
	margin: 0 18px 10px 0;
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
	}
	
	


/* = *********** Listenelemente stylen ********** */	

.mmhide_ColumnRight ul, .mmhide_ColumnRight ol {
	margin-bottom: 5mm;
}
.mmhide_ColumnRight a {
	text-decoration: underline;
}

.bullet_pluswert {	
	clear: both;
}

.bullet_pluswert a, .bullet_green a {	
	background: url(none);
}

.bullet_green {
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/nav_gesundheit.png) no-repeat 0 50%;
	/*clear: both;*/
}

li.pdf a
{
	padding: 3px 0 3px 25px;
	margin: 0.4em 0 0.5em;
	list-style: none;
	text-indent: 0px;
	background: url(../img/icon_pdf.gif) no-repeat 0 50%;
	clear: both;
}
	

