#frame {
	width: 21cm;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
	text-align: left;
}

#frame2 {
        width: 25cm;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        padding: 0px;
        text-align: left;
	background-color: #121212;
	clear:all;
	float:none;
}

#contentcenter {
	margin-left: 1cm; /* compensate for the negative offets of the left detail panes */
	width: 850px;
	padding: 0px;
}

#contentright {
        width: 500px; 
        padding: 0px;
	float: left;
}


#contentleft {
/*	width:450px; */
	padding:0px;
	float:left;
}


/* my own */
.center {
	text-align: center;
	font-size: 75%;
}

a.inline {
	text-decoration: none;
	background-color: transparent;
}

a.inline:link {
	color: #AAAAAA;
}

a.inline:visited {
	color: #AAAAAA;
}

a.inline:hover {
	color: #FFFFFF;
	background-color: transparent;
}

a.inline:active {
	background-color: transparent;
	color: #BBBBBB;
}

body {
	font-family: verdana, sans-serif;
	background: #333333;
	color: #DDDDDD;
	text-align: center;
}

a {
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #95DDFF;
}

a:visited {
	color: #AAAAAA;
}

a:hover {
	color: #BBDDFF;
}

img {
	border: 0px;
}

.small {
	font-size: 75%;
}

.large {
	font-size: 200%;
}

.medium {
	font-size: 120%;
}

/*div.day_details p:first-letter {
	font-size: 300%;
}*/
/*div.day_text:first-letter {
	font-size: 300%;
}*/

.day_text {
	text-align: left;
	vertical-align: top;
	margin-right: 4px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 80%;
}

.linline {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 6px;
	display: inline;
	float: left;
}

.rinline {
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
	display: inline;
	float: right;
}

.day_map {
	text-align: left;
	vertical-align: middle;
	padding: 6px;
	padding-right: 4px;
}

.thumb {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}

.ldetails {
	position: absolute;
	border-style: none;
	border-width: 0px;
	border-color: black;
	background-color: #121212;
	left:-2cm; 
	width: 9cm;
	padding: 0.2cm;
	margin: 0cm;
}

.rdetails {
	position: absolute;
	border-style: none;
	border-width: 0px;
	border-color: black;
	background-color: #121212;
	width: 9cm;
	padding: 0.2cm;
	margin: 0cm;
}

div.rdetails img {
	float: left;
	padding-right: 0.2cm;
}

div.ldetails img {
	float: right;
	padding-left: 0.2cm;
}

.detail_title {
	font-weight: bold;
}

.detail_text {
	font-family: verdana, sans-serif;
	font-size: 75%;
	color: #DDDDDD;
}

.detail_image {
}

.overlay {
	visibility: hidden;
	position: absolute;
}
