/* (C) Peer Klercke 2005*/		
body {
	color: #ffffff;	
	margin: 0px 0px 20px 0px;
	background-color: #363636;	
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
}
.blogpic {
	padding:6px;
	background:#E9E9E9;
	border:1px solid #D1D1D1;			
}
.toptenpicbox {
	margin: 20px 50px 20px 150px;
	padding:6px;
	background:#C5C5C5;
	background-color: #363636;
	text-align:justify;
}
.toptenpic {
	padding:6px;
	background:#E9E9E9;
	background-color: #E9E9E9;
	border:1px solid #D1D1D1;			
	text-align:justify;
		
}

.blogpictitle 
{
	padding:2px;
    text-align: center;
    color: #ffffff;
    background-color:#777777;
    font-size: 16px;
    font-weight: bold;
    width: 600px;
}
    
#picturebox {
	margin:0px auto;
	margin-top:10px;
	border: 1px dotted #1B1B1B;
	padding: 5px;
	background-color: #C5C5C5;
	width: 730px;
	text-align: justify;
	line-height: 1em;
	margin-bottom: 10px;
	font-size:13px;
}

.textarea {
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color:#FFFFFF; 
  		line-height:145%;
		background-color:#777777;
		padding: 3px;
		border:1px solid #FFFFFF;
		width:600px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
}
.picnav {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#777777;
	padding:1px;
	color: #ffffff;
	width:40%;
	font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size:11px;
	line-height:145%;
	}
.leftalign{
	text-align:left;
}
.rightalign{
	text-align:right;
}
.centeralign
{
	text-align:center;
}

a:link{
	color: #ffffff;
}
a:visited {
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
	border:0px;	
}
a:active{
	color: #ffffff;
}
a:hover {
  background-color: #dbe4f2;
  color: #000000;
}

a span {display: none;}
a {position: relative;text-decoration: none;}
 
a:hover span {
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
  background: #fdd;
  border: 1px solid red;
} 
  
#bottomstuff {
	margin:4px;
	text-align:center;
	color:#666666;
	font-family: Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size:11px;
}
#bottomstuff a,
#bottomstuff a:link,
#bottomstuff a:visited {
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}
#bottomstuff a:active,
#bottomstuff a:hover {
	color:#0000cc;
}

