html, body {
	height: 100%;
}
html, body, div, p, a, ul, li, h1, h2, h3, h4, img, hr, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, p, a, ul, li {
	font: 10px/1.3em lucida, verdana, arial, "sans serif";
	color: #666;
}
h1, h2, h3, h4 {
	font: 16px/1.2em "Trebuchet MS", serif;
	letter-spacing: 0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333;
}
body {
	background-color: #f8f8f8;
}


/*
 * Bilder + Photos
 *
 */
span.photo {
	background: url(../img/back/photo.gif);
	width: 100px;
	height: 148px;
	margin-top: -10px;
	margin-left: -11px;
	padding-left: 19px;
	padding-right: 19px;
	display: block;
}
span.photo img {
    margin-top: 16px;	
	width: 100px;
	height: 100px;
}
span.mytitle {
	position: absolute;
	right: -10px;	
}


/*
 * Seitenlayouts
 *
 */
#page {
	width: 850px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -425px;
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}
#page div.full {
	position: absolute;
	width: 764px;
	left: 43px;
}
#page div.left {
	position: absolute;
	width: 238px;
	left: 43px;
}
#page div.right {
	position: absolute;
	width: 510px;
	left: 295px;
}
