/*******************************************************************************

	Project		:	www.gustogenese.at

	Copyright	:	philipp hofstätter webdesign
					www.fietstouring.com

	Version		:	2.0

******************************************************************************* */

/* =GLOBAL SETTINGS
=================================================================================================== */

* { margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	color: #444;
	background: #fff url(body_bg.gif) repeat-x left top;
	text-align:center;
	}
	
ul, li { list-style-type:none; }

a:link {  color: #0065b1; text-decoration: none;  }

a:hover { color: #002d53; text-decoration:none; }

a:visited { color: #5faeea; text-decoration:none; }

a img { 	border: none; }

a.link-back, a.link-forward, a.link-forward2 {
	display:block;
	margin-top: 1.5em;
	background: transparent url(arrow_back.gif) no-repeat left 2px;
	padding-left: 19px;
	text-decoration:none;
	font-weight:bold;
	color: #0065b1;
}

a.noblock { display:inline; }

a.link-forward { 
	background: transparent url(arrow_forward.gif) no-repeat left 2px;
}

a.link-forward2 { 
	background: transparent url(arrow_forward.gif) no-repeat right 2px;
	padding-right: 19px;
	padding-left: 0;
}

a.link-back:hover, a.link-forward:hover, a.link-forward2:hover { color: #002d53; text-decoration:none; }

dl.teaser a.link-forward { margin-top: 5px; }

h2 { 
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 25px;
	font-weight:normal;
	line-height: 1.3em;
	color: #1d8a6e;
	}

.headerInner h3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 14px;
	color: #000;
	padding-left: 1px;
}

.headerInner h3 span {
	color: #ff7800;
	font-weight:bold;
	font-size: 17px;
}

h4 { font: normal 1.4em Arial, Helvetica, serif; color: #ff9000; margin-bottom: 0.8em; line-height: 1.3em;  }
h5 { font: bold 1.1em Arial, Helvetica, serif; color: #000; margin-bottom: 0.6em; }

p { 
	margin: 0 0 1em 0;
	line-height: 1.55em; 
}



/* =SEITENSTRUKTUR
=================================================================================================== */

#container { 
	width:790px;
	margin: 0 auto;
	text-align: left;
}

#header { 
	position:relative;
	width: 790px;
	height: 139px;	
}

h1#logo a { 
	display:block;
	width: 790px;
	height: 130px;
	text-indent: -5000em;
	border:none;
	outline:0;
	background-position: left top;
	}

#main-body-inner {
	position:relative;
	padding: 20px 8px 10px 7px;
	line-height: 1.55em;
}

#content { 
	width:550px;
	padding: 20px 0 0 0;
	text-align:left;
	min-height: 300px;
}

#content.home {
	padding-left: 0;
	min-height:350px;
	width: 575px;
	float:left;
}

.headerInner {
	position:relative;
	padding: 0 0 5px 2px;
	height: 62px;
	border-bottom: 1px solid #eaeae8;
	background-color:transparent;
}

#right { 
	position:absolute;
	right: 8px;
	top: 105px;
	width:205px;
	line-height: 1.5em;
	font-size: 90%;
}

#rightBlock {
	float:right;
	width: 190px;
	background: #faf9f4 url(home_main_bg.gif) repeat-y left top;
	padding-left: 10px;
	text-align:right;
}



/* =NAVIGATION
=================================================================================================== */

#navigation { 
	position:absolute;
	bottom: 1px;
	left: 0;
	width:762px;
	padding: 0 0 4px 9px;
	}

#navigation li { 
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	padding-left: 0;
}

#navigation li a { 
	float:left;
	display:block;
	text-decoration:none;
	color: #000;
	font-weight:bold;
	border:none;
	padding: 1px 15px 0 0;
	background: none;
	font-size: 12px;
	}

#navigation li.active a, #navigation li a:hover {
	color: #002d53;  
	}


/* Subnav Links */

#sub { 
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #56a792;
	border-right: 1px solid #ddd;
	background: #f9f9f9 url(section_nav_l_bg.gif) repeat-y left top;
}

#sub li { 
	padding: 0 7px 0 15px;
}

#sub li.moreinfo {
	background-color: #1d8a6e;
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
	padding: 3px 0 3px 15px;
}

#sub li a { 
	display:block;
	font-size: 11px;
	text-decoration:none;
	padding: 7px 0 6px 0;
	color: #666;
	border-bottom: 1px solid #ddd;
}

#sub li a:hover {
	background-color: #fff;
	color: #000;
}

#sub li.active {
	background: transparent url(section_nav_on.gif) no-repeat left 6px;
}

#sub li.active a.current { 
	font-weight:bold;
	color: #1d8a6e;
	}

#sub.nav3rd li a {
	width: 138px;
	padding-left: 18px;
}

/* Suchformular */

#suchbox {
	position:absolute;
	top: 10px;
	right: 2px;
}

#suchbox .search {
	border: 2px solid #f1eee6;
	padding: 2px;
	width: 165px;
	color: #444;
}

#suchbox .button {
	width: auto;
	height: auto;
	margin-bottom: 0px;
	vertical-align: top;
	margin-left:0;
}

.searchResult a {
	font-weight:bold;
}

.searchTip {
	margin-left: 5px;
	font-weight: bold;
	color: #ff9000;
}

/* =SEITENSTYLES
=================================================================================================== */

/* Textblock Standard */

.textContent { width: 100%; margin-bottom: 1.5em;  line-height: 1.55em; clear:both;  }

.textContent p { line-height: 1.5em; }

#content li {
	background: transparent url(bullett.gif) no-repeat left 6px;
	padding-left: 12px;
	line-height: 1.55em;
	margin-bottom: .2em;
}

