body {
	background: #333 url(bg.gif) repeat-y 50% 50%;
  font-family: "Courier New", Courier, mono;;
  font-size: 0.8em;
  height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: center;
}
body * {
  font-family: "Courier New", Courier, mono;;
  font-size: 100%;
  color: #DDDDDD;
}
html, body {
	margin: 0;
	padding: 0;
}
#centerBox {
	position: relative;
	width: 790px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;

	/*border: 1px solid gray;*/
}

/*\*/
html, body, .swc0 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	height: 100%;
	/*white-space: nowrap;*/
}
.swc2 {
	position: relative;
	overflow: hidden;
	height: 660px;
	width: 790px;
	/*border: 1px solid gray*/
}
* html .swc1 {
	text-align: center;
}
* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;

}
* html .swc3 {
	height: 100%;
	font-size: 0.1em;
}
/*\*/
* html .swc2 {
	display: inline;
	height: 0;
	height: 660px;
	width: 790px;
}
/*/
.swc2, .swc3 {
	width: 1px;
	font-size: 0.1em;
}
/**/


#header {
	position: absolute;
	top: 20px;
	width: 572px;
	height: 110px;
	margin-left: 218px;
	clear: both;
	/*border: 1px solid gray*/
	overflow: hidden;
}

#navbar {
	position: absolute;
	left: 0;
	top: 133px;
	width: 186px !important; 
	width: 203px; 
	padding-right: 17px;
	height: 500px;
	text-align: right;
	float: left;
	/*border: 1px solid #CCC;*/
}
#navbar ul {
	padding: 0px;
	margin: 0px;
	/*list-style-image: url(listbar.gif);*/
	list-style-type: none;
	/*margin-right: 8px;*/
	margin-right: 0em;
}
#navbar ul ul {
	margin-right: 1.6em;
}
#navbar li ul {
	margin-bottom: 0.8em;
}
#navbar li {
	/*margin-right: 8px;*/
	margin-bottom: 0.1em;
	/*background: url(listbar.gif) left top no-repeat;
	list-style-position: outside;*/
}
#content {
	position: absolute;
	right: 0;
	top: 133px;
	width: 570px;
	height: 500px;
	float: right;
	white-space: normal;
	/*border: 1px solid black;*/
}

#content h2 {
	margin-top: 0;
	font-size:17px;
	font-weight:bold;
	/*background-image: url(../images/bg.gif);*/
	clip:   rect(-4px -4px -4px -4px);
	padding: 2px 0px 5px 0px;

}
#content h3 {
	font-size:14px;
	font-weight:bold;
	/*background-image: url(../images/bg_small.gif);*/
	padding: 0px 0px 4px;
	display: inline-table;
	white-space: nowrap;
	vertical-align: 0%;
}
#content p {
	margin-top: 0;
}

#footer {
	position: absolute;
	bottom:0;
	right: 0;
	clear: both;
	text-align: right;
	padding-right: 0.7em;
}
.saveButton {
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
}

#kontakt input {
	width: 90%;
	margin-bottom: 0.8em;
	overflow: hidden;
}
#kontakt textarea {
	width: 90%;
	margin-bottom: 0.8em;
	overflow: auto;
}
textarea, input, select {
	background-color: #333333;
	border: 1px solid #aaa;
}


/* Gallery only */
.pPix {
	float: left;
	background-color: #EFEFEF;
	border: 2px solid #CDCDCD;
}
.pPix * {
	color: black;
}

.pDescription {
	display: none;
	padding: 2px;
	font-size: 10px;
	text-align: left;
	overflow: hidden;
	color: black;
	margin: 1px;
}
.pFrame {
	display: block;
	margin: 3px;
	border: 1px solid #CDCDCD;
	background-color: white;
}
.pName{
	height: 14px;
	font-size: 10px;
	padding: 0px;
	margin: 2px -6px 6px 2px;
	border: 0px solid gray;
	background-color: #EFEFEF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}
.pFrame :hover {
	background-color: #CC0000;
}
.pGalleryPix a {
	display: block;
	float: left; 
}
.pGalleryPix img {
	border: 1px solid #666;
}
.pGalleryPix a {
	display: block;
	float: left; 
	border: 1px solid #555;
	background-color: #444;
}

.pPixText {
	text-align: right;
}
.countFrame, .countFrame:link, .countFrame:visited {
	position; relative;
	background-color: #333;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	/*padding: 1px 0px 0px 0px;*/
	line-height: 18px;
	margin: 0px 0px 4px 4px;
	border: 1px solid #DEDEDE;
	float: right;
	text-decoration: none;
}
* html .countFrame, * html .countFrame:link, * html .countFrame:visited {
	width: 20px;
	text-decoration: none;
}
.countFrame:hover, .countFrameHi:link, .countFrameHi:visited {
	background-color: #000;
	width: 16px !important;
	width: 18px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	border: 2px solid #eeeeee;
}

