/* 
    Document   : newCascadeStyleSheet
    Created on : 6.2.2009, 18:27:32
    Author     : Jakub
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {	background-color: #563117;
	margin: 0px;
	text-align: center; }

#page {	background-image: url('/images/background.gif');
	background-repeat: no-repeat;
	width: 924px;
	height: 704px;
	margin: auto;
	padding-top: 1px;
	text-align: left;
	font: bold 0.8em 'Myriad Web','Tahoma','sans-serif';
	position: relative;
}


#rootMenu   {
	text-align: right;
	margin: 190px 50px 0px 50px;
}

#rootMenu a {	color: #FFF;
		text-decoration: none;
		margin: 0px 5px;
}

#rootMenu a:hover   {	color: #a06724; }

#breadcrumb {	margin: 40px 50px 0px 0px;
		color: #a06724;
}

#breadcrumb a {	color: #a06724;
		text-decoration: underline;
}

#breadcrumb a:hover   {	color: #3A1A05; }

#nadpis {	font-size: 20px;
		color: #FFF;
		position: absolute;
		bottom: 36px; right: 45px; }

#logo {	display: block;
	position: absolute;
	left: 50px; top: 170px;
	width: 400px;
	height: 70px; }


h1 {	padding: 0px;
	margin: 8px 0px;
	color: #3A1A05;}

h2  {	padding: 0px;
	margin: 4px 0px;
	font-size: 1.2em;
	color: #3A1A05;
}

p {font-weight: normal; }
p img { border: 1px solid #3A1A05; }

a img { border: 1px solid #3A1A05; }

p a { font-weight: bold; }

table { margin-top: 10px;
	    border-collapse: collapse;
}
table th { background-color: #3A1A05;
	    color: #FFF;
}

table td { border : 1px solid #3A1A05;
	padding: 2px 3px;
	font-weight: normal;
}

#leftContent, #rightContent {
	width: 395px;
	float: left;
}

#leftContent { 
	position: relative;
	left: 60px;
}

#rightContent {
	position: relative;
	top: 40px;
	left: 85px;
}


#leftContent a, #rightContent a {
	color: #a06724;
	 text-decoration: underline;
}

#leftContent a:hover, #rightContent a:hover {
	color: #3A1A05;
}

#leftContent strong {
	font-size: 0.8em;
}

#gallery a img {
	border: 1px solid #3A1A05;
	vertical-align: middle;
	margin: 2px;
}

.gal {
	float: left;
	width: 120px;
	height: 140px;
	text-align: center;
}

.message { border-bottom: 1px solid #3A1A05; padding-bottom: 10px; clear: both; }
.message h2 { margin-bottom: 0px; margin-top: 15px;  }
.message h2 span { font-size: 0.6em;  }
.message p  { margin: 0px auto; text-align:justify; }
.message img { float: right; }

#messagesOld .message h2 { margin-top: 4px; }

/*
#content {
	position: relative;
}
*/
#ajaxLoader {
	background-image: url('/images/ico-loading.gif');
	background-repeat: no-repeat;
	position: absolute;
	left: 462px;
	top: 216px;
	z-index: 1000;
	width: 16px;
	height: 16px;
	display: none;
}

#player {
	float: right;
	position: relative;
	top: 45px;
	right: 20px;
}