body {
    font-family:cl;
	color:#FFFFFF;
	background-color: #000000;
	font-size: 18px;
	line-height: 26px;
	margin:0;
}

@font-face {
	font-family: cl;
	src: url('cl.ttf');
}
#intro {
margin:0 auto;
margin-top:20%;
padding: 0px;
}

#wrapper {
	width:1000px;
	height:1000px;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
    border:0px solid red;
    overflow: visible;
}


#fotografuje {
	font-size:35px;
	font-family:cl;
	margin-top:10px;
	margin-left:50px;
	position:relative;
	float: left;
}

#co_nowego {
	float:right;
	font-size:35px;
	margin-top:10px;
	margin-right: 40px;
	font-family: 'cl';
	position:relative;
}

#header_center {
	margin:0 auto;
	text-align: center;
}

#top_menu {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	color: #FFFFFF;
	font-family: cl, cursive;
	font-size: 17.5px;
}


#top_baner {
	margin:0 auto;
	text-align: center;
	color: #FFFFFF;
}

#menu {
	width:450px;
	float:left;
	font-family:cl;
	margin-top:70px;
	margin-left: 0px;
	position: absolute;
}

#footer {
	position: relative;
	bottom: 15px;
	width: 100%;
	text-align: center;
	background-color: #000000;
}


#content {
    width:520px;
    height: 500px;
	text-align:justify;
	margin-top:70px;
	margin-left:470px;
	margin-bottom: 50px;
	position:relative;
	overflow:hidden;
}

h1 {
	font-family: cl, cursive;
	font-size:25px;
	text-align:left;
	margin-top:0px;
	font-weight:normal;
}

.date {
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

#submenu {
	float:right;
	margin-right:20px;
	margin-top: 5px;
	font-family: cl, cursive;
	font-size: 25px;
}

li {
	list-style-image:url('images/bullet.png');
	font-size:27px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #474747;
}

#dhtmlgoodies_slidedown_menu .dhtmlgoodies_activeItem {
		color: #474747;
	}
	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		font-size: 20px;
	}
	
.align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 120px;
	height: 120px;
}

.click {
	text-align: left;
	font-size: 18px;
	
}

/* Scrollbars */

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:100%;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:1100px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:9px;
		height:660px;	/* Total height - 40 pixels */
		border:0px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:3px;
		width:9px;
		height:9px;
		background-color:#ffffff;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:0px solid #BC8FBD;
		color: #ffffff;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
.menu-item ul {
  font-size: 13px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  list-style-type: circle;
   
  /*Animation*/
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}

.menu-item:hover ul {
  height: 180px;
}

.menu-item ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  font-size: 22px;
}
 
.menu-item li:hover {
}


/*Menu Header Styles*/
.menu-item h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 7px 12px;
  list-style-type: circle;
}


.menu-item h4 a {
  color: white;
  text-decoration: none;
  width: 200px;
  padding: 0 1px 0px 27px;
  background: url('images/bullet.png') left center no-repeat;
}


.menu-item2 ul {
  font-size: 13px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  list-style-type: circle;
   
  /*Animation*/
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}

.menu-item2:hover ul {
  height: 100px;
}

.menu-item2 ul a {
  margin-left: 20px;
  text-decoration: none;
  color: #aaa;
  width: 200px;
}
 
/*li Styles*/
.menu-item2 li {
  font-size: 22px;
}
 
.menu-item2 li:hover {
}


/*Menu Header Styles*/
.menu-item2 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 7px 12px;
  list-style-type: circle;
}


.menu-item2 h4 a {
  color: white;
  text-decoration: none;
  width: 200px;
  padding: 0 1px 0px 27px;
  background: url('images/bullet.png') left center no-repeat;
}


nav {
  line-height: 1.5;
 }

* {
  margin: 0px;
  padding: 0px;
}

#news {
	margin-bottom: 20px;
}

