@charset "UTF-8";
/* CSS Document */

/*  
Name: visualimpact.ch 
Description: Visual Impact ist DIE Outdoor-Bildagentur mit Spezialgebiet Extremsport und Abenteuer. Die Bilder unserer Fotografen bieten echte, authentische Action – gekonnt in Szene gesetzt. Egal ob in der Eiger Nordwand, am Nordpol oder gleich vor der Haustür.
Author: Martin Stettler, dieweberei.ch, Agentur für Webdesign & Multimedia, Schweiz
Author URL: http://www.dieweberei.ch
*/

/*-----------------------------------------------------------------------------------------------
	  Global Styles 
-----------------------------------------------------------------------------------------------*/
* {
	padding:			0;
	margin:				0;
}
p {
	text-align:			left;
	line-height:		16px;
	color:				#51626F;
}
h1	{
	font-size:			11px;
	color:				#51626F;
	letter-spacing:		2px;
	line-height:		24px;
}
a {
	color:				#51626F;
	text-decoration:	underline;
}
a:hover {
	color:				#51626F;
	text-decoration:	none;
}
.black	{
	color:				#000;
}
/*-----------------------------------------------------------------------------------------------
  Layout
-----------------------------------------------------------------------------------------------*/
body{
	background:			#FFF;
	color:				#51626F;
	font-size:			11px;
	font-family:		"Helvetica Neue", Arial, Geneva, sans-serif;
}
#desk	{
	position: 			absolute;
	left: 				50%;
	top: 				0px;
	width: 				980px;
	height: 			auto;
	margin-left:		-490px;
	margin-top:			0px;
}
#header	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				980px;
	height: 			70px;
	border-top:			2px solid #51626F;
	float:				left;
}
#search	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				980px;
	height: 			30px;
	margin-top:			30px;
	float:				left;
}
#content	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				980px;
	height: 			auto;
	float:				left;
}
#footer	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				980px;
	height: 			30px;
	background-color:	#D6E342;
	margin-top:			20px;
	border-bottom:		2px solid #51626F;
	float:				left;
}
/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
#mainNavi	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				645px;
	height: 			14px;
	margin-top:			46px;
	background-color:	#51626F;
	padding:			7px 0px 7px 30px;
	float:				left;
}
/*-----------------------------------------------------------------------------------------------
  Content
-----------------------------------------------------------------------------------------------*/
#logo	{
	position:			relative;
	left: 				30px;
	top: 				0px;
	width: 				250px;
	height: 			auto;
	margin-top:			20px;
	float:				left;
}
.welcome {
	color:				#D6E342;
	font-weight:		bold;
	letter-spacing:		1px;
}
#image	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				650px;
	height: 			auto;
	margin-left:		25px;
	float:				left;
}
#text	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				250px;
	height: 			auto;
	margin-left:		30px;
	float:				left;
}
#address	{
	position:			relative;
	left: 				0px;
	top: 				0px;
	width: 				250px;
	height: 			auto;
	margin-top:			80px;
	text-align:			right;
	float:				left;
}
.address {
	text-align:			left;
	line-height:		16px;
	color:				#51626F;
}
/* jQuery */
ul#portfolio li {
	list-style: 		none;
}
/*-----------------------------------------------------------------------------------------------
  Author
-----------------------------------------------------------------------------------------------*/
#diewebe 	{
	position:			absolute;
	color:				#51626F;
	font-family:		"Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 			10px;
	bottom:				5px;
	right:				10px;
}
.diewebe a	{
	text-decoration:	none;
}
.diewebe a:hover	{
	text-decoration:	underline;
}	
