/* Damit der vertikale Scrollbalken dauerhaft vorhanden ist */

/*
html {
	height:100%;
	margin-bottom:0px;		
}
*/

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#ffeae0;
	background-color:#000;
	height:100%;
	left:0px;
	top:0px;
	line-height:1.25;
}

h1 {
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}

h2 {
	font-weight:bold;
	font-size:16px;
}

h3 {
	font-weight:bold;
	font-size:14px;
}

img {
	border:2px solid #666;
	margin:10px;
}

a {
	color:#ffeae0;
	text-decoration:underline;
}
 
a:visited {
	color:#ffeae0;
	text-decoration:underline;
}

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

#header {
	padding-top:60px;
	height:140px;
	background-color:#900;
}

#pictures {
	padding-top:50px;
	width:900px;
	margin:0 auto;
}

