/* page */

#masterPage {
	text-align: center;
}

#page {
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
	text-align: left;
}

/* ---------- header ---------- */

#header {
	padding: 0;
	margin: 0;
	background-image: url('./studio93.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
}

#header H1 {
	margin: 0;
	padding: 0;
	background-image: none;
}

#header H1 A {
	display: block;
	height: 200px;
	text-indent: -999em;
}

/* ---------- navigation ---------- */

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	text-align: left;
}

#navigation UL {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#navigation LI {
	float: left;
	width: 180px;
	padding-bottom: 3px;
}

#navigation OBJECT {
	margin: 10px 0 0 0;
}

#navigation a, #navigation a:link, #navigation a:visited {
	float: left;
	padding: 0 0 0 20px;
	display: block;
	background-image: url(./button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
	height: 16px;	
	letter-spacing: 1px;
    	font-size: 14px;
   	text-decoration: none;
	color: #9c2f2c;
	
}

#navigation a:hover, #navigation a.active {
	background-position: 0 -16px;
	color: #faf0c1;
}

/* ----------obsahova cast---------- */

#main {
	float: right;
	margin-top: 5px;
	background-image: url('./content.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	width: 700px;
	text-align: left;
}

#mainTop {
	background-image: url('./content-up.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

div[id] #mainBottom {
	height: auto !important;
}

#mainBottom {
	background-image: url('./content-down.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 560px;
	min-height: 560px;
}

#content {
	padding: 20px;
}

/* ----------bottom---------- */

#bottom {
	position: relative;
	padding: 0;
	margin-top: 5px;
	background-image: url('./foot.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
	height: 148px;
	text-align: left;
}

#bottomOpen {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1em;
}

#bottom Table {
  font-size: 1em;
}

#bottomOpen TH {
	font-weight: normal;
	text-align: left;
	width: 100px;
	font-size: 1em;
}

#bottomContact {
	position: absolute;
	left: 350px;
	top: 15px;
}

/* ----------ikonky---------- */

#bottomIcons {
	position: absolute;
	right: 180px;
	bottom: 10px;
}

.inline-button {
	font: bold 65%/1 Verdana, sans-serif;
	margin: 0 0.2em;
	padding: 0.1em 0; 
	border: 1px solid black;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background: #ccc;
	color: black;
}

.inline-button em {
	font-style: normal;
	margin:0;
	padding: 0.1em 0.5em;
	background: white;
	color: black;
}

.inline-button span {
	margin:0;
	padding: 0.1em 0.5em 0.1em 0.3em;
	color: #faf0c1;
   }

.inline-button:hover {
	background: #666;
	color: white;
}

.inline-button:hover em {
	background: black;
	color: white;
}

.red { background: #9c2f2c; color: #faf0c1 }
.red em { background: #faf0c1; color: #9c2f2c}

/* ----------copyright---------- */

#copyright {
	position: absolute;
	bottom: 7px;
	left: 25px;
}

#copyright P {
	margin: 5px 0 0 0;
	font-size: 0.9em;
}

#copyright A, A:link, A:visited 
{
	color: #000000;
}

#login {
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 13px;
	width: 13px;
	background-image: url('./admin.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#login A {
	display: block;
	height: 13px;
	text-indent: -999em;
}