body {
	margin-top:10px;
	margin-left:40px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	background-image:url(/img/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px #FCC000 solid;
}

.contentText{
	border: 0px solid black;
	position:absolute;
	top:100px;
	overflow-y:auto;
	padding-right:30px;
}
.contentText-Galerie{
	border: 0px solid black;
	position:absolute;
	top:100px;
	height: 200px;
	overflow-y:auto;
}


.Galeries{
	border: 0px solid black;
	position:absolute;
	top:300px;
	left:660px;
	height:450px;
	overflow-y:auto;
	padding:5px;
}

.content-bottom {
	position:absolute;
	top:750px;
	width: 705px;
	height:90px;
	border: 0px solid black;
	padding-top:5px;
}

.Pictures{
	border:1px solid #AAAAAA;
	position:absolute;
	top:300px;
	width: 605px;
	height: 450px;
	overflow-y:auto;
	background-color:#EEEEEE;
}

.spacer {
	clear: both;
}

.Pictures-Thumbs{
	background-color:white;
	float:left;
	margin:8px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	border:2px ;
}
/*
 * GALERIE (MENU)
 */

.linksgalery li
{
	color:white;
}

.linksgalery a:link,
.linksgalery a:visited
{
	font-size: 1.00em;
	text-decoration:none;
	color: black;
	
}

.linksgalery a.active:link,
.linksgalery a.active:visited
{
	color: white;
}

.linksgalery a:active,
.linksgalery a:hover
{
	color: black;
	text-decoration:underline;
}

/*
 * FIN GALERIE (MENU)
 */

.content-bottom p{
	color:#999999;
	margin-top:0px;
	font-weight: bold;
}

