
/* 

	Digicam-Fotografie-Stylesheet

	author: Bastian Posniak

	(c) 2005 worldweb Internetkommunikations oHG

*/



body, html {
	margin: 0;
}

body {
	background: #8D8D8D url(../grafiken/background.jpg) 50% 0 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: center;
}

#container {
	position: absolute;
	width: 722px;
	left: 50%;
	margin-left: -361px;
	text-align: left;
}

#head {
	position: absolute;
	top: 0;
	left: 4px;
	width: 712px;
	height: 193px;
	background: #fff url(../grafiken/header.jpg) no-repeat;
	z-index: 1;
}

#navi {
	position: absolute;
	top: 111px;
	left: 4px;
	width: 458px;
	height: 31px;
	background: #fff url(../grafiken/navi-bg.jpg) no-repeat;
	z-index: 2;
	padding-left: 254px;
}

#content {
	position: absolute;
	top: 217px;
	left: 260px;
	width: 405px;
	min-height: 454px;
	height: auto !important;  /* für moderne Browser */
	height: 454px;  /*für den IE */
	padding: 23px 30px 20px 17px;
	background: #fff url(../grafiken/content-bg.jpg) bottom right no-repeat;
}

#content-header {
	position: absolute;
	top: 198px;
	left: 260px;
	width: 452px;
	height: 19px;
	background: #fff url(../grafiken/content-header.jpg) no-repeat;
}

#content h1 {
	color: #A85809;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#content img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#content img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#left {
	position: absolute;
	top: 217px;
	left: 10px;
	width: 196px;
	/* min-height: 474px; */

  	height: auto !important;  /* für moderne Browser */
	/* height: 474px;  /*für den IE */

	padding: 23px 20px 0px 28px;
	background: url(../grafiken/left-bg.jpg);
}

#left-header {
	position: absolute;
	top: 198px;
	left: 10px;
	width: 244px;
	height: 19px;
	background: #fff url(../grafiken/left-header.jpg) no-repeat;
}

#left h1 {
	color: white;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 2px;
	background: #7A92AC;
}

#left #footer {
	margin-left: -28px;
	margin-top: 20px;
	margin-right: -20px;
	margin-bottom: 0;
	width: 244px;
	height: 20px;
	background-color: #6C87A5;
}

a {
	color: #344D5C;
	text-decoration: none;
}

a:hover {
	color: #A85809;
	text-decoration: underline;
}

.footer {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-top: 20px;
}
