@charset "utf-8";
/* CSS Document Santorini*/
/*-------------*/
/*styles*/
.bg {
	background-image:url(images/bgdot.png);
	background-repeat:repeat;
	font-family:Calibri, Arial;
	font-size:14px;
	color:#333333;
}
.header {
	background-image:url(images/santorini_header.png);
	background-repeat:no-repeat;
	}
.text {
	font-family:Calibri, Arial;
	font-size:14px;
	color:#333333;
	margin-left: 12px;
}
/*styles ende*/
/*tab_styles*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
/*tab_content*/

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
/*apdiv_style*/

.apDiv {
	position:absolute;
	width:284px;
	height:282px;
	background-image:url(images/zeiten.gif);
	z-index:1;
	left: 68%;
	top: 18%;
}
	
