/* copyright by Ulrich Vanscheidt */
/* www.photox24.com */
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #8899AA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #112233;
	font-size: 12px;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
h1 {
	color: #ccddee;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px 25px 10px 50px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 25px 25px 25px 50px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 25px 0px 50px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 25px 5px 50px;
}
p {
	margin: 0px 25px 5px 50px;
	padding: 0px;
	line-height: 20px;
	border: 0px none;
}

/* div's */
#head{
	margin: 0px auto;
	width: 750px;
	height: 100px;
	border-width: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #112233;
	background-color: #223355;
}
#menu{
	color: #ccddee;
	margin: 0px auto;
	width: 750px;
	height: 25px;
	border: 0px none;
}
#outer{
	margin: 0px auto;
	width: 750px;
	height: 900px;
	border-width: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #112233;
}
#inner {
	margin: 0px auto;
	width: 450px;
	height: 900px;
	border: 0px none;
	background-image: url(../img/fotografie.jpg);
}
/* img */
img.gthmb{
	margin: 25px 50px 0px 5px;
	float: right;
}
img.arrow {
	margin: 25px 25px 0px 0px;
	 float: right;
}

/* special*/
h2.menub {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 750px;
	margin: 6px 0px 0px 0px;
}
p.space{
	margin: 0px 25px 50px 50px;
}
p.small {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 450px;
	margin: 0px;
	background-color: #112233;
}

/* links */
a:link { color:#ccddee; text-decoration:none; }
a:visited { color:#ccddee; text-decoration:none; }
a:focus { color:#ccddee; text-decoration:underline; border: 0px none; }
a:hover { color:#ccddee; text-decoration:underline; }
a:active { color:#ccddee; text-decoration:underline; border: 0px none;}

a:link.txt { color:#223355; text-decoration:none; }
a:visited.txt { color:#223355; text-decoration:none; }
a:focus.txt { color:#223355; text-decoration:underline; border: 0px none; }
a:hover.txt { color:#223355; text-decoration:underline; }
a:active.txt { color:#223355; text-decoration:underline; border: 0px none;}
