/* CSS Document */

body { background-color: #fff; background-image: url(../_images/body_bg.gif); background-repeat: repeat; background-attachment: fixed; margin: 10px 0 0 25px; padding:0; }
	
	
.header {
	padding:0;
	margin:0;
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:190px;
	width:740px;
	position:relative;
	z-index:1;
	}

.menu {
	background-color:transparent;
	position:absolute;
	top:21px;
	left:605px;
	z-index:2;
	}
	
.menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.menu ul li {
	display: block;
	float:none;
	padding: 0;
	margin: 0;
	}

.menu ul li a {
	display:block;
	margin:-2px 0 0 0;
	padding:5px 0 0 5px;
	width:135px;
	height:18px;
	background-color:#transparent;
	text-align:left;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0px;
	text-decoration:none;
	border:none;
	}
	
.menu ul li#top a {
	border:none;
	}

.menu ul li#bottom a {
	height:21px;
	}

html>body .menu ul li#bottom a {
	height:20px;
	}
	
html>body .menu ul li a {
	margin:0;
	}

.menu ul li a#current {
	color:#000;
	background-color:#fff;
	}

.menu ul li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	}

.bgtop {
	background-image:url(../_images/bg_top.gif);
	background-repeat:no-repeat;
	background-position:50% top;
	height:20px;
	width:740px;
	padding:0;
	margin:0;
	}

.content {
	padding:0px 40px 25px 40px;
	margin:0;
	background-image:url(../_images/bg_mid.gif);
	background-repeat:repeat-y;
	width:660px;
	height:520px;
	}

.content h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	letter-spacing:3px;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:5px 0 0 0;
	}

.content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#fff;
	letter-spacing:0;
	margin:30px 0 0;
	padding:0;
	width:300px;
	}

body#contact .content p {
	width:220px;
	}

.content a, a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.content a:hover {
	text-decoration:none;
	color:#000;
	background-color:#fff;
	}

img#index {
	float:right;
	margin:5px 21px 0 0;
	padding:0;
	border:2px solid #fff;
	}	

.photo {
	position:absolute;
	margin:0;
	padding:0;
	top:253px;
	left:220px;
	}

.photo img {
	margin:0;
	padding:0;
	border:2px solid #fff;
	}
	
.photo p#desc {
	color:#fff;
	margin:2px 0 0 0;
	padding:0;
	width:400px;
	position:relative;
	font-size:10px;
	}

.photomenu {
	width:138px;
	height:305px;
	margin:10px 0 0 0;
	position:relative;
	padding:0;
	overflow:auto;
	border:1px solid #fff;
	border-right:none;
	border-bottom:none;
	background-color:#000;
	}

body#live .photomenu {
	width:122px;
	height:305px;
	overflow:visible;
	}
	
body#portret .photomenu {
	width:122px;
	height:183px;
	overflow:visible;
	}

body#reportage .photomenu {
	width:122px;
	height:305px;
	overflow:visible;
	}

body#produkt .photomenu {
	width:122px;
	height:305px;
	overflow:visible;
	}
	
.photomenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
	
.photomenu ul li {
	display:inline;
	width:60px;
	height:60px;
	margin:0;
	padding:0;
	}

.photomenu ul li img {
	padding:0;
	margin:0;
	height:60px;
	width:60px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:none;
	border-top:none;
	position:static;
	}
	
.photomenu ul li img#currentpic {
	border:2px solid #fff;
	}
	
.bgbottom {
	background-image:url(../_images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:740px;
	height:25px;
	}

.footer {
	background-image:url(../_images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:740px;
	height:34px;
	display:block;
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:9px;
	}


