/* 
	Style Sheet 
  	pilgerstop.ch
  	4.2.2010 Christoph Berger, endo.ch
*/



/* Typografie */

p, td, li, a {
	font-family: HelveticaNeue, 'Helvetica Neue', Arial, sans-serif;
	color: #404040;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 {
	font-family: HelveticaNeue-Light, 'Helvetica Neue', 'Helvetica Neue Light', Arial, sans-serif;
	color: #666666;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h2 {
	font-family: HelveticaNeue-Bold, 'Helvetica Neue', Arial, sans-serif;
	color: #404040;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #404040;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

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

a:visited {
	color: #d67053;
}

a:hover {
	color: #d67053;
	text-decoration: underline;
}


#navbar a {
	color: #666666;
	font-weight: bold;	
}

#navbar a:hover {
	color: #999999;
	text-decoration: none;
}

#navbar .current a, #navbar .current a:hover  {
	color: #88a6e6;
}

#navbar .disabled a, #navbar .disabled a:hover {
	color: #dddddd;
}

img {
	border: 0px;
}

.content .flowtext {
	line-height: 17px;
}

.footer p, .footer p a {
	font-size: 10px;
}

.zitiert p {
	font-style: italic;
}


/* Layout */

body {
	background-color: #515151; 
	margin: 0px;
	padding: 0px;
}

#sheet {
	width: 680px;
	margin: 8px auto 20px auto;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	border: 1px solid #888888;
}

#navbar li {
	display: inline;
	padding: 0px 16px 0px 0px;
}

#navbar ul {
	margin: 0px auto 0px auto;
	padding: 0px;
}

#navbar {
	height: 25px; 
	text-align: center;
	border-bottom: 3px solid #dddddd;
	margin: 5px 10px 0px 10px;
}

.header {
	height: 50px;
	margin: 17px 10px 20px 10px;
}

.header h1 {
	margin: 0px;
}

.flowtext, .boxes {
	margin: 0px;
	padding: 0px;
}

.flowtextright .flowtext {
	width: 409px;
	float: right;
}

.flowtextright .boxes {
	width: 270px;
}

.content .box, .content .nobox {
	padding: 10px 10px 6px 10px;
	margin: 0px 0px 1px 0px;
	border-bottom: 3px solid transparent;
}

.content .box {
	background-color: #c0ccf0;
	border-bottom: 4px solid  #c0ccf0;
}
*:first-child+html .content .box {
	border-bottom-width: 0px;
}

.content td {
	text-align: left;
	padding: 0px;
}

.content td.right {
	text-align: right;
}

.footer {
	clear: both;
	text-align: center;
	margin-top: 30px;
}

