
html {
	height: 100%;
	border: 0;
	padding: 0;
	background: 	#000000;
}
body { 
	height: 99%;
	font: 8pt/16pt georgia; 
	color: #CC0000;
	background: 	#000000 url(../images/duisternice.jpg) no-repeat top left; 
	
}
#wrap{
z-index:-1; 	
height: 100%;
}
#title{
	text-align: center;
	width: 367px;
	margin-left: 25%;
}
a:link, a:visited { 
	color: #CC0000;
	text-decoration:none;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC0000;
}
img.spec {
		border: 0;
}
#title h1 { 
	background: transparent url(../images/title.gif) no-repeat top left; 
	width: 511px; 
	height: 78px; 
	float: right;
}
#title h1 span {
	display:none
}
#content{
	margin-top: 25px;
	width:78%;
	float: left;
	color:#ffffff;
	text-align: right;
}
#content2{
	margin-top: 25px;
	width:78%;
	float: left;
	color:#ffffff;
	text-align: left;
}
#menu{
	
	clear: right;
	color: #999999;
	float: right;
	background: transparent url(../images/menubg3.gif) no-repeat top left; 
	width: 200px;
	height: 275px;
	text-align: center;

}
#menu a{
	color: #999999;
}
#menu a:hover{
	color: #ffffff;
}
#menu ul{
	margin-top: 38px;
}
li {
		list-style-type: none;
}
#menu li{
	font-weight: bold; 
	list-style-type: none;
	line-height: 2.5ex; 
	margin-left: -25px;
	margin-top: 13px;
	
}
.show{
display: block;
}
 .hide{
display: none;
}

img{
		border: 0;
}
#menu h1 span{
	display: none;
}
#content li li{
	list-style-type: none;
}
#content2 li li{
	list-style-type: none;
}
#content p.quote {
	background: transparent url(../images/quote.gif) no-repeat top left; 
	
	width: 521px; 
	height: 141px; 
}

#link{
	float: left;
	margin: 1px;
	padding: 25px;
	border: 0px;
	text-align: center;	
	border-left:4px dashed #999999;
}
#foto{
	float: left;
	width:145px; 
	height: 145px; 
	margin: 1px;
	padding: 1px;
	border: 0px;
	text-align: center;
}
#foto img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#content p.quote span{
	display: none;
}
input { 
	background-color: #000000; 
	color: #ffffff; 
	text-align: left;
}
textarea { 
	background-color: #000000; 
	color: #ffffff; 
	text-align: left;
}
select { 
	background-color: #000000; 
	color: #ffffff; 
	text-align: left;
}
#footer {
clear:both;
margin:0 auto;
padding:0;
width:760px;
text-align:center;
color:#808080;
font-size:0.9em;
}
#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
#content p.pantene  a{
	color:#ffff00;
	font-size: 20pt;
	background-color:inherit;
	text-decoration:none;
}
#content p.pantene  a:hover {
text-decoration:underline;
}
#content2 table{
width:100%;	
}











/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	color: #333333;
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
}

/* Classic Style */
div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}
div.domTTClassic .caption {
	font-family: serif;
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: InfoText;
	font-size: 13px;
	_font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 1px 2px;
	_padding-bottom: 0;
}

/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWin .caption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWin .contents {
  border: 1px solid #BFBFBF;
}

/* Overlib Style */
div.domTTOverlib {
	border: 1px solid #660000;
	background-color: #660000;
}
div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.domTTOverlib .contents {
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
	color: #993333;
	background-color: #000000;
}

/* Nicetitle Style */
div.niceTitle
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	width: 250px;
	left: 0;
	top: 0;
	padding: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
	-moz-opacity: .87;
	-khtml-opacity: .87;
	opacity: .87;
}
div.niceTitle .contents
{
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.niceTitle p
{
	color: #D17E62;
	font-size: 9px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
	-moz-opacity: 1;
}

/* Context Menu Style */
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenu .caption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenu .contents {
  padding: 1px 0;
  background-color: #E6E6E6;
}
a.albumitem{
	font-size: 25px;
}





blockquote {
  background: transparent url(quoleft2.jpg) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(quoright2.jpg) right bottom no-repeat;
}
