html {
	margin:		0;
	padding:	0;
}

body {
	margin: 2em 2em 0 0;
	background:	#fff;
	color: #000;

	background: url(images/body_bg.gif) repeat;
	font: 80% Tahoma, Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
	font-family:	Century Gothic, Arial, sans-serif;
}

a {
	color:	rgb(9,62,134);
}

a:visited {
	color:	#555;
}

a:hover {
	color:	rgb(102,157,232);
}

code {
	font-size:	1.1em;
}

pre {
	margin: 2em 2em 0 0;	
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

form {
padding:0;
margin:0;
}

form#contact{
	margin-top:20px;
}

#sidebar { }

div#header {
	position:		absolute;
	background:		url(images/R3_2.jpg) top right no-repeat;
	width:			880px;
	left:			70px;
	top:			5px;
	margin:			0;
	padding: 		0 1.9em 0 0.7em;
	z-index:		0;
	line-height:	1em;
	height: 198px;
}

div#content {	
	position: absolute;
	z-index: 0;
	left: 160px;	
	top: 190px;
	width: 745px;
	background-color: #d9eaff;
	border: 1px solid #6f9fcd;
	padding:1em 2em 1em 2em;
	line-height:1.5;
	min-height: 900px;

}

table#ticker {
	position: absolute;
	z-index: 0;
	left: 250px;	
	top: 60px;
}


a.naviItem, a.naviItem:active, a.naviItem:visited, div.naviItem { 
	text-decoration: none;
	font-family:	Century Gothic, Arial, sans-serif;
	font-size:	 	11px;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
}
a.naviItem:hover {
	color:yellow;
}

div.naviItem:before { 
	content: url(images/star.gif);		
	vertical-align:bottom;
}

//div#content a[href]:not([href^="http://127.0.0.1"]):before {
//content: url('images/pointer.gif');
//}

p#date {
	font-size: 12px;
	color: #777;
	text-align: right;
}

span#currentNavItem {
	color: yellow;
}

div#pageInfo {		
	position: relative;
	

	border-left: 3px solid black;
		
	font-style: italic;
	font-size: 10px;	
	color: black;
	
	padding: 0.5em 0.5em 0.5em 0.5em;	
	margin-top: 20px;
	width:400px;

	/* IE filters ... */
	filter:alpha(opacity=40);
	
	/* Mozilla stuff goes here ... */
	-moz-opacity:0.4;
	opacity: 0.4;
}

div#searchPanel {
	font-weight: bold;
	margin-bottom:10px;
	padding: 0.5em 0.5em 0.5em 0.5em;	
	border-left: 3px solid black;
}

table#mainContent{
	color:#000;
}

input, textarea, select
{	
	margin: 0;
	padding: 2px;
	font-size: 8pt;
	background: #eee;
	border: 1px solid #ccc;
	color: #000;
}

input#textticker{ 
	background-color: #d9eaff; border: 0;
	color: black;
	font-weight: bold;	
	padding: 0.5em 0.5em 0.5em 0.5em;	
}
input:hover, textarea:hover, select:hover { 
	border-color: #999; 
}

input:focus, textarea:focus, select:focus {	
	color: #333;
	background: white;
}

img#titleImage {
	float: left;
}

img#titleIcon {
	position: absolute;
	top: 10px;
	left: -10px;
}

td.openingHours{
	vertical-align: top;
	font-weight: bold;
}
td.r_roundtrip{
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0.5em;		
}

td.r_roundtrip:hover{
	background: #ffeaaf;
	border: 1px solid black;
}


td.k_roundtrip{
	vertical-align: top;	
	padding: 0.5em 0.5em 0.5em 0.5em;		
}

td.k_roundtrip:hover{
	background: #d9eaff;
	border: 1px solid black;
}


tr.darkRow {
	
	background-color:#f7fbff;
}
tr.lightRow {
	background-color: #cfdbe8;
}

table#events tr#eventHeader td, table#employees tr#employeeHeader td{
	background-color: #7799d0;
	color: white;
	font-weight:bold;	
}

table#events tr#eventHeader input{
	background-color: #7799d0;	
	color: white;
}

table#events tr#eventHeader input:hover{
	background-color: #7799d0;
	border: 1px dashed #cfdbe8;
	color: yellow;
}

table#events, table#employees  {
	border: 1px solid steelblue;
}

table#events tr td a.extEvent {
 text-decoration: none;
 font-size: 12px;
}


table#events tr#eventHeader input {
margin-left: 100px;
}

td#eventDetailPic { 
	padding: 10px 10px 10px 0px;
	width: 240px;
}

td#eventDetailPic img { 
	border: 1px solid black;
}

td#eventDetailText { 

}

table#groups {
	border: 1px solid steelblue;
}

table#groups tr#groupsHeader th{
	background-color: #7799d0;
	color: white;
}

table#groups td {	
	vertical-align: middle;
}

table#groups td.groupsTitle {
	text-indent: 10px;
	vertical-align: middle;
	font-weight: bold;
}


table#employees td.fon, table#employees td.fax {
	cursor: help;
}

ul
{
	list-style-image: url('images/pointer.gif');
	padding: 2px 2px 2px 15px ;
	margin: 0 0 5px;
}

ul a {
	text-decoration: none;
}