/*
Style sheet sofawanzen.saisch-e-gruess.ch
___________________________________________________________________

Description		CSS Layout properties
Company			saisch-e-gruess.ch
@date			08/07
@author			PR
*/

/* General settings */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 12px/18px Courier New, Courier, monospace;
	color: #666;
	text-align: center; /* Opera center bug */
	height: 100%;
	background: #f0f0f0 url(../images/layout/bg.gif) left top no-repeat;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p {
	margin: 18px 0;
}

#claim p {
	margin: 0;
	padding: 10px 100px 0 0;
}

/* Layers */
#container {
	position: relative;
	width: 664px;
	min-height: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 110px;
	text-align: left;
	background: transparent url(../images/layout/bg-container.gif) center top repeat-y;
}

* html #container {
	height: 100%; /* Say hello to IE */
}

#eyecatcher {
	position: relative;
	width: 664px;
	height: 220px;
	background: transparent url(../images/layout/bg-eyecatcher.gif) left 200px no-repeat;
}

#eyecatcher h1 {
	text-indent: -10000px;
}

#content {
	position: relative;
	width: 624px;
	padding: 20px;
	margin-bottom: 80px;
}

#navigation {
	position: relative;
	width: 624px;
	padding: 0 20px;
	font: bold 11px/16px Courier New, Courier, monospace;
	color: #eca4cd;
}

#claim {
	position: relative;
	width: 620px;
	height: 80px;
	padding: 0 20px;
	background: #eca4cd url(../images/layout/claim.gif) right top no-repeat;
	font: 10px/12px Courier New, Courier, monospace;
	color: #fff;
	text-align: left;
	margin: -80px auto 0 auto;
}

/* Hyperlinks */
a:link, a:visited, a:hover, a:active {
	color: #eca4cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active:link, a.active:visited, a.active:hover, a.active:active {
	text-decoration: underline;
} 

/* Navigation */
#navigation li {
	list-style: none;
	display: inline;
}

/* Content images */
#content img {
	background-color: #f0f0f0;
	padding: 5px;
	margin-right: 20px;
	border: 1px solid #e1e1e1;
	float: left;
}

#content p.legend {
	clear: both;
	height: 215px;
}