/* Central Formatting */
/* Ruhrjamb 2010: #787e15 */
.fancybox-thumb {
text-decoration: none;
}


.thumb {
/*display: block;*/
    margin-bottom: 20px;
    max-height: 100px;
    max-width: 200px;
}
a {
  color: #9b066b;
    text-decoration: none; 	/*text-decoration: none;*/
}
li a{
color: black;
}
a.link:hover {
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e5e5e5;
}

.header, h1, h2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #9B066B;
	font-family: verdana,arial,helvetica,sans-seriff;
	padding-bottom : 1px;
	border-bottom : 1px dotted #ccc;
	margin-top : 15px;
	margin-bottom : 1px;
}
h1 {
	font-size: 14px;
	border-bottom : 2px dotted #ccc;
}
p {
    margin : 0px;
    margin-bottom : 6px;
}
body, .content {
	text-align: justify;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: verdana,arial,helvetica,sans-seriff;
	margin-right: 10px;
}

body {
	/*background-image : url('../gfx/sammeln.gif');*/
	background-attachment: fixed;
	background-repeat : no-repeat;
	background-position : -100px -90px;
}

.footer {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #505050;
	font-family: verdana,arial,helvetica,sans-seriff;
}

.rj-color-bkg {
	/*color : #fff;*/
	background : #787e15;
}

.rj-color {
	color : #787e15;
}