/*
	DOCUMENT INFORMATION
	- Document: grey/websiteaccessibility.css
	- Layoutdefinitions for the page: Website Accessibility
	CONTENTS
	- COLORS
	- LAYOUT
*/


/* COLORS
   ============================= */

/* == Kölner Philharmonie Logo == */
#logo{ background-image: url(../../images/logo/logo_sw.gif); }


/* == Links == */
.white a { color: #000000; text-decoration: none; }
.white a:hover { }

.white .raquoalt { color: #FFFFFF; background-color: #2D2D2D; }


/* LAYOUT
   ============================= */
   
#left {
	display: block;
	float: left;
	position: relative;
	width: 70px;
	height: 800px;
}
#content {
	display: block;
	float: left;
	width: 700px;
	height: 800px;
	padding-left: 60px;
	padding-top: 50px;
	padding-bottom: 30px;
}

#barrierefreiheitwebseite .lo_copy1 {
	display: block;
	float: left;
}