/* various elements */

body {
	background: #2B2B2B url(images/bg.gif) repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 72%;
	margin: 0px auto;
}

a {
	color: #DF7100;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Container */

#container {
	background: #fff top left repeat-y;
	margin: 0 auto;
	width: 860px;
}

/* Header */

#header {
	background: #000 top left no-repeat;
	height: 200px;
	text-align: center;
	color: #fff;
}

#header h1 {
	padding: 0px 0 0px 0;
	margin: 0;
	font-size: 2.5em;
} 

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header h2 {
	font-size: 1.1em;
	color: #DF7100;
	padding: 0;
	margin: 0;
}

/* Content */

#content {
	float: right;
	width: 625px;
	margin: 0px;
	padding: 0 15px 0 15px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.4em;
}

#content h2 a {
	color: #DF7100;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content p {
	line-height: 16px;
	font-size: 1.0em;
	line-height: 18px;
	word-spacing: 5px;
}

#content img.left {
	float: left;
	padding: 5px 10px 0 0;
}

#content img.right {
	float: right;
	padding: 5px 0 0 10px;
}


/* Content No Sidebar */

#contentnosidebar {
	float: right;
	width: 800px;
	margin: 0px;
	padding: 0 15px 0 15px;
}

#contentnosidebar h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.4em;
}

#contentnosidebar h2 a {
	color: #DF7100;
	text-decoration: none;
}

#contentnosidebar h2 a:hover {
	text-decoration: underline;
}

#contentnosidebar p {
	line-height: 16px;
	font-size: 1.0em;
	line-height: 18px;
	word-spacing: 5px;
}

#contentnosidebar img.left {
	float: left;
	padding: 5px 10px 0 0;
}

#contentnosidebar img.right {
	float: right;
	padding: 5px 0 0 10px;
}




/* Sidebar */

#sidebar {
float: left;
width: 180px;
margin: 0;
padding: 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
}

ul.pianokeys {
	margin: 0;
	padding: 0 0 10px 10px;
}

ul.pianokeys ul {
	margin: 0;
	padding: 0;
}

.pianokeys li {
	list-style: none;
}

.pianokeys li a {
	display: block;
	width: 150px;
	border: 1px solid #6B6B6B;
	background: #fff;
	margin: 1px;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
}

.pianokeys li ul li a {
	display: block;
	width: 125px;
	border: 1px solid #6B6B6B;
	background: #000;
	margin: 1px 0px 1px 26px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

.pianokeys a:hover {
	background-color: #DF7100;
}

.pianokeys li.current a {
	background-color: #DF7100;
}

ul.links {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: 16px;
}

ul.links a {
	text-decoration: none;
	font-weight: bold;
	color: #DF7100;
}

ul.links a:hover {
	text-decoration: underline;
}

#sidebar p.box {
	margin: 0 0 10px 5px;
	padding: 7px;
	background-color: #000;
	color: #fff;
}

/* Footer */

#footer {
	clear: both;
	background: #000 top left no-repeat;
	height: 29px;
	text-align: center;
	padding: 0;
}

#footer p {
	color: #fff;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
}

#footer a {
	color: #DF7100;
}





/*
 * Page Loader
 */
#ajaxContent {
        border:1px solid #797979;
        padding:20px;
}




/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 590px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 2px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(images/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.research a {
	background: url(images/research.jpg) repeat scroll 0%;
}

#imageMenu ul li.publications a {
	background: url(images/publications.jpg) repeat scroll 0%;
}

#imageMenu ul li.curriculum a {
	background: url(images/curriculum.jpg) repeat scroll 0%;
}

#imageMenu ul li.arts a {
	background: url(images/arts.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/



div#abstractMasterThesis{ margin: 0px 20px 0px 20px; display: none;}
div#abstractSystemMultimodal{ margin: 0px 20px 0px 20px; display: none;}
div#abstractBriefHistory{ margin: 0px 20px 0px 20px; display: none;}
div#abstractTimbreClarineta{ margin: 0px 20px 0px 20px; display: none;}
div#abstractBlindSeparation{ margin: 0px 20px 0px 20px; display: none;}
