/*
client:          www.kurse-im-kloster.de
version:         1.2
date:            2008-09-01
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font: 12px/1.5 tahoma, verdana, sans-serif;
	color: #FFFBE6;
	background-color: #006132;
}

/*
							layout
*/

#header, #content, #footer {
	text-align: center;
}

.wrap {
	width: 738px;
	text-align: left;
	margin: 0 auto;
	padding: 0 16px;
}

#header {
	float: left;
	width: 100%;
	padding-top: 32px;
	color: #FFFBE6;
	background-color: #006132;
}

#content {
	float: left;
	width: 100%;
	padding: 32px 0 0 0;
	color: #006132;
	background: #FFFBE6;
}

#footer {
	clear: both;
	padding: 16px 0 16px 0;
	font-size: 10px;
}

#footer .wrap {
	width: 527px;
	padding-left: 227px;
}

/*
							typography
*/

h1 {
	font-size: 20px;
}

h1 a {
	color: #006132;
	background-color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h2 span.add {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	margin-top: 2em;
}

a:link, a:visited {
	color: #CF7F2F;
	background-color: inherit;
}

a:hover, a:focus {
	color: #006132;
	background-color: inherit;
}

/*
							header
*/

#header {
	height: 130px;
}

#header .wrap h1 {
	float: left;
	width: 200px;
	margin-left: 12px;
	height: 122px;
	overflow: hidden;
	text-indent: -9999px;
	color: inherit;
	background: transparent url(/images/logo.gif) no-repeat 0 0;
}

#header .wrap h1 a {
	display: block;
	float: left;
	margin: 1px 0 0 1px;
	height: 120px;
	width: 120px;
	overflow: hidden;
}

#header ul#nav {
	float: left;
	width: 526px;
}

/*
							navigation
*/

#nav {
	font: 13px/1 arial, sans-serif;
}

/* original version, using text */

/*
ul#nav {
	margin: 95px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	display: inline;
	white-space: nowrap;
}

ul#nav li a, ul#nav li .current-page {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 16px 3px 0;
	margin-right: 32px;
}

#nav a {
	color: #FFFBE6;
	background-color: inherit;
}

#nav a:link, #nav a:visited {
	border-bottom: 2px solid #006132;
}

#nav a:hover, #nav a:focus, #nav .current-page {
	border-bottom: 2px solid #FFFBE6;
}
*/

/* image replacement nav */

ul#nav {
	margin: 97px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 30px;
	background: transparent url(./images/nav6.gif) no-repeat 0 -30px;
}

ul#nav li {
	display: inline;
	white-space: nowrap;
	text-indent: -9999px;
}

ul#nav li a,
ul#nav li span.current-page {
	display: block;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	background: transparent url(./images/nav6.gif) no-repeat;
	overflow: hidden;
}

li#home a           { width: 50px; height: 30px; }
li#ueber-yoga a     { width: 72px; height: 30px; }
li#kurse a          { width: 49px; height: 30px; }
li#impressionen a   { width: 90px; height: 30px; }
li#vita a           { width: 39px; height: 30px; }
li#kontakt a        { width: 58px; height: 30px; }

li#home a:link, li#home a:visited                   { background-position: 0 0; }
li#home a:hover, li#home a:focus                    { background-position: 0 -30px; }
li#ueber-yoga a:link, li#ueber-yoga a:visited       { background-position: -70px 0; }
li#ueber-yoga a:hover, li#ueber-yoga a:focus        { background-position: -70px -30px; }
li#kurse a:link, li#kurse a:visited       { background-position: -162px 0; }
li#kurse a:hover, li#kurse a:focus        { background-position: -162px -30px; }
li#impressionen a:link, li#impressionen a:visited   { background-position: -231px 0; }
li#impressionen a:hover, li#impressionen a:focus    { background-position: -231px -30px; }
li#vita a:link, li#vita a:visited                   { background-position: -341px 0; }
li#vita a:hover, li#vita a:focus                    { background-position: -341px -30px; }
li#kontakt a:link, li#kontakt a:visited             { background-position: -399px 0; }
li#kontakt a:hover, li#kontakt a:focus              { background-position: -399px -30px; }

/* nav "active items"
------------------------------------------------------------------*/

ul#nav li#home span.current-page            { width: 50px; height: 30px; }
ul#nav li#ueber-yoga span.current-page      { width: 72px; height: 30px; }
ul#nav li#kurse span.current-page           { width: 49px; height: 30px; }
ul#nav li#impressionen span.current-page    { width: 90px; height: 30px; }
ul#nav li#vita span.current-page            { width: 39px; height: 30px; }
ul#nav li#kontakt span.current-page         { width: 58px; height: 30px; }

ul#nav li#home .current-page                { background-position: 0 -30px; }
ul#nav li#ueber-yoga .current-page          { background-position: -70px -30px; }
ul#nav li#kurse .current-page          { background-position: -162px -30px; }
ul#nav li#impressionen .current-page        { background-position: -231px -30px; }
ul#nav li#vita .current-page                { background-position: -341px -30px; }
ul#nav li#kontakt .current-page             { background-position: -399px -30px; }

/*
							content
*/

.text-section {
	float: left;
	width: 738px;
	padding-bottom: 32px;
}

.text-section h2 {
	float: right;
	width: 527px;
}

.text-section img.illu {
	float: left;
	width: 145px;
	margin-top: 4px;
}

.gallery {
	float: left;
	width: 100%;
}

.text-section img.thumbnail {
	float: left;
	margin: 0 6px 18px 0;
}

.text-section .subnav {
	float:  left;
}

.text-section .text {
	float: right;
	width: 527px;
}

blockquote {
	font-style: italic;
	margin-top: 2em;
}

blockquote cite {
	font-weight: bold;
}

.box {
	padding: 0.5em 6px;
	border: 1px solid #006132;
}

.floater {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.floater img {
	float: left;
	margin: 0 12px 0 0;
}

/*
							footer
*/



/*
							tables
*/

table {
	border-collapse: collapse;
	font: 12px/1.5 tahoma, verdana, sans-serif;
	color: #006132;
	background: #FFFBE6;
}

th, td {
  	text-align: left;
	vertical-align: top;
	padding: 0 16px 0 0;
}

table.termine {
	margin-bottom: 2em;
}

table.programm {
	margin-top: -1em;
}

table.programm tr.day td {
	padding-top: 1em;
}

table.programm td.day {

}

table.programm td.time {
  	text-align: right;
	white-space: nowrap;
}
