/*
-----------------------------------------------
kindermusik screen style (www.kindermusikwithkate.de)
author:   stefan bruemmer, www.vektorfabrik.de
version:  070707
----------------------------------------------- */
* {
	margin:0; padding:0;
}

body {
	padding: 10px 0 0 10px;
	font:.9em/1.6 georgia, serif;	
	background: #fff;
	}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #fff;
}

a:active, a:hover {
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dashed #444;
	cursor:help;
}

blockquote {
	margin: 1em 0;
	background: url("../images/quotes-left.gif") left top no-repeat;
	text-align: center;
	color: #a45;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	border: none;
}

blockquote p#quote {
	padding: 20px 30px;
	background: transparent url("../images/quotes-right.gif") right bottom no-repeat;	
}

blockquote p#author {
	margin: -30px 0 0 0;
	padding: 0;
	color: #595959;
	font-size: 11px;
}

caption {
	caption-side: top;
	
}

dt {
	font-weight: bold;
	margin: .5em 0;
}

dd {
	display: block;
	margin: 0.5em 0;
	padding-left: 20px;
	line-height: 1.2em;
}
	
form {
	background: url("../images/mail.gif") 95% 0 no-repeat;;
}

h1 {
	font-size: 2em;
	line-height: 72px;
	margin-top: 0;
	margin-bottom: 0.75em;
	padding-bottom: 12px;
	background-position: bottom left;
	background-repeat: repeat-x;
	vertical-align: bottom;
}

h2, caption {
	font-size: 1.25em;
	letter-spacing: 0.25em;
	line-height: 1;
	margin-top: 0; 
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	margin-top: 0px;
	margin-bottom: 0px;
}

ul, ol, dl {
	margin: .5em 0 .5em 20px;
	position: relative;
}

li {
	list-style: none;
	margin-top:0.25em;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

table {
	margin: 1em 0;
	border-collapse: separate;
}

td, th {
	padding: 4px;
}

/*
-----------------------------------------------
layout boxes
----------------------------------------------- */
#block_1
	{
	float: left;
	width: 75%;
	margin-left: 25%;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 25%;
	margin-left: -100%;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
	
	/*
-----------------------------------------------
box styles
----------------------------------------------- */

#wrapper {
	background: #a97fb5 url("../images/logo.gif") left top no-repeat;
}

#block_1 {
	
}

#block_2 {
	
	
}

#content {
	padding-left: 121px;
	padding-right: 10px;
}

#content dt {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

#content dd {
	padding-left: 30px;
}

#left {
	padding: 185px 10px 10px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: right;
	color: #53006c;
}

#left h3 {
	margin: 1em 0;
	border: none;
	padding: 2px 4px;
	background: #e7d1ed url("../images/header.gif") no-repeat 95% 2px;
	font-size: 1.25em;
	text-align:left;
	text-transform: lowercase;
}


#left h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	margin: 1em 0 .5em 0;
	border-bottom: 2px dotted #53006c;
}

#navcontainer {
	height: 90px;
	text-align: right;
}

	/*
-----------------------------------------------
classes
----------------------------------------------- */

/* home */
.home #content {
	color: #620000;
	background: #fe8729 url("../images/bg-home.gif") left top repeat-y;
}

.home #footer {
	color: #932F00;
}

.home #header {
	background: url("../images/rainbow6.gif") 0 0 no-repeat;
}

.home h1, .home #footer, .home #content  li, .home #content dt  {
	background-image: url("../images/border-home.gif");
}

/* concept */
.concept #content {
	color: #720036;
	background: #e399B4 url("../images/bg-concept.gif") left top repeat-y;
}

.concept #footer {
	color: #a6005e;
}

.concept #header {
	background: url("../images/rainbow1.gif") 0 0 no-repeat;
}

.concept h1, .concept #footer, .concept #content li, .concept #content dt {
	background-image: url("../images/border-concept.gif");
}

/* contact */
.contact #content {
	color: #4a2f00;
	background: #ffd064 url("../images/bg-contact.gif") left top repeat-y;
}

.contact #footer {
	color: #816000;
}

.contact #header {
	background: url("../images/rainbow5.gif") 0 0 no-repeat;
}

.contact h1, .contact #footer, .contact #content li, .contact #content dt {
	background-image: url("../images/border-contact.gif");
}

/* courses */
.courses #content {
	color: #003a45;
	background: #5eacac url("../images/bg-courses.gif") left top repeat-y;
}

.courses #footer {
	color: #005f63;
}

.courses #header {
	background: url("../images/rainbow3.gif") 0 0 no-repeat;
}

.courses h1, .courses #footer, .courses #content li, .courses #content dt {
	background-image: url("../images/border-courses.gif");
}


/* kate */
.kate #content {
	color: #08436d;
	background: #9dbde4 url("../images/bg-kate.gif") left top repeat-y;
}

.kate #footer {
	color: #005fa3;
}

.kate #header {
	background: url("../images/rainbow2.gif") 0 0 no-repeat;
}

.kate h1, .kate #footer, .kate #content li, .kate #content dt {
	background-image: url("../images/border-kate.gif");
}

/* times */
.times #content {
	color: #003d00;
	background: #accf73 url("../images/bg-times.gif") left top repeat-y;
}

.times #footer {
	color: #006e00;
}

.times #header {
	background: url("../images/rainbow4.gif") 0 0 no-repeat;
}

