/*
-----------------------------------------------
www.kindermusik-germany.de
screen style
author:   stefan bruemmer, www.vektorfabrik.de
version:  300707
----------------------------------------------- */


/* general */
*{margin:0;padding:0;}
html{font-size: 100%; /* IE hack */ }

body {
	padding:0;
	font-family: arial, helvetica, sans-serif; 
	font-size: .9em;
	line-height: 1.5em;
	color: #444;
	background:#a97fb5 url("../images/bg-body.gif") 0 0 repeat-x;
}

a, a:link, a:visited {
	color:#6d1c8c;
	text-decoration: none;
	white-space: nowrap;
}

a:hover, a:active {
	text-decoration:underline;
}

a img {
	border:none;
}

abbr, acronym, .caps {
	text-transform: lowercase;
	font-variant:small-caps;
	font-style: normal;
	border-bottom: 0;
	letter-spacing:0.1em;
}

abbr, acronym {cursor:help;}

blockquote {
	float: right;
	width: 255px;
	margin: 0 0 0 .2em;
	background: transparent url("../images/quotes-left.gif") left top no-repeat;
	text-align: center;
	color:#95a485;
	font-size: 1.167em;
	letter-spacing: -1px;
	line-height: 1em;
	border: none;
}

blockquote p.quote {
	margin: 0 0 0;
	padding: 10px 13px;
	background: transparent url("../images/quotes-right.gif") right bottom no-repeat;	
}

blockquote p.author {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	color: #3e4537;
	font-size: 60%;
}

dt {
	margin: 1em 0 0 0;
	font-weight:bold;
}

dd {
	padding-left: 20px;
}

h1 {
	color:#a97fb5;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: -0.07em;
	
}

h2, h3, legend {
	margin: 1.286em 0;
	color:#a97fb5;
	font-size: 1.167em;
	line-height:1.286em;
	letter-spacing: -0.07em;
	
}

h4 {
	margin-bottom: 1.5em;
	font-size: 1.167em;
	color:#a97fb5;
	line-height:1.286em;
	text-transform:lowercase;
	letter-spacing: -0.07em;
	background: url("../images/icon.gif") right top no-repeat;
	border-bottom: 2px solid #a97fb5;
}

h5 {
	font-size: 100%;
	margin-bottom: 1.5em;
}

p, .vcard {
	margin: 0 0 1.5em 0;
}

ul, ol, dl {
	margin: 0 0 .5em 0;
}

ul li {
	list-style: none;
	text-indent:0;
}

ol {
	list-style-type:decimal;
	list-style-position: inside;
	text-indent: 0;
}

/* layout positioning & hacks */

#block_1
	{
	float: left;
	width: 49%;
	margin-left: 20%;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 30%;
	}
#block_3
	{
	float: left;
	width: 20%;
	margin-left: -100%;
	}
/* 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;
	}
	
/* box styles */


#top {
	height: 165px;
	padding: 0 50px;
}

#top p{text-align:right;}

#block_1 {
	padding:0;
	background: #f6eef8 url("../images/bg-content-right.gif") right top no-repeat;
}

#content {
	padding: 2em 30px;
	background: transparent url("../images/bg-content-left.gif") left top no-repeat;
}

#content li {
	padding-left: 20px;
	background:transparent url("../images/bullet.gif") 0 .2em no-repeat;
}

#content-left {
	padding: 8.786em 20px 2em 30px;
	text-align:right;
}

#content-left h4 {
	color:#e7d1ed;
	border-color:#e7d1ed;
}

#content-right {
	padding: 9.786em 30px 2em 20px;
	font-size: 90%;
	background:transparent url("../images/logo.gif") top center no-repeat;
}

#content-right li {
	margin-bottom: .5em;
	padding-left: 10px;
	line-height: 1.3em;
}


#footer {
	margin: 0 31% 0 20%;
	background: #f6eef8 url("../images/bg-footer-right.gif") right bottom no-repeat;
}

#footer-in {
	padding: 0 30px 10px 30px;
	font-size: 80%;
	background: transparent url("../images/bg-footer-left.gif") left bottom no-repeat;
}

/* navigation */

ul#navlist {background:lime;
	display: inline;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	float:left;
	width: 80px;
	height: 128px;
	padding-top: 27px;
	overflow:hidden;
	list-style-type: none;
	text-align:center;
	background: transparent url("../images/bg-nav.jpg") 0 0 no-repeat;
}

