/*

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

*/


/* -- Basic HTML Elements -- */

* { margin:0; padding:0; }

body {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Tahoma,sans-serif;
	font-size: 11px;
	color: #141414;
	background: #fff url(bg_body.png) repeat-x left top;
	text-align:center;
	}
	
ul, li { list-style-type:none;  }

a img { border:none; }

form { display:inline; }

a {
  text-decoration: none; 
  color: #141414;
}

a:hover {
	color: #863529;
}

h1 {
	font-size: 36px;
	display:inline;
	color: #fff;
}

h1 a {
	text-decoration:none;
	color: #141414;
	text-shadow: -1px -1px 0px #202020;
}

h2 {
	font-size: 13px;
	text-transform:lowercase;
	display:inline;
}

h3 {
	font-size: 13px;
}

h4 { 
	font-size: 13px;
	text-transform:uppercase;
 }
 
.fbcnd {
 	font-size: 16px;
 	text-transform: uppercase;
}


/* -- Seitenlayout -- */

#header {
	height: 45px;
	padding: 25px 0 0 15px;
	margin: 0 auto;
	/*border-bottom: 1px dotted #98a6b1;*/
	text-align:left;
	margin-bottom: 1em;
}

#headerInner {
	position:relative;
	width: 990px;
	margin: 0 auto;
	text-align:left;
}

#container {
	position:relative;
	width: 990px;
	margin: 0 auto;
}
	
#content {
	line-height: 1.5em;
	padding: 2em 0 10px 0;
	text-align:left;
	margin-left: 235px;
	width: 790px;
	position:relative;
	min-height: 500px;
}

#projectDescr {
	position:absolute;
	top: 201px;
	right:0;
	width: 175px;
	color: #E07969;
	line-height: 1.4em;
}

#projectDescr a {
	color: #98a6b1;
}

#projectDescr a:hover { color: #141414; }

#projectDescr p {
	margin-bottom: 1.3em;
}

#projectDescr h4 {
	font-size: 16px;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #E07969;
	padding-bottom: 0.3em;
	letter-spacing: 0.03em;
}

#projectDescr h4 a {
	color: #e07969;
	letter-spacing: 0.04em;
}

#projectDescr .outlink {
	display:block;
	color: #e07969;
	font-weight:bold;
	text-decoration:none;
	padding-top: 1.4em;
	font-size: 16px;
}

#projectDescr .outlink:hover {
	color: #863529;
}

.projectPics li {
	margin-bottom: 2em;
}

#blaetterNav {
	position:absolute;
	top: 172px;
	right: 125px;
}

#blaetterNav a {
	font-size: 16px;
	color: #e07969;
	font-weight:bold;
	margin-right: 8px;
}

#blaetterNav a:hover, #blaetterNav a:active {
	color: #863529;
}

#blaetterNav a.inactive {
	color: #f2c2ba;
}

.top {
	text-align:right;
	font-size: 10px;
	padding-right: 170px;
}

.top a {
	color: #e07969;
	font-weight:bold;
}

.top a:hover { color: #863529; }

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

#navigation { 
	position:absolute;
	top: 15px;
	left: 248px;
}

#navigation li {
	display:inline;
}

#navigation li a { 
	color: #e07969;
	font-size: 16px;
	text-decoration: none;
	margin-right: 20px;
}

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

.rex-navi1 {
	position:absolute;
	top: 52px;
	left: 0;
	width: 200px;
	height:auto;
	text-align:left;
}

.rex-navi1 li {
	margin-bottom: 8px;
}

.rex-navi1 a {
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #98a6b1;
	letter-spacing: 0.03em;
	/*background-color: #98a6b1;*/
	line-height:1;
	padding: 1px 0 2px 8px;
	/*-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;*/
	text-transform: uppercase;
	display:block;
}

.rex-navi2 {
	padding-bottom: 1em;
}

.rex-navi2 li {
	margin: 0;
	border-bottom: 1px dotted #98a6b1;
	padding: 0.2em 0 0.15em 8px;
}

/*.rex-navi2 li:nth-child(2n) {
	background-color: #EFF8FF;
}*/

.rex-navi2 a {
	line-height: 1.5;
	text-decoration:none;
	font-size:10px;
	color: #98a6b1;
	background:none;
	text-transform: none;
	display:inline;
	padding:0;
	letter-spacing:0;
}

.rex-navi2 a:hover {
	color: #141414;
}

.rex-current a { 
	font-weight:bold;
	color: #fff;
	background: #98a6b1;
	padding: 1px 4px;
	
}

/* =FOOTER
**********************************************************************************/

#footer {
	/*background: transparent url(bg_footer.png) repeat-x left bottom;*/
}

#footerTop {
	background: transparent url(footerTop.png) repeat-x left top;
	height: 84px;
}

#footerMain {
	background: #98A6B1 url(stripe.png) repeat left top;
	height: 85px;
	padding: 2em 0 2em 0;
	line-height: 1.4;
}

#footerInner {
	width: 990px;
	margin: 0 auto;
	text-align:left;
	color: #fff;
	font-size: 10px;
}

.footerFloat {
	float:left;
	margin-right: 55px;
}

#footer h1 a {  color: #fff; }

/* =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;
}


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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


