html{
	color: #ffffff;
	background-color: #000040;
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, td, th, ul {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
		
	color: #ffffff;
	background-color: #000040;
	
	scrollbar-face-color: #1680d1;
	scrollbar-darkshadow-color: #0b1963;
	scrollbar-track-color: #0b1963;
	scrollbar-arrow-color: #000040;
	scrollbar-arrow-color: #000040;
}

a:link			{ color : #ffffff; background : Transparent none; font-weight: bold; text-decoration:underline;}
a:visited		{ color : #66FFFF; background : Transparent none; font-weight: bold; text-decoration:underline;}
a:link:hover    { color : #ffffff; background : Transparent none; font-weight: bold; text-decoration:none;}
a:visited:hover { color : #66FFFF; background : Transparent none; font-weight: bold; text-decoration:none;}

h1 {
	padding-top: 5px;
	padding-bottom: 10px;	
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

h2 {
	padding-top: 5px;
	padding-bottom: 5px;	
	font-weight:bold;
}

UL {margin: 5px 0px 5px 15px;list-style: disc}
LI {margin: 0px 0px 3px 5px;line-height: 1}

br {
	margin-bottom:  3px;
}

br.halfline {
	margin-bottom:  10px;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;	
	padding-left: 0px;
	padding-right: 0px;
	line-height:120%;
}

p.language_bar {
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
    text-align: right;
}

p.menu_items {
	font-weight: bold;
	text-align: center;
	padding:5px 0 5px;
	line-height:100%;
}

p.page_quote{
	padding: 5px 0px 0px 0px; /* top, right, bottom, left */	
	text-align: center;
	font-style:italic;
}

p.abysseteaser{
	padding: 10px 0px 5px 0px; /* top, right, bottom, left */	
	text-align: center;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif ;
}

p.addressteaser{
	padding: 5px 0px 0px 0px; /* top, right, bottom, left */	
	text-align: center;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif ;
}

p.phoneteaser{
	padding: 5px 0px 10px 0px; /* top, right, bottom, left */	
	text-align: center;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif ;
}

p.parkingteaser{
	padding: 5px 0px 1px 0px; /* top, right, bottom, left */	
	text-align: center;
	font-size:14px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif ;
}

p.footer_content_left{
	padding: 5px 0px 0px 10px; /* top, right, bottom, left */  
	text-align: left;
  	font-size:smaller;
	color:#AAAAAA;
}

p.footer_content_right{  
	padding: 5px 0px 0px 0px; /* top, right, bottom, left */	
	text-align: right;
    font-size:smaller;
	color:#AAAAAA;
}

#paymentmodes {
	padding-top: 5px;
	padding-bottom: 0px;	
	padding-left: 0px;
	padding-right: 0px;
	font-size:smaller;
	text-align:center;
}

#currentsite {
	color:#FFFF00;
}

#smalltext {
	font-size:smaller;
	font-style:italic;
}

#box {
	width:530px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;	
	border-color: #aaaaaa;
	padding: 5px 5px 5px 5px; /* top, right, bottom, left */	
	margin: 0px 0px 0px 0px;  /* top, right, bottom, left */	
}

#promobox {
	width:530px;
	background-color: #171f60;
	border-top-style:none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;	
	border-color: #aaaaaa;
	padding: 5px 5px 5px 5px; /* top, right, bottom, left */	
	margin: 0px 0px 0px 0px;  /* top, right, bottom, left */	
}

#new {
	color:#FFFF00;
}

/* ====================== Pmwiki override ====================== */

/* pmwiki
--------------------------------------------------*/
pre, dl, p { margin-top:0px; margin-bottom:0px; }
ul, ol     { margin-top:0px; margin-bottom:10px; }

.varlink, pre, code.escaped { font-size: 110% !important; }
code.escaped { white-space: nowrap;}
.vspace { margin-top:0px; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; margin-top:3px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
.diffbox { width: 100% !important;}
#wikidiff { font-size: 110%; }
.versions {
	float: right;
	text-align: right;
	}
.quickref p {margin:0; padding:0;}
.clearfix:after { 
/* float hack used to float content correctly */
	 content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
	 visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */	
#navigation .createlink {
	display: none;
}

.quickref {
  background-color: #000040;
}

.outdent{
  
}

