/* @import url('nav.css'); */

@import url('performances.css'); 

*{

	padding: 0px;
	margin: 0px;	
}

body{
	
	background-color: #000;
	padding: 10px 2% 10px 2%;
	
		
	font-family: verdana, sans-serif;
	font-size: 10px;

}

a{

	color: #ff0027;
	text-decoration: none;
}

a:hover{

	text-decoration: underline;
}

/*----- Building Blocks -----*/

#main_frame{
	
	width: 800px;
	height: 98%;
	background-color: #fff;
	border: solid 1px #fff;
} 

#main_top{
	width: 900px;
	height:  20px;

}

#main_center{

	height: 600px;
	overflow: auto;
	padding: 0px;
}

#main_bottom{

	padding: 12px 0px 20px 0px;
	text-align: center;
}

/*----- Navigation -----*/

#nav_top{

	padding: 5px 0px 0px 0px;
}

#nav_top ul{

	list-style-type: none;
	/*border-bottom: solid 1px #000;*/
}

#nav_top li{
	
	display: inline;
}

#nav_top a{
	padding-left: 21px;
	padding-bottom: 2px;
	padding-right: 21px;
	padding-top: 2px;
	font-family: arial, sans serif;
	text-align: center;
	color: #666;
	text-decoration: none;
}

#nav_top a:hover{

	text-decoration: underline;
}

/*----- Content -----*/

#content{

	font-size: 11px;
	line-height: 140%;
	letter-spacing: 1px;
}

#content h1, h2{

	font-size: 14px;
	letter-spacing: 1px;
	line-height: 120%;
	margin-bottom: 20px;
}

#content p{

	line-height: 140%;
	margin: 10px 0px 10px 0px;
}

/*----- Seiten-IDs -----*/

#Concept/#ConceptStructureText{	
	padding-left: 10px;	
	margin-top: 2%;
}

#Curriculum{

	width: 450px;
	padding: 10px;	
	margin-top: 3%;
}

#Curriculum table{

	color: #fff;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: 1px;
}

#ObrasdeArte p{

	padding: 2px;
}

#ObrasdeArte table{

	font-size: 11px;
	line-height: 140%;
	letter-spacing: 1px;
}

#ObrasdeArte table tbody tr td img{

	margin: 0px;
	padding: 0px;
	border: 0px;
}

#ContactLinks{
	background-image: url(../pics/bg_contact.jpg);
	padding-left: 5%;
	padding-bottom: 10%;
	padding-right: 2%;
	padding-top: 0%;
	overflow: hidden;
}

#ContactLinks h1, h2{

	margin-bottom: 10px;
	color: #fff;
}

#ContactLinks a, p{

	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#ContactLinks a{
	font-size: 10px;
	color: #9999ff;
	text-decoration: none;
}

#ContactLinks a.mucho{

	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}

#Upcoming{
	/*
	background-color: #000000;
    color: #ffffff;
	
	width: 450px;
	padding-top: 20px;
	*/
    background: no-repeat; 
	width: 450px;
	height: 514px;
	
}
#Upcoming p{
	color: #000
	}

#Banners{
	background-image: url(../pics/bg_banners.jpg);
	padding-left: 5%;
	padding-bottom: 10%;
	padding-right: 2%;
	padding-top: 0%;
	overflow: hidden;
}

#Alfombras{
	background-image: url(../pics/bg_alfombras.jpg);
	padding-left: 5%;
	padding-bottom: 10%;
	padding-right: 2%;
	padding-top: 0%;
	overflow: hidden;
}


#Banners p{
	color: #000
	}
	
#ObrasdeArte p{
	color: #000
	}	
	
#ConceptStructureText p{
	color: #000
	}

#Upcoming #text{

    position: relative;
    top: 80px;
    left: 65px;
    width: 300px;
	
	line-height: 100%;
    color: #000;
}

ul {
}

li {
	list-style-type: disc;
	list-style-position: outside;
}

#text {
	width: 420px;
}

#lovetoloveyou {
	width: 420px;
}

/* My Comment */