/* 
 * style.css
 * part of: haflingerklub-zo.ch
 * copyright: thomas.schalch.net - Internet Solutions, Switzerland
 * coder: Thomas Schalch
 * date: Jan 2009
 * 
 * Description (de): CSS-Stylesheet
 */

body {
	background-color: #003366;
	background-image: url("../img/bg3.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	font-size:13px;
	font-family: Tahoma, "TrebuchetMS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#000000;
	padding:0px;
	margin:0px;
}

h1 {
	color:#669900;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	border-bottom:1px solid #669900;
	margin: 0px 0px 27px 0px;
	padding:0px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

h3 {
	color:#669900;
	font-size:17px;
	font-weight:bold;
	font-style: italic;
}

a {
	color: #669900;
}

p.spez:first-letter {
	font-weight: bold;
	color: #0000FF;
}

#container {
	background-image: url("../img/bg1.jpg");
	position:relative;
	margin: 0px auto 0px auto;
	width: 800px;
}

#top {
	width: 800px;
	height: 237px;
	margin: 0px;
	padding: 0px;
	background-image: url("../img/top1.jpg");
}

#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 660px;
	padding: 30px 70px 0px 70px;
	margin: 0px;
	height: 30px;
	text-align: right;
	font-size: 13px;
}

#navigation ul {
	list-style:none;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	position: relative;
	text-align: center;
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #669900;
	padding: 1px;
	margin: 0px;
	width: 78px;
}

#navigation ul li:hover {
	background-color: #669900;
}

#navigation ul li a {
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

#text {
	padding: 21px 70px 0px 70px;
	margin: 0px;
	text-align: justify;
}

#text table tr td {
	vertical-align: top;
}

#bottom {
	margin: 0px;
	width: 800px;
	height: 62px;
}

#bottom div {
	padding: 10px 70px 0px 70px;
	font-size: 10px;
	color: #888888;
	line-height: 12px;
}


/* Spezifische Formatierungen */

img.galleryImg {
	margin: 5px;
	padding: 4px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

img.galleryImg:hover {
	background-color: #E0E0E0;
}