/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	index.css : global cascading style sheets for bluebay.hu
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	global definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-color: #042349;
	margin: 0;
	padding: 0;
}

body#splash {

	background-color: #060B0D;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a, p, h1, h2, td {

	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	table definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

td.header {

	background: transparent url(images/content_headerbg.jpg) repeat-x;
}

td.side {

	background: transparent url(images/content_sidebg.jpg) repeat-x;
}

td.main {

	background: transparent url(images/content_bg01.gif) repeat-x;
}

td.content {

	background: transparent url(images/content_bg02.gif) no-repeat left top;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	layout definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.section,
div.album {

	display: block;
	clear: both;
}

div.ruler {

	background: transparent url(images/content_ruler.gif) repeat-x;
	display: block;
	clear: both;
	height: 3px;
	font-size: 1px;
	margin-bottom: 20px;
}

div.spacer {

	display: block;
	clear: both;
	height: 30px;
}

span.date {
	font-weight: bold;
	font-size: 11px;
	color: #7DCEFD;
}
div.akt {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #D0D7DF;
}
div.akt table tr td {
	margin: 0px;
	font-size: 12px;
	color: #D0D7DF;
}
div.akt a, div.akt a:hover {
	color: #60C926;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	image definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

img.intro {

	display: block;
	clear: both;
	border: 3px solid #6F86A0;
	border-bottom: 10px solid #6F86A0;
	margin-top: 10px;
}

img.map {

	display: block;
	clear: both;
	border: 3px solid #6F86A0;
	border-bottom: 10px solid #6F86A0;
}

img.photo {

	display: inline;
	clear: none;
	float: left;
	border: 3px solid #6F86A0;
	border-bottom: 10px solid #6F86A0;
	margin: 5px 15px 5px 0;
}

div.section img.thumb {

	display: inline;
	clear: none;
	float: left;
	border: 3px solid #6F86A0;
	border-bottom: 10px solid #6F86A0;
	margin: 0 15px 15px 0;
}

div.album img.thumb {

	display: inline;
	clear: none;
	float: left;
	border: 3px solid #6F86A0;
	border-bottom: 10px solid #6F86A0;
	margin: 0 15px 5px 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	paragraph definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

p.side {

	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #D0D7DF;
	margin-right: 15px;
	margin-top: 15px;
}

p.side a {

	color: #D0D7DF;
}

p.intro {

	font-size: 14px;
	line-height: 18px;
	color: #D0D7DF;
	margin-bottom: 10px;
}

p.content {

	font-size: 12px;
	line-height: 16px;
	color: #D0D7DF;
	margin-bottom: 10px;
}

p.content td {

	font-size: 12px;
	line-height: 16px;
	color: #D0D7DF;
	padding-right: 15px;
}

p.content span {

	color: #66D016;
}

p.remark {

	font-size: 11px;
	line-height: 16px;
	color: #D0D7DF;
	margin-top: 15px;
	margin-bottom: 3px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	header definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

h1 {

	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #66D016;
	margin-top: 15px;
	margin-bottom: 2px;
}

h2 {

	font-weight: bold;
	font-size: 13px;
	color: #63C0FF;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	link definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

a {
	text-decoration: underline;
	font-weight: bold;
	color: #D0D7DF;	
}

a:hover {

	text-decoration: none;
	color: #D0D7DF;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	index.css : global cascading style sheets for bluebay.hu
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/