#content ul.striped li {
	padding: 8px 8px 5px 10px;
	margin-bottom: .3em;
	background:none;
}

#content ul.striped li.alt {
	background: #ebebeb url(li_striped_bg.gif) repeat-x left top;
}

#content ul {
	margin-bottom: 1em;
}


/* Team */

dl.team-member {
	width: 520px;
	margin-bottom: 18px;
}

dl.team-member dt {
	float:left;
	width: 120px;
	padding-top: 3px;
}

dl.team-member dt img {
	border: 1px solid #ddd;
	padding: 1px;
}

dl.team-member dd {
	margin-left: 140px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeae8;
}

dl.team-member dd h4 {
	color: #ff9000;
	font-size: 15px;
	line-height: 1.2;
}

dl.team-member dd h4 span {
	display:block;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	font-weight:bold;
}

.team-kontakt {
	display:block;
	padding: 0px 0 0 15px;
}

/* Kochkurse */

.kursDetail { margin: 0.2em 0 0.5em 0; width: 100%; }

.kursDetail td {
	padding: 8px 3px 7px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

td.termin { 
	color: #000;
	background: #dcdcdc url(termin_bg.gif) repeat-x left bottom;
}

/* Liste */

ul.articleList li a {
	display:block;
	text-decoration:none;
	color: #000;
}

ul.articleList li a strong { 
	display:block;
	margin-bottom: 3px;
	color: #0065b1;
}

ul.articleList li a:hover {
	text-decoration:none;
	color: #000;
}

ul.articleList li a:hover strong {
	color: #002d53;
}

ul.articleList li a:hover span {
	color: #000;
}

ul.articleList li a:visited {
	color: #666;
}

span.articleDescr {
	display:block;
}

span.termin {
	display:block;
	background: transparent url(calendar_date.gif) no-repeat left top;
	color: #666;
	padding-left: 22px;
	line-height: 1.8;
	font-weight:bold;
}


/* Rezepte */

dl.rezept dt, dl.news dt {
	float:left;
}

dl.rezept dt a {
	position:absolute;
	display:block;
	width: 135px;
	height: 132px;
	border: 1px solid #ddd;
	padding: 1px 1px;
	top: 105px;
	left:6px;
}

dl.news dt a {
	position:relative;
}

dl.news dt img {
	padding: 1px;
	border: 1px solid #ddd;
}

dl.news dt #enlarge {
	border:0;
	padding:0;
	position:absolute;
	bottom: 5px;
	right: 4px;
}

dl.rezept dt a img {
	position:absolute;
	bottom: 5px;
	right: 8px;
}

dl.rezept dd, dl.news dd {
	margin-left: 150px;
}

#content dl.rezept dd li, #content dl.news dd li 	{
	background: transparent url(bullett.gif) no-repeat left 6px;
	padding-left: 12px;
}	


/* Bücher */

dl.buch dt {
	float:left;
	width: 125px;
	font-size: 10px;
}

dl.buch dt p {
	margin-top: 0.5em;
}

dl.buch dd {
	margin-left: 135px;
}

#content dl.buch dt li { padding-left: 0; }



/* =RECHTE SPALTE
=================================================================================================== */

a.imageRight {
	position:relative;
	display:block;
	width: 203px;
	height: 135px;
	margin-top: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

a.imageRight img {
	position:absolute;
	bottom: 4px;
	right: 4px;
}

p.byline {
	padding: 3px 0 2px 5px;
	background-color: #ddd;
	width: 202px;
	line-height: 1.3em;
}


/* =HOMEPAGE
=================================================================================================== */

dl.teaser {
	width: 278px;
	height:120px;
	float:left;
	padding: 5px 8px 0 0;
}

dl.teaser dt {
	float:left;
}

dl.teaser dt img {
	border: 1px solid #ddd;
	padding: 1px;
}

dl.teaser dd p {
	margin-bottom: 0;
	line-height: 1.45em;
}

dl.teaser dd {
	margin-left: 94px;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	min-height: 96px;
}

/* NEWS Block */

#news {
	clear:both;
	border-top: 1px solid #eaeae8;
	width: 555px;
	padding-top: 10px;
}

#news h4 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}

#news ul {
	margin-top: 5px;
}

#news ul a { display:block; font-weight:bold; }

/* Right Block */

div.rightBlock {
	width: 190px;
	text-align:left;
	background-color: #f1eee6;
	margin-top: 12px;
	padding-bottom: 5px;
}

div.blockHeader {
	padding: 1px 0 0 10px;
	color: #fff;
	font-weight:bold;
}

div.Grau { background: #dcdcdc url(blockRight_bg_grey.png) repeat-x left top; }
div.Orange { background: #dcdcdc url(blockRight_bg_orange.png) repeat-x left top; }

div.blockContent {
	padding: 5px 5px 6px 8px;
	width: 177px;
	line-height: 1.4em;
}

div.blockContent img { margin-right: 6px; }

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

#footer { 
	font-family: Arial, helvetica, sans-serif;
	padding: 40px 0 0 0;
	text-align:left;
	color: #666;
	font-size: 10px;
	background: transparent url(botbar.gif) no-repeat center top;
	height: 50px;
	width: 775px;
	margin: 0 auto;
}

#footer a {
	color: #666;
	font-size: 11px;
 	text-decoration:none;
 }
 
 #footer a:hover { color: #000; }



/* misc.
---------------------------------------------------------- */

hr {
	height: 1px;
	color: #fff;
	border-width: 1px 0 0 0;
	border-color: #eaeae8;
	border-style: solid;
	margin: 0 0 12px 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
	}

.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 */

/* self-clearing floats */

ul#navigation:after, #content dl.team-member:after, dl.teaser:after, div.rightBlock:after, #main-body-inner:after { 
	content: "."; 
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
