/*Screen style for the 40th SPR International Meeting in Santiago de Chile*/
/*Copyright Sven Schneider - SPR, 2008*/
/*@version 1.0*/


/* Main background */
body {
  margin: 0;
  background:#fff url(/associations/6344/files/events/layout/verlauf.png) repeat-x;
}

body#nobackground { background:#fff url(/associations/6344/files/events/layout/verlauf.png) repeat-x;}


/*Common styles*/
a { text-decoration: none}
a:link { color: #ff0000; text-decoration:none; }
a:visited { color:#ff0000; text-decoration:none;  }

body, td, p {
	color: #1b4888;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.smalltxt {
	color: #1b4888;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/*Layers of the different parts of the sites*/


/*header*/
#chileheader      { background-image: url(/associations/6344/files/events/layout/banner_chile.png); position: absolute; top: 0px; left: 0px; width: 800px; height: 200px; visibility: visible; display: block;
	z-index: auto;
}


/*main content*/
#chilecontent      { position: absolute; top: 210px; left: 250px; width: 533px; visibility: visible; display: block;
	height: auto;
	border-top: 1px solid #1b4888;
	border-left: 1px solid #1b4888;
	border-right: 1px solid #1b4888;
	border-bottom: 1px solid #1b4888;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #fff;
}

/*Left navigation*/
#cmenu { position: absolute; top: 210px; left: 0px; width:250px; height: 400px; text-align:left; padding:2px; padding-left: 10px;
background-image: url(/associations/6344/files/events/layout/navi_bg.png);
}

a.cmenu { width:194px; margin-top:2px; padding:3px; color: #173e77; display:block;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.cmenu:link    { color:#173e77; text-decoration:none;
}

a.cmenu:visited { color:#173e77; text-decoration:none;
}
a.cmenu:hover   { color:#ff0000; text-decoration:none;
}
a.cmenu:active  { color:#ff0000; text-decoration:none;
}


/*News section for feeds and blogs*/
#chilenews { position: absolute; top: 165px; left: 800px; width:245px; height: 400px; text-align:left; padding:2px;
background-image: url(/associations/6344/files/events/layout/news_bg.png);
}

