/* Fuer die Druckausgabe ueberfluessiges abschalten */
#sidebar1, #flashcontent, #flip-navigation, #ws-navigation {
  display: none;
}


/* Geeignete Eigenschaften fuerr die Druckausgabe setzen */

body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

     #header {
	font-size: medium;
	margin: 0px;
	position: static;
	width:100%;
	float:left;
    } 
     #header h1 {
	font-size: large;		
    }
	
	     #header p.keywords {
	margin: 0; 
	font-size: small;
	font-style: italic;
	height: auto;
    }


	#mainContent {
	position: static;
	width:100%;
	float:left;
	}
	
	#flip-container {
		height:1500px;
		}
	
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
    page-break-after: avoid;
}

h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4F9B74;
}

h3 {
    font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4F9B74;
}

h4 {
  font-size: 1.2em;
}
	
h5 {
  font-size: 1.0em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;

}

p+p {
  margin-top: 1em;

}



a, a:visited, a:hover, a:visited:hover {
	background: transparent;
	text-decoration: none;
	color:#060;
	font-weight: bold;
}


/* INTERNE LINKS */

				a[href^="/"]:after {

				    content: " (http://www.age-plus-health.eu" attr(href) ") ";
					font-size: 76%;
  					color: #999;
					background: transparent;

				}

				/* EXTERNE LINKS */

				a[href^="http"]:after {

				    content: " (" attr(href) ") ";
					font-size: 76%;
  					color: #999;
					background: transparent;

				}









 #footer {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding:10px;
    } 
     #footer p {
	text-align:center;
	font-size: smaller; 
    }
    
     
    
	
#druck {
	
	text-align:center;
	font-style:italic;
	font-size:small;
	padding:10px;
}

#druck .h2{
	text-align:center;
	font-style:italic;
	font-size:12px;
	font-weight: bold;
}

