/* Nur & Rob Stylesheet */ 

html, body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-size: 0.9em;
	background-color: #DBDACD;
	background-image: url(../images/back.gif);
 	background-repeat: repeat-x;
	list-style-image:url(../images/ok.jpg);
	list-style-position:outside;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #333;
	scrollbar-face-color: #DBDACD;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#999;
	scrollbar-track-color: #DBDACD;}
	
#main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background-color: #ffffff;
	border-left: 4px double #666;
	border-right:4px double #666;
	border-bottom: 4px double #666;
	background-image:url(../images/bottom.gif);
	background-repeat: repeat-x;	
}
	
#top {
	margin-top: 4px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	text-align: center;	
	font-size: 16px;
	background-color: #D4D2D4;
	border-left: 4px double #666;
	border-right:4px double #666;
	border-top: 4px double #666;
}
#footer {
	text-align: center;
	font-size: 0.7em;
	color: #003333;
}

a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #336600;	
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

#top {
	font-family:arial;
	font-size:16px;
    margin-left:auto; 
	margin-right:auto;
 }
 
#top  a:link {
	text-decoration: none;
	color: #E2FAF9;	
	font-weight: bold;
	background-image:url(../images/nav1.gif);
	background-repeat: repeat-x;
	padding: 6px;
}
#top a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(../images/nav1.gif);
	padding: 6px;
}
#top a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	background-color:#A2D1E3;
	background-image:url(../images/nav2.gif);
	background-repeat: repeat-x;
	padding: 6px;
}
#top a:active {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
	background-image:url(../images/nav3.gif);
	padding: 6px;
}
.gri {
	color: #2A266D;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}	

.left {
	float: left; }
	
.right { float: right; }


.foto {
	padding: 5px;
	background-color:#999999;
	border: 3px double #dddddd;
	
}

.name {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	font-family: Bering;
	font-size: 34px;
	float: left;
	margin-top: 5px;
	letter-spacing: 2px;