/* Nur & Rob Stylesheet */ 

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-size: 0.9em;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);

}
	
#main {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background-color: #ffffff;
	border-left: thin solid #666;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	
}
	
#top {
	margin-top: 4px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	text-align: right;
	font-size: 0.9em;
	background-image: url(../images/blu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	border-left: thin solid #666;
	border-right: thin solid #666;
	border-top: thin solid #666;
}
#footer {
	text-align: center;
	font-size: 0.7em;
	color: #003333;
}

#blok {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background-image: url(../images/whiterules.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	
}

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

a:link {
	text-decoration: none;
	color: #000099;	
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #990099;
}


.gri {
    color: #666;
	font-weight: bold;
}	

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

.hr {
	width: 270px;
	background-image:url(../images/hr.gif);
	text-align: center;
}

.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;
