/* Head... adoptions for conference: language and and and*/

#head {

	position: relative;
	top: 0px;
	left: 0px;
	height: 58px;
	background: #fff;

	background-image:  url();
	background-repeat: no-repeat;

	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #ccc;
	
	z-index: 0;
	
}

body {
	
	margin: 0px;
	font-family: Verdana, sans-serif;
	width: 780px;
	height: 100%;
	background: #fff;
	
	min-width: 780px;
}

acronym {

	cursor: help;

}

a:link, a:visited {
	
	color: #6699cc;
	text-decoration: none;
        outline: none; 
}

a:hover, a:focus {
	
	text-decoration: underline;

}

a.extern:link, a.extern:visited, a.extern:hover, a.extern:focus{
        padding-right: 2px;
}
#mainpage {	
	position:relative; 
	top:3px; 
	left:5px;
	padding-top: 100px;
	border: 0px;		
	font-size: 80%;
	background: transparent url(banner.jpg) no-repeat top left;	
}

#normalpage {
	padding: 40px 20px 20px 20px;
	color: #555;	
}
#conference_left {
	padding-top: 50px;
	width: 200px;
	float: left;
}
#conference_right {
	width: 570px;
	float: left;
    padding-right: 0px;
}
h1 {

	color: #000;
	font-size: 140%;
	font-weight: bold;
	background-repeat:no-repeat;
  	background-position: left 90%;
}
h2 {
	color: #000;
	font-size: 110%;
	background-repeat:no-repeat;
  	background-position: left 90%;}
h3 {
	color: #333;
	font-size: 100%;
}
h4 {
	font-size: 95%;
	text-decoration: underline;
}
p.to_top {
	
	text-align: right;
	font-size: 90%;
	margin-bottom: 30px;
	border-bottom: 1px dotted #efefef;

}

/* Foot... */

#foot_lines {
	color: #888;
	width: 780px;
	border-top: 4px solid #ccc;
	text-align: right;
	padding: 10px 0px 10px 0px;
	font-size: 65%;
	float: left;
}

a.foot:link, a.foot:visited {	
	color: #888;
	text-decoration: none;
        outline: none; 
}
a.foot:hover, a.foot:focus, a.foot:active {	
	color: #888;
	text-decoration: none;
        outline: none; 
}

