/* 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.menub {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 1080px;
	margin: 6px 0px 0px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 75px 5px 75px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 75px 5px 75px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
	margin: 20px 75px 30px 75px;
}
p {
	margin: 0px 75px 5px 75px;
	padding: 0px;
	line-height: 20px;
	border: 0px none;
}

/* div's */
#head{
	margin: 0px auto;
	width: 1080px;
	height: 125px;
	border-width: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #112233;
	background-color: #223355;
}
#menu{
	color: #ccddee;
	margin: 0px auto;
	width: 1080px;
	height: 25px;
	border: 0px none;
}
#outer{
	margin: 0px auto;
	width: 1080px;
	height: 1075px;
	border-width: 1px 3px 1px 3px;
	border-style: solid;
	border-color: #112233;
}
#inner {
	margin: 0px auto;
	width: 600px;
	height: 1075px;
	border: 0px none;
	background-image: url(../img/photography_bg.jpg);
	background-repeat: no-repeat;
}

/* img */
.thmb{
	margin: 15px 75px 25px 75px;
}
img.arrow {
	margin: 25px 25px 0px 0px;
	float: right;
}

/* special*/

/* 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:#112233; text-decoration:none; }
a:visited.txt { color:#112233; text-decoration:none; }
a:focus.txt { color:#112233; text-decoration:underline; border: 0px none; }
a:hover.txt { color:#112233; text-decoration:underline; }
a:active.txt { color:#112233; text-decoration:underline; border: 0px none;}

