@charset "utf-8";
/* CSS Document */

body {margin: 0px auto;}
#titel {
	position:relative;
	top: 15px;
}
#foto .titel {
	text-align: left;
	background-color: #666;
	border-top: 1px solid #CCC;
	padding-left: 2px;
	font-size: 10px;
}
#foto img {
	border:1px solid #FFF;
	height: 150px;
	width: 113px;
	margin-right: 15px;
}
.popup, .back {
	position: fixed;
	left: 5px;
	width: 120px;
	background-color: #555;
	padding: 5px;
	border: 2px ridge #FFF;
	font-size: 10px;
	font-weight: bold;
}
.popup{top: 20px;}
.back {top: 80px;
	font-weight: normal;
}
.left {margin-left: 20px;}
#links {
	text-align: left;
	position: fixed;
	top: 10px;
	right: 25px;
	list-style-type: none;
	border: 2px ridge #FFF;
	border-collapse: collapse;
	font-size: 10px;
}
#links td{
	text-align: right;
	width: 65px;
	border: 1px solid #FFF;
	background: #555 3px no-repeat url(../required/images/arrow-right.png);
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
