/* Allgemein  */

body
{
	background-color: #fc3;
	color: #363;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family:Georgia, Palatino, serif;
}



/* Bilderteil */

ul.bilder {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.bilder li
{
	margin:0px;
	margin-bottom: 20px;
	padding: 10px;
}

ul.bilder li img {
	height:450px;
	width:600px;	
	padding:12px;
	border:4px dotted red;
	background-color:#f90;
	margin-bottom:0.5em;
}

ul.bilder li img.hoch {
	width:450px;
	height:600px;
}


/* Navigation */

div.menu {
	width:100%;
	background-color:#aaa;
	color:white;
	margin:0px;
}

div.menu a:link {
	color:white;
}

div.menu a:hover {
	border-bottom:white 1px dashed;
}

div.menu a:visited {
	color:white;
}

div.menu ul {
	list-style-type:none;
	padding:5px;
	margin:0px;
}

div.menu ul li {
	display:inline;
	padding-left:0.35em;
	padding-right:0.35em;
}

div.menu ul li:before {
 	content:"*";
}
 	
div.menu ul li:after {
	content:"*";
}

