/*Print Stylesheet f. Dr. Kuwert*/
/*Copyright studio holfelder 2007*/


/*globale Stile*/

* {
	margin:0px;
	padding:0px
}

p {  
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	line-height:14pt;
	color:#000;
	margin:1.12em 0
}

.pgross {
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	line-height:14pt;
	color:#000
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none;
	line-height:18pt;
	background-color:#CCC
}

h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:14pt;
	color:#000;
	font-weight:bold;
	margin:0.83em 0
}

.h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	font-weight:bold;
}

ul {
	font-family: "Times New Roman", Times, serif; 
	font-size:11pt;
	line-height:14pt;
	color:#000;
	margin-left:20px;
}

img {
	border:0px
}

.linkleiste {
	display:none /*wird im Ausdrzuck nicht dargestellt*/
}


a:link {  
	text-decoration:underline;
	color:#000;
	font-weight:bold
}

a:visited {  
	text-decoration:underline;
	color:#000;
	font-weight:bold
}

a:active {  
	text-decoration:underline;
	color:#000;
	font-weight:bold
}

a:hover {  
	text-decoration:underline;
	color:#000;
	font-weight:bold
}

/*Navigationsleiste // wird im Ausdruck nicht dargestellt*/

#navi {
	display:none;
}

#navi a {
	background-color:#FFF;
}

#navi p {
	margin:0
}

/*Kopfbereich oben*/
#logo {
	text-align:right;
	width:100%;
	top:0px;
}

/*Inhaltsbereich*/
#content {
	margin-left:2cm;
}

table {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11pt;
	line-height:14pt; 
	color:#000;
	background-color:#FFF;
	border-collapse:collapse;
}


/*Tabelle "Antiageing"*/
.antiageing {
	width:80%
}

td	{
	text-align:left;
	vertical-align:top;
	border:2px solid #999;
	padding:0.35em;
}

.bghellblau {
	background-color:#FFF
}

.bgdunkelblau {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11pt;
	line-height:14pt; 
	font-weight:bold;
	color:#000;
	background-color:#CCC
}