html {
	background-image: url(../img/bgrgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #959595;
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../img/bodybgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
} 
.twoColFixLtHdr #header {
	text-align: right;
	position: absolute;
	width: 950px;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 20;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 40px;
	padding-bottom: 0px;
	margin: 0;
	text-align: right;
}
#mainContent H1 {
}

H3 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#subhead {
	height: 190px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-image: url(../img/paski.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 400px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-image: url(../img/paski.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	z-index: 1;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-image: url(../img/paski.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 235px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	height: 500px;
	z-index: 1;
}

#container A {
	color: #990000;
	text-decoration: none;
}
#container A:hover {
	text-decoration: underline;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 430px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: justify;
	line-height: 1.7em;
	min-height: 450px;
	height:auto !important;
    height:450px;

	overflow: visible;
} 
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: left;
} 
#container  #footer  P  {
	margin-top: 5px;
	margin-left: 410px;
}

#mainContent h1 {
	padding: 0px;
	margin: 0px;
	font-size: 1.85em;
	font-weight: normal;
	color: #990000;
	text-align: left;
}
#mainmenu {
	position: relative;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	background-color: #333333;
	height: 30px;
}
#mainmenu ul{
	padding: 0;
	margin: 0;
	background-color: #363636;
}
#mainmenu ul li {
	float: left;
	list-style: none;
	position: relative;
}
#mainmenu ul li a {
	display: block;
	float: left;
	color:#fff;
	position: relative;
	overflow: visible;
	z-index:10;
	text-decoration:none;
	font-size:12px;
	height: 30px;
	padding-top: 6px;
	padding-right: 9px;
	padding-left: 10px;
	white-space: nowrap;
	font-weight: bold;
}
#mainmenu A:hover {
	text-decoration: none;
}

#mainmenu UL li ul {
	position: absolute;
	top: 39px;
	left: 0px;
	width: 190px;
	visibility: hidden;
	overflow: hidden;
	z-index: 20;
}
#mainmenu UL LI UL LI {
	background-color: #666666;
	margin: 1px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	width: 100%;
	text-align: left;
}
#mainmenu UL LI UL A {
	padding-top: 4px;
	padding-bottom: 2px;
	height: 20px;
	width: 100%;
	font-size: 12px;
}
#mainmenu UL LI  UL A:hover {
	background-color: #999999;
	text-decoration: none;
}



#mainmenu li.background {
	z-index: 8;
	position: absolute;
	visibility: hidden;
	padding:0 0 0;
	height:32px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B20000;
}
#footer li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 5px;
}
#footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
}
#footer li  a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#sidebar1 #pic1 {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 150px;
	width: 250px;
}

#sidebar1 #pic2 {
	position: absolute;
	z-index: 1;
	left: 250px;
	top: 255px;
}
#sidebar1 #pic3 {
	position: absolute;
	z-index: 1;
	top: 342px;
	left: 106px;
}
#sidemenu ul {
	padding-left: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sidemenu ul li {
	list-style-type: none;
	text-align: right;
	margin: 0px;
}
#sidemenu .current A {
	color: #AB0000;
	background-color: #CCCCCC;
}



#sidemenu ul li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
	background-color: #999999;
}
#sidemenu a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}
#language     {
	position: absolute;
	top: 0px;
	width: 250px;
	height: 27px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	left: -250px;
}
#language   a   {
	display: block;
	float: right;
	height: 20px;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	width: 60px;
}
#polish      {
	background-image: url(../img/pl.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	text-align: left;
	padding-left: 25px;
	width: 60px;
	overflow: hidden;
}
#english      {
	background-image: url(../img/en.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	text-align: left;
	padding-left: 26px;
	width: 60px;
	overflow: hidden;
}
#deutsch      {
	background-image: url(../img/de.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	text-align: left;
	padding-left: 26px;
	width: 60px;
	overflow: hidden;
}
#mainmenu #language .langs .current {
	display: none;
}

.dekored {
	color: #AB0000;
}
#footer .armedia {
	background-image: url(../img/rygar.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	display: block;
	font-size: 10px;
	float: right;
	height: 20px;
	padding-right: 90px;
	padding-top: 4px;
	color: #666666;
	text-decoration: none;
}

#EmailForm {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 520px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#EmailForm fieldset {
	border: 2px groove #999999;
	background-image: url(../img/bodybgr.jpg);
	background-repeat: no-repeat;
	line-height: 1em;
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 20px;

	*background-position: 0px 5px;
}
#EmailForm label {
	display: block;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	font-weight: bold;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-left: auto;
	width: 440px;
}
#EmailForm input {
	width: 280px;
	margin-left: 10px;
}
#EmailForm textarea {
	width: 430px;
	*width: 430px;
	vertical-align: top;
	height: 300px;
}


#EmailForm legend {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: -0.7em;
	left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #333333;
}
#dekothumbs {
	position: absolute;
	width: 250px;
	top: 220px;
	color: #FFFFFF;
	height: 580px;
}
#introtx {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
}
#galeriesmenu {
	background-color: #333333;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 250px;
}
#galspacer {
	display: block;
	height: 55px;
}
















.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#mainContent #EmailForm #cfContact {
	width: 140px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

