/* CSS Document */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	color: #000000;
	background-color:#FFFFFF;
	letter-spacing:1px;
	}
	
/*  -------------------- Hintergrundrahmen zentriert --------------------  */
#bg
	{
	position: absolute;
	width: 750px;
	height: 590px;
	left: 50%;
	top: 50%;
	border-color:#FFFFFF;
	border: 0px;
	margin-left: -375px;
	margin-top: -295px; 
	}
	
#prev
	{
	position: absolute;
	width: 375px;
	height: 435px;
	left: 0px;
	top: 130px;
	border: 0px;
	}
	
#next
	{
	position: absolute;
	width: 375px;
	height: 435px;
	left: 375px;
	top: 130px;
	border: 0px;
	}
	
/*  -------------------- LINK STANDARD --------------------  */
#link
	{
	position:absolute;
	width: 0px;
	height: 10px;
	top: 55px;
	border: 0px;
	text-decoration: none;
	left:0px;
	}

/*  -------------------- LINK FASHION --------------------  */
a.fashion, a.fashion:visited
	{
	position:absolute;
	left:0px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
	}

	
a.fashion:hover, a.fashion:active
	{
	position:absolute;
	left:0px;
	color: #000000;
	font-weight: 900;
	}
	
/*  -------------------- LINK FOOD --------------------  */
a.food, a.food:visited
	{
	position:absolute;
	left:170px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
	}

	
a.food:hover, a.food:active
	{
	position:absolute;
	left:170px;
	color: #000000;
	font-weight: 900;
	}
	
/*  -------------------- LINK PROJECTS --------------------  */
a.projects, a.projects:visited
	{
	position:absolute;
	left:250px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
	}

	
a.projects:hover, a.projects:active
	{
	position:absolute;
	left:250px;
	color: #000000;
	font-weight: 900;
	}
	
/*  -------------------- LINK CLIENTS --------------------  */
a.clients, a.clients:visited
	{
	position:absolute;
	left:370px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
	}

	
a.clients:hover, a.clients:active
	{
	position:absolute;
	left:370px;
	color: #000000;
	font-weight: 900;
	}
	
/*  -------------------- LINK CONTACT --------------------  */
a.contact, a.contact:visited
	{
	position:absolute;
	left:480px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
	}

	
a.contact:hover, a.contact:active
	{
	position:absolute;
	left:480px;
	color: #000000;
	font-weight: 900;
	}