/* Style dla elementów z szablonu */
#wrapper {
	min-width: 1003px;
	max-width: 1003px;
	width: auto !important; /* IE6 hack */
	width: 1003px; /* IE6 hack */
	margin: 0 auto; /* center hack */
	text-align: left; /* center hack */
	background-color: #58361b;
	}

	
#language {
	height: 36px;
	text-align: right;
	padding-top: 7px;
}	

#language img {
	border: 0;
	padding-right: 7px;

}
	
	
#top {
	height: 324px;
	}


#logo {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 274px;
	height: 324px;
	background: black;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	z-index: 99;
	}

#topmenu {
	/*float:right;*/
	/*width: 250px;*/
	position: relative;
	/*right: 100px;*/
	top: 0px;
}

#container {
	clear: both;
	padding-bottom: 120px;
	}

#leftmenu {
	float: left;
	width: 245px;
}

#content {
	position: relative;
	top: -15px;
	float: left;
	background: #744823;
	width: 734px;
	color: white;
	font-size: 1.2em;
	height: 1%;
	z-index: 1;
}

#spacer {
	clear:both;
	height:10px;
}

#footer {
	clear: both;
	height: 35px;
	text-align: left;
	background: #744823;
	margin: 0 auto;
	text-align: center;
	}

#footer table {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

.createdate, .modifydate, .small, .mosimage_caption {
	font-size: 0.8em;
	color: #999;
	}

/* Standardowe style HTML */
* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0px 0px 0px 0px;
	background-color: #332011;
	color : #fff;
	text-align: center; /* center hack */
	font-size: 76%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	padding-bottom: 20px;
	}
a {
	text-decoration: underline;
	color: white;
}

a:hover, a:focus {
	color: #ffb900;
}

p {
	padding-top: 5px;
}
/* Joomla */
ul.menu {
	margin: 0;
	padding: 0; 
}

ul.menu li {
	/*display: inline;*/ /* Shows each item side-by-side */
	list-style-type: none; /* Gets rid of the bullet points */
}

ul.menu a, ul.menu a:visited {
	color: white;	
	font-size: 1.3em;
	/*display: block;*/
	text-decoration: none;
	/*float: left;*/
	/*padding: 0 1.2em;*/ /* Provides horizontal separation between menu items */ 
	font-weight: bold;
}

ul.menu a:hover, ul.menu a:focus {
	text-decoration: underline;
}

ul.menu li#current a {
	text-decoration: underline;
}

.componentheading, .componentheading a {
	color: white;
	text-decoration:none;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 10px;
}

.contentheading, .contentheading a {
	color: white;
	text-decoration: none;
	font-size: 1.3em;
	padding-top: 10px;
}

.contentheading a:hover, .contentheading a:focus {
	text-decoration: underline;
}

.breadcrumbs, .breadcrumbs a {
	color: white;
	padding-left: 5px;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #ffb900;
}

.contentpaneopen ul {
	padding-left: 40px;
}

.contentpaneopen {
	padding: 10px 20px 0 20px;
}

.contentpaneopen img {
	margin: 10px;
	border: 1px solid white;
}
