/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../content/images/background.gif);
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: grey;
	font-size: 10px;
	line-height: 16px;
	list-style:none;
	

}

table {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: grey;
	font-size: 10px;
	line-height: 13px;

}



div.contact {
	position: fixed;
	margin-top: 80px;
	margin-left: 21px;
	font-size: 11px;
	line-height: 17px;
	color: #828282;
}

div.navigation {
	position: fixed;
	margin-left: 165px;
	margin-top: 20px;
	width: 400px;
}

#images_container {
	position: absolute;
	height: 470px;
	top: 50%;
	margin-top: -235px;
}



#titel {
	position: absolute;
	width: 507px;
	height: 88px;
	top: 50%;
	left: 50%;
	margin-top: -44px;
	margin-left: -252px;
}


#alle {
	float: left;
	display: block;
	width: 36px;
	height: 21px;
	background-image: url(../content/buttons/alle.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#alle {
	background-position: center;
	}
	
#alle_active {
	float: left;
	display: block;
	width: 36px;
	height: 21px;
	background-image: url(../content/buttons/alle.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	
	
	
#architektur {
	float: left;
	display: block;
	width:  68px;
	height: 21px;
	background-image: url(../content/buttons/architektur.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#architektur {
	background-position: center;
	}
	
#architektur_active {
	float: left;
	display: block;
	width:  68px;
	height: 21px;
	background-image: url(../content/buttons/architektur.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	


#portrait {
	float: left;
	display: block;
	width:  52px;
	height: 21px;
	background-image: url(../content/buttons/portrait.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#portrait {
	background-position: center;
	}
	
#portrait_active {
	float: left;
	display: block;
	width:  52px;
	height: 21px;
	background-image: url(../content/buttons/portrait.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	
	

#stilllife {
	float: left;
	display: block;
	width:  48px;
	height: 21px;
	background-image: url(../content/buttons/stilllife.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#stilllife {
	background-position: center;
	}
	
#stilllife_active {
	float: left;
	display: block;
	width:  48px;
	height: 21px;
	background-image: url(../content/buttons/stilllife.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	
	
	
#landschaft {
	float: left;
	display: block;
	width:  66px;
	height: 21px;
	background-image: url(../content/buttons/landschaft.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#landschaft {
	background-position: center;
	}
	
#landschaft_active {
	float: left;
	display: block;
	width:  66px;
	height: 21px;
	background-image: url(../content/buttons/landschaft.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	
#reportage {
	float: left;
	display: block;
	width:  66px;
	height: 21px;
	background-image: url(../content/buttons/reportage.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#reportage {
	background-position: center;
	}
	
#reportage_active {
	float: left;
	display: block;
	width:  66px;
	height: 21px;
	background-image: url(../content/buttons/reportage.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	

#kontakt {
	float: left;
	display: block;
	width:  52px;
	height: 21px;
	background-image: url(../content/buttons/kontakt.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px;
	}
	
a:hover#kontakt {
	background-position: center;
	}
	
#kontakt_active {
	float: left;
	display: block;
	width:  52px;
	height: 21px;
	background-image: url(../content/buttons/kontakt.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	border: 0px;
	}
	
	
a.mail {
	text-decoration: none;
	color: grey;
	}
