body {
	background:url(images/arkaPlan.gif);
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:65%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	color:#FFFF00;
	margin-bottom:1.75em;
	}


a {
	text-decoration:none;
	color:#FF2F00;
	}

a:hover {
	text-decoration:none;
	color:#6B4803;
	}

/* Structure */

#wrapperindex {
	margin:0 auto;
	width:700px;
	background: #716B5F;
	font-size:1.20em;
	border: solid 1px #000000;
	}

#wrapperalbum {
	margin:0 auto;
	width:700px;
	background:#4B4B4B;
	font-size:1.20em;
	border: solid 1px #000000;
	}

#header {
	height:150px;
	background:url(images/bg-header5.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 25px;
	}
#content {
	margin:25px 0 0 25px;
	float:left;
	width:650px;
	}
#footer {
	clear:both;
	background:#122221;
	height:0px;
	}

/* Entries */

.entry {
	padding:7px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#FF7F00;
	}
.date {
	font-size:0.9em;
	color:white;
	cursor:default;
	letter-spacing:1px;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}

/*
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
*/

/* Footer */

#footer-valid {
	float:left;
	padding-top:25px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
h2 {
	color:#C29898;
	font-size:1em;
	margin-bottom:1.75em;

	}
