@charset "ISO-8859-1";
/* CSS Document fotografie 2011*/

html, body {
	height: 100%;
	}
body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: center; 
	color: #666666;
	background-color: #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
body table {
	background-color: #F2F2F2;
	}
body a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	}
.pages { 
	font-size: 10px; 
	line-height: 10px; 
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	}
	
.menue {
	background: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.menue a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}

.text {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: left; 
	color: #666666;	
	}
	
br.clear {
	clear: both;
	}
img {
	border: 0;
	font-size: 10px;
	}
.img {
	border: 1px solid #ADADAD;
	}
	
#container { 
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	background: #F2F2F2;
	}	
#header {
	position: relative;
	top: 0px;
	width: 800px;
	height: 100px;
	}
#menue {
	position: relative;
	top: 0px;
	width: 780px;
	height: 20px;
	padding: 0px;
	padding: 15px 10px 10px 10px;
	background: #666666;
	}	
#nav {
	text-align:center;
	}
#content {
	position: relative;
	top: 0;
	width: 720px;
	height: auto;
	padding: 20px 40px 20px 40px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 780px;
	height: auto;
	padding: 10px;
	margin: 0;
	background: #666666;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
