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


/* Allgemein: */

html, body, p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

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

body {
	text-align: center;
	background: url(pics/bg1.jpg) repeat; 
	background-color: #3f990b;
}

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 {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

#kopf {
	margin: 18px 0;
	padding: 0;
	width: 800px;
	height: 172px;
}

#klammer {
	background-color:#fff;
}

#navigation {
	width: 230px;
	float: left;
	margin: 6px 15px 0 0;
}

.obenrund {
	width: 800px;
	height: 8px;
	overflow: hidden;
	background: transparent url(pics/ecke_oben.gif) no-repeat top left;
}

.untenrund {
	width: 800px;
	height: 8px;
	overflow: hidden;
	background: transparent url(pics/ecke_unten.gif) no-repeat top left;
	margin-bottom: 20px;
}

#inhalt {
	margin: 10px 15px 0 0;
	padding: 0;
	width: 538px;
	float: left;
}

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


/* Typo */


h1 { 
	background: transparent url(pics/logo_frank_ballnath.gif) no-repeat top left;
	width: 800px; 
	height: 172px;
}

h2 { 
	width: 0; 
	height: 0;
}

h1 span, h2 span {
	display: none;
}

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: none;
}

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

/* Links Navigation */

#navigation ul {
	font-size: 1.1em;
	font-weight: normal;
}

#navigation ul ul {
	font-size: 0.8em;
}

#navigation ul a { 
	font-weight: bold;
	padding: 4px 0 3px 16px;
}

#navigation ul ul a { 
	font-weight: bold;
	padding: 3px 0 4px 26px;
}

#navigation a {
	color: #004c19; 
	display: block;
	text-decoration: none;
	background: transparent url(pics/nav_bg.gif) no-repeat 0px -100px;
}

#navigation a:hover, #currentpage a {
	background: transparent url(pics/nav_bg.gif) no-repeat 0px 0px;
	color: #000; 
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation li {
	border: solid #fff;
	border-width: 1px 0;
}

#navigation ul, #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 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;
}

.ohnerahmen img {
	border: 0 !important;
}


/* 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;
}



