/*____________________________________________*/
/*___SCREEN___________________________________*/
/*___Musikschule am Wasaplatz_________________*/
/*___joerg.zistel@gmail.com_-_Dezember_2006___*/
/*___09.12.2006_21:51_________________________*/
/*____________________________________________*/


/*\*/
@import url(content.css);
/**/


/*
- WRAPPER
- LOGO
- SKIPLINKS
- CONTENT
- ADDRESS
- NAVIGATION
- META-NAVIGATION
*/


body {
	background: #936C55 url(../img/bas/bg_body.gif);
	_text-align: center;
	}

/*______________________________________________________________________________________WRAPPER___*/

html,
body {
	height: 100%;
	}

/* Scrollfix */
*+html {
	overflow: auto;
	}

#wrapper {
position: relative;
	width: 823px;
	min-height: 100%;
	/*_height: 100%;*/
	margin: 0 auto;
	_text-align: left;
	background: #F3D686 url(../img/bas/bg_wrapper.gif) repeat-y right top;
	}
html*#wrapper {
	min-height: 0;
	border-bottom: 25px solid #471000;
	}
*+html #wrapper {
	min-height: 100%;
	border-bottom-style: none;
	}

/*_________________________________________________________________________________________LOGO___*/

p#logo {
	height: 148px;
	background: #471000 url(../img/bas/bg_logo.jpg) no-repeat;
	}
body#startseite p#logo {
	text-indent: -500em;
	}

p#logo a {
	display: block;
	width: 403px;
	height: 49px;
	text-indent: -500em;
	overflow: hidden;

	position: absolute;
	right: 22px;
	top: 19px;
	}

/*____________________________________________________________________________________SKIPLINKS___*/

ul#skiplinks {
	display: none;
	}

/*______________________________________________________________________________________CONTENT___*/

#content {
position: relative;
z-index: 20;
	padding-top: 1px;
	padding-right: 247px;

	min-height: 341px;/*26.2em*/
	_height: 341px;/*25.6em*/
	}

/*______________________________________________________________________________________ADDRESS___*/

address {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;

	width: 769px;
	color: #B58854;
	padding: 6px 27px 7px;
	background-color: #471000;
	text-align: center;
	}/*
* html {
	width: 823px;
	w\idth: 769px;
	}*/
html*address {
	display: none;
	}
*+html address {
	display: block;
	}

#content address {
	position: static;
	width: auto;
	color: Black;
	padding: 0;
	background-color: transparent;
	text-align: left;
	_width: auto;
	}
html*#content address {
	display: block;
	}

address br {
	display: none;
	}
#content address br {
	display: inline;
	}

/* Microformats: hCard */
span.org {
	color: #F3D686;
	}
span.org,
span.adr,
span.tel {
	padding-right: 14px;
	}
#content address span {
	color: Black;
	}
span.street-address:after {
	content: ", ";
	}
#content span.street-address:after {
	content: "";
	}
span.postal-code {
	*padding-left: 7px;
	}
#content span.postal-code {
	*padding-left: 0;
	}

/*___________________________________________________________________________________NAVIGATION___*/

#navi {
	padding-top: 5.6em;/*74px*/
	}
html*#navi {
	padding-top: 3.8em;/*49px*/
	}
*+html #navi {
	padding-top: 5.6em;/*74px*/
	}

body#agb #navi,
body#pinnwand #navi {
	padding-top: 4.3em;/*56px*/
	_padding-top: 2.4em;/*31px*/
	}

/* Notenschlüssel */
#navi h2 {
	position: absolute;
	right: 0;
	/*_right: -1px;*/
	bottom: 25px;
	/*_bottom: 0;*/

	width: 220px;
	height: 389px;
	text-indent: -500em;
	background: url(../img/bas/bg_sidebar.jpg) no-repeat;
	}
html*#navi h2 {
	display: none;
	}
*+html #navi h2 {
	display: block;
	}

#navi ul {
	position: absolute;
	right: 13px;
	_right: 12px;
	top: 81px;
	}
	
#navi li,
#navi strong,
#navi a {
	display: block;
	height: 67px;
	background-repeat: no-repeat;
	}

#navi li {
	float: left;
	}

#navi li.startseite,
#navi li.startseite strong,
#navi li.startseite a {
	width: 78px;
	background-image: url(../img/bas/lnk_startseite.gif);
	}
#navi li.faecher,
#navi li.faecher strong,
#navi li.faecher a {
	width: 64px;
	background-image: url(../img/bas/lnk_faecher.gif);
	}
#navi li.preise,
#navi li.preise strong,
#navi li.preise a {
	width: 56px;
	background-image: url(../img/bas/lnk_preise.gif);
	}
#navi li.pinnwand,
#navi li.pinnwand strong,
#navi li.pinnwand a {
	width: 84px;
	background-image: url(../img/bas/lnk_pinnwand.gif);
	}
#navi li.kontakt,
#navi li.kontakt strong,
#navi li.kontakt a {
	width: 67px;
	background-image: url(../img/bas/lnk_kontakt.gif);
	}

#navi strong,
#navi a {
	text-indent: -500em;
	overflow: hidden;
	}

#navi strong,
#navi a:hover,
#navi a:active,
#navi a:focus {
	background-color: #5A281A;
	}

/*______________________________________________________________________________META-NAVIGATION___*/

ul#meta {
	position: absolute;
	right: 19px;
	top: 5px;
	_top: 7px;
	}

ul#meta li {
	display: inline;
	color: #B58854;
	font: 85% Arial, Helvetica, FreeSans, sans-serif;
	padding-left: 7px;
	}

ul#meta strong {
	font-weight: normal;
	}

/* LINKS */

ul#meta a {
	color: #B58854;
	}
ul#meta strong a,
ul#meta a:hover,
ul#meta a:active,
ul#meta a:focus {
	text-decoration: none;
	}
