
@charset "utf-8";

/*------------------------------------------------------------------------
# hrinkow-bikes.at - Print Stylesheet  (c) 2010
# ------------------------------------------------------------------------
# Copyright (C) 2010 , All Rights Reserved.
# Author: Concepta Werbeagentur
# Website:  http://www.concepta.at
-------------------------------------------------------------------------*/

html {
  height:auto;
  width:auto;
}

body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", Times New Roman, Serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://hrinkow-bikes.at " attr(href) ">) ";
}

#metaNavigation,
#headerContainer img,
#banner,
body.layout.home #content {
	display: none;
	visibility:hidden;
}

#navigation
{
	width:100%;
	overflow:visible;
	margin:0;
	height:auto;
	margin-bottom:20px;
}

#navigation .spacing
{
	float:none;
	width:35px;
	height:20px;
	display:inline;
}

#navigation a,
#navigation a:link, 
#navigation a:visited
{
	color:#bfbfbf;
	font-size:14pt;
	text-transform:uppercase;
	text-decoration:none;
	display:inline!important;
	float:none!important;
	width:auto;
	height:auto;
	padding:11px 8px 0 0;
	font-weight:bold;
	line-height:15pt;
}

#navigation a.aktiv {
 text-decoration:underline;
}

div#subNavigationContainer
{
	height:auto;
	width:100%;
	margin:0;
	position:relative;
  border-top:1px dashed #bfbfbf;
  padding-top:10px;
}

#subNavigation a,
#subNavigation a:link,
#subNavigation a:visited
{
	float:none;
	display:inline;
	width:auto;
	height:auto;
	margin:0 15px 0 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.9em;
	color:#4f4f4f;
}

#contentNews .newsbnav a {
  display:block;
  font-size:10pt;
}

#contentNews .newsbnav {
 margin-top:10pt;
}

#contentContainer,#content {width: 100%; margin: 0; float: none;}


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

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

#comments {
	page-break-before: always;
}

ol.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	ol.commentlist li div.comment-meta {
		font-size: 6pt;
	}

