/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet", Helvetica, Arial, sans-serif;
	color:#4C4C4C;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 16px;
}
#wrapper {
	width:890px;
	height:580px;
	margin-top:-290px;
	margin-left:-445px;
	top:50%;
	left:50%;
	position:absolute;
	text-align:left;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	color: #AE0000;
	margin-bottom: 0px;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* content */

#header {
	height: 50px;
	position: relative;
	top: 0;
	left: 0;
	width: 890px;
}
/* content */

#content {
	height: 475px;
	position: relative;
	width: 890px;
	margin: 0;
}
#content_home {
	height: 525px;
	position: relative;
	width: 890px;
	margin: 0;
}
#content #image {
	position: relative;
	top: 0;
	left: 0px;
	float: left;
	height: 455px;
	width: 520px;
}
#content #text {
	position: relative;
	width: 350px;
	height: 455px;
	float: right;
	right: 0px;
	overflow: auto;
}
#content #detail {
	position: relative;
	width: 804px;
	height: 455px;
	float: left;
}

#content #detailinfos {
	position: relative;
	width: 872px;
	height: 455px;
	margin-left: 8px;
}

/* menue */

#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 890px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -27px;
}
#nav a:active, #nav a.nav_selected {
	background-position: 0 -27px;
}
#nav_news a {
	width: 80px;
	background: url(../images/menue/news.gif) top left no-repeat;
}
#nav_portraits a {
	width: 86px;
	background: url(../images/menue/portraits.gif) top left no-repeat;
}
#nav_advertising a {
	width: 110px;
	background: url(../images/menue/advertising.gif) top left no-repeat;
}
#nav_projects a {
	width: 63px;
	background: url(../images/menue/projects.gif) top left no-repeat;
}
#nav_awards a {
	width: 75px;
	background: url(../images/menue/awards.gif) top left no-repeat;
}
#nav_contact a {
	width: 76px;
	background: url(../images/menue/contact.gif) top left no-repeat;
}
#nav_blank {
	width: 348px;
	background: url(../images/menue/blank.gif) top left no-repeat;
	height: 27px;
}
#nav_imprint a {
	width: 52px;
	background: url(../images/menue/imprint.gif) top left no-repeat;
	margin-left: 330px;
}
/* submenue */


#subnav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 500px;
}
#subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#subnav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:27px; /* for IE5/Win */
}
#subnav a:hover {
	background-position: 0 -27px;
}
#subnav a:active, #subnav a.nav_selected {
	background-position: 0 -27px;
}
/* submenue portrait */

#submenue_portrait {
	position: absolute;
	margin-top: 27px;
	margin-left: 78px;
}
#subnav_artists a {
	width: 46px;
	background: url(../images/submenue/artists.gif) top left no-repeat;
}
#subnav_corporate a {
	width: 68px;
	background: url(../images/submenue/corporate.gif) top left no-repeat;
}
#subnav_friends a {
	width: 110px;
	background: url(../images/submenue/friends.gif) top left no-repeat;
}
/* submenue projects */

#submenue_projects {
	position: absolute;
	margin-top: 27px;
	margin-left: 274px;
}
#subnav_flickwerk a {
	width: 66px;
	background: url(../images/submenue/flickwerk.gif) top left no-repeat;
}
#subnav_times a {
	width: 92px;
	background: url(../images/submenue/times.gif) top left no-repeat;
}
/* submenue awards */

#submenue_awards {
	position: absolute;
	margin-top: 27px;
	margin-left: 356px;
}
#subnav_kodak a {
	width: 124px;
	background: url(../images/submenue/kodak.gif) top left no-repeat;
}
#subnav_nestle a {
	width: 90px;
	background: url(../images/submenue/nestle.gif) top left no-repeat;
}
#subnav_calendar a {
	width: 108px;
	background: url(../images/submenue/calendar.gif) top left no-repeat;
}
/* button prev, next */
a.prev {
	display:block;
	width:43px;
	height:18px;
	background:url(../images/main/arrow_left.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-top: 225px;
}
a.next {
	display:block;
	width:43px;
	height:18px;
	background:url(../images/main/arrow_right.png) no-repeat;
	float:left;
	cursor:pointer;
	clear:right;
	margin-top: 225px;
	background-position: right top;
}
a.prev:hover {
	background-position:0px -18px;
}
a.next:hover {
	background-position:right -18px;
}
a.disabled {
	visibility:hidden !important;
background:url() no-repeat;
}