/*	Autor: Michael Winter */
/*	www.winterdienst.info */


/* Allgemein: */

html, body, p, {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #000;
}

body {
	margin: 24px 0 0 30px;
}

p { 
	line-height: 160%;
}

.clear {
	clear: both;
	height: 0;
}

hr {
	clear: both;
	height: 0; 
    border: solid #ccc;
    border-width: 1px 0 0 0;
	margin: 6px 0;
}

/* Layout */

#container {
	text-align: left;
}

#kopf {
}

#klammer {
}

#navigation {
	display: none;
}


#inhalt {
	width: 600px;
}

#galerie {
	margin: 0 0 14px 0;
}


/* Typo */


h1 {
	color: #004c19;
	text-decoration: none;
	text-transform:uppercase;
}

#kopf a {
	text-decoration: none;
}

h2 { 
	color: #ccc;
	text-decoration: none;
	text-transform:uppercase;
}

h1 span, h2 span {
}

h3 {
	font-size: 1.4em;
	color: #004c19; 
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 4px 0 8px 0;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 0;
}

#inhalt ul {
	list-style-type: disc;
	margin: 0;
	padding: 4px 0 20px 16px;
}

#inhalt li {
	line-height: 120%;
	padding: 6px 0;
}



/* Links */

#inhalt p a {
	color: #004c19;
	font-weight: bold;
	text-decoration: underline;
}

#inhalt p a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #004c19;
}


/* Links auf Bildern */

#inhalt a:link img, #inhalt a:visited img {
	border: #999 solid 1px;
}

#inhalt a:active img, #inhalt a:hover img {
	border: #060 solid 1px;
}

#galerie img{
	margin: 1px 4px 2px 0;
}


/* Bilder */

.bildRahmen {
	border: 1px solid #999;
}

.bildrechts {
	border: 1px solid #999;
	margin: 6px 0 12px 12px;
	float: right;
}

.bildrechtsohnerand {
	margin: 6px 0 12px 12px;
	float: right;
}



