body { 
/*font: 100% georgia, sans-serif;*/
	background-image: url('pattern2.png');
	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align:justify;
}

#container { 
	background: rgb(200, 200, 200);						/* fallback for old browsers */
	background: rgba(255,255,255,0.7);
	/*padding: 0 175px 0 110px;  */
	margin-left: 100px; 
	margin-top: 10px;
	position: relative;
	width: 1000px;
	padding-bottom: 10px;
}

.header {
	/*background: url('alps.png') no-repeat left top;*/
	/*background: url('kristall.png') no-repeat left top;*/
	background-repeat: no-repeat;
	background-position: left top; 
	height: 200px;
}

.title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	/*font-family: "Arial Narrow", 'Nimbus Sans L', sans-serif;*/
	font-size: 190%;
	/*font-size-adjust: 0.44;*/
	font-weight: bold;
	white-space:nowrap;
	padding-left: 10px;
	vertical-align: bottom;
	height: 10%;
	
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}

.infoline {
	font-family: "Candara", sans-serif;
	font-size: 50%;
	text-align: left;
	margin-top: -5px;
	/*padding-left: 10px;*/
	vertical-align: top;
	/*background: url('line.png') no-repeat 10px top;*/
}



#sectionHeader {
	position: absolute;
	left: 1125px;
	top: 285px;
	font-family: "Arial Narrow", sans-serif;
	letter-spacing: 0.2em;
	z-index: -1;
}

.verticalText {
	margin: 0px;
	padding: 0px;
	color: #99ffff; /*rgba(255,85,0,0.6);*/
	border:0px solid red;
	text-transform:uppercase;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: "Arial Narrow", sans-serif;
	font-size:250%;
	font-weight:bold;
	text-shadow: 0px 0px 1px #333;
}

.content {
	margin-top: 20px;
	width: 100%;
	padding-right: 10px;
}

#news {
	margin-left: 10px;
	margin-right: 10px;
}

#newsEntry {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 80%;
}

#newsTop {
	text-align: right;
	padding-top: 1px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background:rgba(255,255,255,0.6);
	font-size: 75%;
}

.menu {
	font-family: "Candara", sans-serif;
	font-size: 110%;
	width: 25%;
	vertical-align: top;
	padding-top:20px;
}

.menu ul {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	list-style: none;
}

.menu li a {
	width: 90%;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #000000;
	border-left: 10px solid #000000;
}

.menu li a:hover {
	background-color: #ffffff;
}

.menu li a.active {
	background-color: #ffffff;
}


.menu hr {
	margin-top: 6px;
	margin-bottom: 6px;
	border: none;
	border-top: dotted 1px #000000;
	color: #ffffff;
	/*background-color: #ffffff;*/		/* IE */
}

.main {
	background:rgb(230,230,230);
	background:rgba(255,255,255,0.6);
	padding-left: 10px;
	padding-right: 10px;
	font: 75% georgia, sans-serif;
	line-height: 1.5;
	padding-bottom: 10px;
}

.main h1 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 160%;
	text-transform:uppercase;
	font-style:italic;
	/*background-repeat: repeat;*/
	color: #ffffff;
	background-color: #004f76;
	padding-left: 5px;
	letter-spacing: 2px;
}

.main h2 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 160%;
	text-transform:uppercase;
	font-style:italic;
	color: #000000;
	border-bottom: 2px dotted #000000;
	padding-left: 5px;
	/*letter-spacing: 1px;*/
}

.main a {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #d54102;
}


#newsTop a {
	text-decoration: none;
}

.main a:visited, #newsTop a:visited {
	color: #000000;
}

.main a:hover, #newsTop a:hover {
	color: #ff5500;
}

.footer {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	background:rgb(200, 200, 200);
	background:rgba(255,255,255,0.7);
	margin-left: 100px; 
	width: 1000px;	
	font-family: "Verdana", sans-serif;
}

.footer a {
	color: #000000;
	text-decoration: none;
}


.footer a:visited {
	color: #000000;
}

.footer a:hover {
	color: #ff5500;
}

.invalid {
	border: 1px solid #000000;
	background: #ccaaaa;
}

.highlight {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.classes {
	position: absolute;
}

.timetable {
	font-family: "Verdana", sans-serif;
	font-weight: bold;
}

.timetable table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}

.timetable table td {
	vertical-align: top;
	border-width:2px;
}
.timetable  #tEntry {
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width:120px
}

.timetable  #hour div{
	border-top: 1px solid #000000;
	font-size: 80%;
	width: 40px;
}

.timetable  div {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 2px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #004f76;
}

/* PROGRAMM */

.changes {
	font-family: "Verdana", sans-serif;
	
}

.changes .bg {
	/*background: #ffffff;*/
}

.changes  .changedt{
	font-weight: bold;
	margin-left: 5px;
}

.changes  .changedd{
	margin-right: 5px;
}

.changes h2 {
	font-family: "Verdana", sans-serif;
	font-size: 160%;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	border-bottom: 0px none;
	margin-bottom: -10px;
	padding-left: 0px;
}

.program {
	font-family: "Verdana", sans-serif;
}
.program table {
	font-family: "Verdana", sans-serif;
	background: #ffffff;
	border-spacing: 2px 0px;
	/*margin-bottom: 15px;*/

}

.program table td{
	vertical-align: top;	
	text-align: left;	
}

.program table tr:nth-child(2n-1) {
	background: #f7e8ac;
}

.program table tr:nth-child(2n) {
	background: #f7e8ac;
}

.program table tr:nth-child(4n-1) {
	background: #f7f1d7;
}
.program table tr:nth-child(4n) {
	background: #f7f1d7;
}

.program thead tr:nth-child(odd) {
	background-color: #004f76;
	color: #FFFFFF;
}

.program p:nth-child(odd) {
	background-color: #f7f1d7;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.program p:nth-child(even) {
	background-color: #f7e8ac;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.program .plenary p {
	background-color: #fae075;
}

.program span {
	display:inline-block;
}

.program .sessionheader {
	margin-top: 15px;
	font-size: 160%;
}

.program .datetime {
	margin-bottom: 5px;
}

.program .sessiontitle {
	font-weight: bold;
}

.program .sessionroom {
}

.program .sessionchair {
}



.program .progtable {
}

.program .time {
	font-size: 80%;
	color: #004f76;
}

.program .talkid {
	font-size: 80%;
}

.program .author {
	font-style: italic;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.program .presenter {
	text-decoration: underline;
}

.program .papertitle {
	color: #000000;
}

.program .link {
	float:right;
}




/*
	<style type="text/css">
	.talkid { font-size: small; color: gray; }
	.time { font-size: small; }
	.datetime { font-weight: bold; }
	.author { font-style: italic; }
	.title {}
	.sessiontitle { font-weight: bold; }
	.sessionchair { font-style: italic; }
	table tr:nth-child(odd) td{ background-color:lightgray; }
	table tr:nth-child(even) td{ background-color:white; }
	thead tr:nth-child(odd) td{ background-color:gray; }
	.progtable { vertical-align: top; }
	td { padding: 5px; }
	</style>
*/

