html,body{
	margin:0;
	padding:0;	
	bottom:0;
	/* height:100%; */
	font-family: "Arial","Verdana","Helvetica","Helv";
	font-size:12px;
	color: white;
	background:white;
}

#title{
	color:#851024;
	font-size:14px;
	font-weight: bold;
}

#desc{
	color:#851024;
	text-align:justify;
	font-size:12px;
}

#links{
	display:none;
	color:#000000;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}

#searchbar{
	display:none;
	color:white;
	background-color:white;
	padding:0px;
}

#search_form{
	padding:0px;
	margin:0px;
}

.p1{
	display:none;
	padding:0px;
	margin:0px;
	margin-left:3px;
	margin-right:3px;
	width:25px;
	height:25px;
	font-size:15px;
	text-align:center;
	color:white;
	font-family: "Arial Black","Arial","Verdana","Helvetica","Helv";
	background:url("img/punkt1.gif");
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

.p{
	display:none;
	padding:0px;
	margin:0px;
	margin-left:3px;
	margin-right:3px;
	width:25px;
	height:25px;
	font-size:15px;
	text-align:center;
	color:white;
	font-family: "Arial Black","Arial","Verdana","Helvetica","Helv";
	background:url("img/punkt.gif");
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#outwrapper{
	/* width:100%; */
	margin:0px;
	padding:0px;
}

#wrapper{
	/* margin:0px auto;
	width:760px;
	height:100%;
	background:none; */
}

.site{
	display:inline;
	font-style:normal;
}

#header{
display:none;
	/* margin:0px;
	padding:0px;
	width:760px;
	height:200px;
	background:url('http://www.kalinowska.com.pl/img/head.png') right bottom repeat-x #fff;
	border-bottom:10px solid #5C5C5C; */
}

#container{
	height:auto;
	width:760px;
	margin:0px;
	background:none;
}

#content{
	width:760px;
	height:auto;
}

#main{
	margin:0px;
	padding:0px;
	height:auto;
	background:none;
}

#bottom{
	display: none;
	margin:0px auto;
	clear:both;	
	width:740px;
	height:25px;
	line-height:25px;
	color:white;
	margin-bottom:34px;
	font-size:9px;
	background:none;
	padding-right:20px;
	text-align:right;
}

#bottom span{
	float:left;
	padding-left:20px;
}

#bottom a {
	font-size:10px;
	color:white;
	text-decoration:none;
}