/*******************************************************************************
 *  pLawi.net dark side of webdesign, css
 *  Copyright (C) 2010 pLawi.net
 ******************************************************************************/
 
/* strona ************************/
body {
	color: #dcdcdc; 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: url('../img/bg.jpg') #000000 no-repeat center top;
}
#page {
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
}
#header {
	height: 310px;
}
	#header .img {
			width: 100%;
			height: 215px;
			position: absolute;
			top: 20px;
			left: 0px;
			border: none;
		}
	#header #menu {
		padding: 231px 0 0 0;
		height: 50px;
		text-align: left;
	}
		#menu img {
			border: none;
			text-align: left;
			padding: 0 20px 0 20px;
		}
		
#content {
	text-align: left;
}
  #content .content-text {
    line-height: 16px;
    width: 768px
  }
  #content .content-text img {
    float: left
  }
  #content img.img {
    padding: 12px
  }
	#content p {
		padding: 0 10px 0px 10px;
		line-height: 18px;
		text-indent: 10px;
	}
	#content li {
		line-height: 18px;
	}
	#content small {
		font-size: 10px;
	}
#contentImg img {
	cursor: pointer;
}
#title img {
	border: none;
	text-align: left;
}
div#title {
	padding: 20px 0 20px 120px;
}
#footer {
	padding: 10px 0 4px 0;
	clear: both;
	border-top: 1px #111 solid;
	margin: 20px 0 0 0;
}
	#footer span {
		font-size: 9px;
		color: #999999
	}
	#footer img {
		border: none;
		padding: 4px 0 0 0
	}
	#footer div {
		clear: both;
	}
	
/* formularze ***************************/
#form {
	padding: 0;
	margin: 0;
	
}
#form1 {
	line-height: 18px;
}
#form1 input {
	width: 200px;
	background-color: #000;
	border: 1px #333 dotted;
	color: #dcdcdc;
	font-size: 11px;
	margin:0 4px 0 0;
}
#form1 input.img {
	height: 130px;
}
#form1 textarea {
	width: 400px;
	height: 130px;
	background-color: #000;
	border: 1px #333 dotted;
	color: #dcdcdc;
	font-size: 11px;
	overflow: hidden;
}
#form1 label {
	font-size: 9px;
}
/* nawigacja gora *************************/
#nawigTop ul {
	font-size: 9px;
	width: 100%;
	padding: 4px 0 0 0;
	margin: 0;
	list-style: none;
}
#nawigTop a {
	color: #999999;
}
#nawigTop a:hover {
	color: #666666;
}
#nawigTop .left {
	margin: 0 12px 0 0;
	float: left;
}
#nawigTop .right {
	margin: 0 0 0 8px;
	float: right;
}
/* nawigacja dol *************************/
#nawigBottom ul {
	font-size: 9px;
	width: 100%;
	padding: 0; 
	list-style: none;
	margin: 0;
}
#nawigBottom .left {
	margin: 0 12px 0 0;
	float: left;
}
#nawigBottom .right {
	margin: 0 0 0 8px;
	float: right;
}

