/*

	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	fietstouring.com v2.0 CSS
	last edit: 02.04.2010
	copyright: philipp hofstätter, fietstouring.com
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	

*/


/* -- Basic HTML Elements -- */

* { margin:0; padding:0; }

body {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: 11px;
	color: #141414;
	background: #fff url(bg.png) no-repeat center top;
	text-align:center;
	}
	
ul, li { list-style-type:none;  }
a img { border:none; }
form { display:inline; }

a:link, a {
  text-decoration: underline; 
  color: #000;
}

a:hover {
	color: #666;
}

h1#logo a {
	position:absolute;
	top: 35px;
	left: 0px;
	width: 166px;
	height: 26px;
	background: transparent url(logo.png) no-repeat left top;
	text-indent: -5000em;	
}

h2 {
	position:absolute;
	top: 47px;
	left: 175px;
	color: #000;
	font-size: 11px;
	text-transform:lowercase;
}

h3 {
	font-size: 11px;
	margin: 0 0 15px 0;
	color: #141414;
}

h4 { font-size: 11px; }


/* -- Seitenlayout -- */

#container {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
	
#content {
	position:absolute;
	width: 760px;
	top: 90px;
	left: 200px;
	line-height: 1.5em;
	padding-bottom: 30px;
	text-align:left;
}


/* =Main Navigation
***********************************************************************************************/

ul#navigation { 
	position:absolute;
	top: 47px;
	right:190px;
	width:auto;
}

ul#navigation li {
	display:inline;
}

ul#navigation li a { 
	color: #000;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	padding: 0 15px;
}

ul#navigation a.active, ul#navigation li a:hover, ul#navigation ul.nav2nd li a:hover, ul#navigation ul.nav2nd li.active a {
	color: #666;
}

div#projectsNav {
	position:absolute;
	top: 105px;
	left: 0;
	width: 200px;
	height:auto;
	text-align:left;
}

div#projectsNav h3 {
	margin-bottom: 8px;
}

div#projectsNav ul {
	margin: 0 0 12px 0;
}

div#projectsNav li a {
	line-height: 1.6;
	text-decoration:none;
}

div#projectsNav li a.active, div#projectsNav li a.active:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

div#projectsNav li a:visited {
	color: #000;
}


/* =Content
**********************************************************************************/

/* WYSIWIG Text */

.textContent {
	height:auto;
	width: 480px;
	margin: 40px 0 0 200px;
}

.textContent p {
	margin: 0 0 10px 0;
}

.indent {
	padding: 20px 0 0 35px;
}

div.textContent ul { padding-bottom: 12px; }

div.textContent li { 
	list-style-type:none; 
	margin-left: 8px;
}


	
/* =SLIDESHOW
**********************************************************************************/

#main_image { 
	position:relative;
	height: 544px;
	width: 580px;
	margin-bottom: 15px;
	background: transparent url(ajax-loader.gif) no-repeat center center;
}

.galleria {	
	position:absolute;
	right:0;
	top: 55px;
	list-style-type:none;
	width: 160px;
	height: 400px;
	overflow:hidden;
}

.galleria_wrapper {
	background:transparent;
}

.galleria li {
	display:block;
	width:160px;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0 0 10px 0;
}

.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}

/* Slideshow Nav */

div.info {
	display:none;
}

/*span.nav a {
	color: #676767;
	font-style:normal;
	text-decoration:none;
	outline:0;
}

span.nav a:hover { color: #000; }

span#current { margin-left: 5px; }*/

span.caption {
	display:block;
	color: #000;
	margin-left: 20px; 
}

h4.link {
	position:absolute;
	top: 12px;
	right: 0;
}

h4.link a {
	background: transparent url(link.png) no-repeat left top;
	padding-left: 18px;
}

/* =EXTRAS (clears floats - do not edit or delete)
================================================ */