#navlist li#one {
	height: 98px;
	padding-top: 57px;
}

#navlist li#two {
	height: 78px;
	padding-top: 77px;
	background-position: -80px 0;
}

#navlist li#three {
	background-position: -160px 0;
}

#navlist li#four {
	height: 98px;
	padding-top: 57px;
	background-position: -240px 0;
}

#navlist li#five {
	height: 58px;
	padding-top: 97px;
	background-position: -320px 0;
}

#navlist li#six {
	height: 108px;
	padding-top: 47px;
	background-position: -400px 0;
}

#navlist li#seven {
	width: 85px;
	height: 78px;
	padding-top: 77px;
	background-position: right top;
}

#navlist a, #navlist a:link, #navlist a:visited,#subnavlist a, #sunnavlist a:link, #subnavlist a:visited {	
	overflow:hidden;
	color: #fff;
	font-size: 16px;
	font-weight:bold;	
	line-height: 20px;
	text-decoration: none;
	text-transform:lowercase;
	letter-spacing: -0.07em;
}

#navlist a:hover, #subnavlist a:hover {
	color: #fff;
	text-decoration: underline;
}

#navlist a#current, #navlist a#current:hover, #subnavlist a#subcurrent, #subnavlist a#subcurrent:hover {
	color:#6d1c8c;
	text-decoration:none;
}

/* classes */

.alertbox {
	color: #53006c;
}

#content-left .alertbox h4 {
	margin:0;
	color: #53006c;
	border:none;
}

.programs dt {
	clear:right;
}

.programs dt img {
	float:right;
}

.impressum #content-right img {border:none;}

.right {
	float: right;
	clear:right;
	margin: 0 0 0 .5em;
}

.rightbox, #searchresults {
	margin: 1em 0;
	padding: 20px;
	background:#e7d1ed;
}

.rightbox img {
	border: 1px solid #a97fb5;
}

.small{font-size:.8em;}

div.icon {
	background: transparent url("../images/i-musical.gif") right top no-repeat;
}

div.banner {
	text-align:center;
}

div.gsc-branding {	
	padding-top: .5em;
	border-top: 2px solid #a97fb5;
}


a.internal, a.thickbox, a.external, a.gs-title, a.gs-watermark {
	padding-left: 12px;
	background: transparent url("../images/a-internal.gif") 0 0.2em no-repeat;
}

a.external {
	background-image:url("../images/a-external.gif");
}


/* individual IDs */

#cognitive {background-image: url("../images/i-cognitive.gif");}
#emotional {background-image: url("../images/i-emotional.gif");}
#language {background-image: url("../images/i-language.gif");}
#physical {background-image: url("../images/i-physical.gif");}
#social {background-image: url("../images/i-social.gif");}


#flag {
	padding-left: 20px;
	background: transparent url("../images/de.gif") 0 2px no-repeat;
}

a#up, a#delete {
	clear:both;
	display:block;
	width:38px;
	height:38px;
	text-align:center;
	overflow:hidden;
	color: #fff;
	line-height: 30px;
	font-weight:bold;	
	text-decoration: none;
	text-transform:lowercase;
	letter-spacing: -0.07em;
	background: transparent url("../images/bg-up.gif") 50% 50% no-repeat;
}

a#delete {
	background-image: url("../images/bg-delete.gif");	
}

a#up:hover{text-decoration:underline;}

#flashcontent {
	margin: 1.5em 0;
	text-align:center;
	background: transparent url("../images/bg-flashcontent.gif") 90% 90% no-repeat;
}

#map{
	width: auto;
	height: 600px;
	margin: 1em 0;
	border: 1px solid #a97fb5;
}

div#slideshow a.thickbox {
	padding:0;
	background-image:none;
}

div#slideshow h5 {
	margin:0;
}

#searchform{height:80px;margin-bottom: 1em;}
#searchform p {margin:0}
#searchform input {
	margin-top: 10px;
	width: 170px;
	color:#f6eef8;
	background:#a97fb5;
	border-color:#a97fb5;
}

#searchform button {background-image:url("../images/bg-search.gif");}

#searchresults {
	overflow:hidden;
}

gs-result .gs-watermark{
margin-bottom: .5em;
  font-size: .8em;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : .8em;
  text-decoration : none;
}
 a.gs-watermark {
 	font-size : .8em;
	margin-bottom:.5em;}
	
	.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  text-decoration: none;
  font-size: .8em;
}