.times h1, .times #footer, .times #content li, .times #content dt {
	background-image: url("../images/border-times.gif");
}

.times td {
	background: #78b250;
	width: 20%;
	vertical-align:top;
}

.times td.full {
	background: #78b250 url("../images/bg-full.gif") right top no-repeat;
}

.times thead {
	color: #e1f1c2;
	background: #006e00;
	height: 22px;
}

.times th {
	text-indent: -2000px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.italics {
	font-style: italic;
}

.left {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

.right {
	float: right;
	margin: 0 0 5px 5px;
	position: relative;
}

a.acro {
	padding-left: 16px;
	background: transparent url("../images/a-acro.gif") 0 0 no-repeat;
}

a.external, a.internal, a.intra, a.email, a.thickbox {
	padding-left: 12px;
	background: transparent url("../images/a-external.gif") 0 0 no-repeat;
}

a.internal, a.thickbox {
	background-image: url("../images/a-internal.gif");
}

a.intra {
	background-image: url("../images/a-intra.gif");
}

a.email {
	background-image: url("../images/a-email.gif");
}

a.up {
	display: block;
	width: 20px;
	height: 20px;
	text-indent:-2000px;
	background: transparent url("../images/a-up.gif") 0 0 no-repeat;
	clear: both;
	outline: none;
}

a.up:hover {
	background-position: 0 -40px;
}

#news {
	margin-bottom:1em;
	background:#ffd2a3 url("../images/news-topleft.gif") left top no-repeat;
}

#news div {
	background:transparent url("../images/news-topright.gif") right top no-repeat;
}

#news div div {
	background:transparent url("../images/news-bottomright.gif") right bottom no-repeat;
}

#news div div div {
	padding: 10px 20px;
	background:transparent url("../images/news-bottomleft.gif") left bottom no-repeat;
}

#news a.external {
	color:#932F00;
	background-image: url("../images/news-external.gif");
}

#news a.internal {
	color:#932F00;
	background-image: url("../images/news-internal.gif");
}
	/*
-----------------------------------------------
navigation
----------------------------------------------- */

#navcontainer ul, ul#sub {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#navcontainer ul li { 
	float: right; 
	height: 90px;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a
{
	text-decoration: none;
	background: url("../images/t-home.gif") no-repeat 0 55px;
	font-size: 1px;
	float: left;
	margin-left: 1px;
	height: 90px;
	width: 90px;
	display: block;
	color: #a97fb5;
}

#navlist a#courses {
	background-image: url("../images/t-courses.gif");
}

#navlist a#concept {
	background-image: url("../images/t-concept.gif");
}

#navlist a#contact{
	background-image: url("../images/t-contact.gif");
}

#navlist a#kate{
	background-image: url("../images/t-kate.gif");
}

#navlist a#times{
	background-image: url("../images/t-times.gif");
}

#navlist a:hover {
	background-position: -100px 55px;
}

#navlist li#active a, #navigation li#active a:hover {
	background-position: -100px 55px;
}

 /* pop-up lists 
----------------------------------------------- */

div#pop-up {
	position: relative; 
	top: 0; 
	margin-bottom: 4em;
}

div#pop-up ul {
	margin: 0;
}

div#pop-up li {
	margin:2px 0;
	padding: 0;
}

div#pop-up a {
	display: block; 
	padding: 5px; 
	margin: 0; 
	font: 1.2em arial,helvetica,sans-serif; 
	text-decoration: none; 
	color: #53006c;
}

div#pop-up a:hover{
	background: #e7d1ed;
	border-right: 1px solid #a97fb5;
}
li#subactive a, li#subactive a:hover {
	background-color: #53006c;
	color: #fff; 
	border-right: 1px solid #a97fb5;
}

div#pop-up a img {
	height: 0; 
	width: 0; 
}
div#pop-up a:hover img {
	position: absolute; 
	top: -119px; 
	right: 15px; 
	height: 113px; 
	width: 200px;
	margin: 0;
}



/*
-----------------------------------------------
individual IDs
----------------------------------------------- */

#header {
	margin-left: -121px;
	padding: 0 10px 0 121px;
	text-align: right;
	}

#footer {
	margin-bottom: 0;
	padding: 12px 0 1em 0;
	text-align: right;
	font-size: .8em;
	background-position: top left;
	background-repeat: repeat-x;
}

#spacer {height: 120px;}

#monday {
	background-image: url("../images/monday.gif");
}
#tuesday {
	background-image: url("../images/tuesday.gif");
}
#wednesday {
	background-image: url("../images/wednesday.gif");
}
#thursday {
	background-image: url("../images/thursday.gif");
}
#friday {
	background-image: url("../images/friday.gif");
}

/*
-----------------------------------------------
sIFR
----------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1 {
	visibility: hidden;
	font-size: 22px;
	line-height: 30px;
	margin-top: -30px;
}

.sIFR-hasFlash #content h2, .sIFR-hasFlash caption {
	visibility: hidden;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -2px;
}

.sIFR-hasFlash #content h3 {
	visibility: hidden;
	font-size: 14px;
	letter-spacing: -2px;
}

.sIFR-hasFlash #left h3 {
	visibility: hidden;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -1px;
}

.sIFR-hasFlash #left h4 {
	visibility: hidden;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -1px;
}

.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
	font-size: 12px;
}

